Commit Graph

15 Commits

Author SHA1 Message Date
bcfffe15ee Add tangle-sync enforcement rule
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
- Added check-tangle-sync function to detect stale .lisp files
- Added :tangle-synced to *enforcement-rules*
- Updated .asd to include engineering-standards component
- Added tests for check-tangle-sync (detects stale lisp, passes when synced)
2026-04-25 19:47:02 -04:00
f7209a8bb0 WIP: Add enforcement tests to org-skill-engineering-standards
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
- Added test block to Org file (Phase A: test-first)
- Created tests/engineering-standards-tests.lisp
- Tests exist but can't run - tangled lisp is out of sync

LESSON: This demonstrates the LP workflow failure -
the .lisp file wasn't regenerated when the .org was updated.
The enforcement skill itself should catch this: tangled files
must match Org source.

This is exactly what org-skill-enforcement should block.
2026-04-25 19:38:28 -04:00
50558bf42a feat: Implement hard-block enforcement in org-skill-engineering-standards
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
- Added enforcement struct and rule definitions
- Git clean is now a HARD BLOCK (not warning)
- Violations return :LOG type to block action
- Priority 1000 ensures it runs first
- Auto-initialize with project root from OPENCORTEX_ROOT env
2026-04-25 19:35:16 -04:00
31acf347de Add org-skill-literate-programming+engineering-standards skills
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
- Add org-skill-literate-programming: enforce Org discipline
  - One function per block, pre-tangle check, .lisp is derived
- Extend org-skill-engineering-standards with Phase 0-5 lifecycle
  - Test-first design, three chaos tiers
  - Literate programming rules, decision audit trail
2026-04-25 18:42:17 -04:00
de9da130a1 Consolidate Lisp utilities into core skills
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
- Merge lisp-validator + lisp-repair → org-skill-lisp-utils.org
- Add self-fix skill (from contrib)
- Add engineering standards skill (from contrib)
- Delete old org-skill-lisp-validator.org

This consolidates all Lisp utilities (count-char, deterministic-repair,
neural-repair, structural/syntactic/semantic validation) into one skill.
2026-04-23 07:22:28 -04:00
53eee06225 REFAC: Standardize on Cognitive Cycle and harden harness 2026-04-16 12:00:12 -04:00
849c078c37 REFAC: Global rename of org-agent to opencortex 2026-04-14 12:10:11 -04:00
b1656d0835 REFAC: Added emacs-nox to Dockerfile and updated GTD mandate in standards 2026-04-13 21:20:56 -04:00
222a231d40 REFAC: Refactored perceive stage and relocated telemetry 2026-04-13 17:07:01 -04:00
7b56a46500 REFAC: Applied literate granularity and configuration externalization to loop 2026-04-13 16:55:11 -04:00
f26b6ccec7 ARCH: Rename system manifest and decouple all behavioral skills 2026-04-13 16:38:59 -04:00
5f86bcd8dc ALIGN: Rename Protocol to Communication and unify terminology 2026-04-13 14:17:28 -04:00
3e68cc11af REFACTOR: Explanatory Core Architecture & Terminology Alignment 2026-04-13 09:03:42 -04:00
5c7a925e4d refactor: implement Stop-and-Wait Mandate (Turn-Yielding) in Engineering Standards 2026-04-12 18:41:57 -04:00
4b8de30d4b refactor: rename alignment skills, scrub marketing lingo, and implement physical git safety gate 2026-04-12 18:32:42 -04:00