Commit Graph

6 Commits

Author SHA1 Message Date
2cac7a730e Fix emacs-edit-tests.lisp: add missing closing parens
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
- Truncated test file caused COMPILE-FILE-ERROR
- Added proper closing parens for test suite definition
- Verified: all 84 tests pass (100%)
2026-04-25 18:57:44 -04:00
d177a12469 wip: paren balance fixes in policy blocks + engineering standards scaffolding
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 16s
- Fix unbalanced parens in org-skill-policy.org (8 blocks)
- Add org-skill-engineering-standards.lisp scaffolding
- Add org-skill-self-fix.lisp helper
- Add test runners and tool-permissions tests

Note: Some fixes may be over-corrections. Full structural audit needed.
2026-04-25 12:05:23 -04:00
0d76e8d3d6 Fix emacs-edit tests: export functions and use qualified names
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
- Add emacs-edit-* function exports to package.lisp
- Update tests to use opencortex: prefix for function calls
- All 82 tests now passing
2026-04-23 21:53:44 -04:00
6d57abad11 Tangle emacs-edit and lisp-utils skills, update package exports
- Add vector search exports (get-embedding, cosine-similarity, semantic-search)
- Add tool permissions exports to package.lisp
- Add tool-permissions-tests to asdf test system
- Tangled org-skill-emacs-edit.org and org-skill-lisp-utils.org
- Fixed emacs-edit-tests.lisp (was missing closing paren)
- Now 77/77 tests passing
2026-04-23 21:50:53 -04:00
442f177177 Fix tests: add :tangle to mock org blocks, fix parse-message 2026-04-23 13:44:03 -04:00
05e166e454 Add emacs-edit tests to ASDF test system
- Created tests/emacs-edit-tests.lisp with FiveAM tests
- Added to opencortex.asd test suite

Violation fixed: I previously added tests to org but didn't run them.
2026-04-23 07:44:21 -04:00