REFAC: Move dev mandates to PSF skill

This commit is contained in:
2026-04-09 20:32:19 -04:00
parent e70dcd76dd
commit cc511dd4e8

View File

@@ -34,14 +34,8 @@ The agent's "Thought Stream" must be fully auditable. Hidden reasoning or obfusc
** 5. Long-Term Sustainability
Prioritize local, energy-efficient, and offline-first architectures. The "Memex" should be functional in a 100-year horizon.
** 6. Literate Granularity (One Function per Block)
To maintain the highest quality of literate programming, every Lisp function or macro must reside in its own dedicated `#+begin_src lisp` block. This ensures that each piece of logic can be surrounded by rich narrative explaining the "Why" and "How" of its specific implementation.
** 7. Commit Before Modification
To ensure perfect reversibility and system integrity, the agent MUST commit and push the current state of the workspace BEFORE initiating any new file modifications. This ensures that every evolutionary step has a known-good recovery point.
** 8. Continuous QA (Chaos & Testing)
No change is complete without verification. Every new function must be accompanied by a FiveAM test case. Furthermore, the agent must use the 'Chaos Gauntlet' to simulate failures and verify the system's resilience after every significant architectural shift.
* Operational Mandates
Every action performed by an agent in this environment must also adhere to the software development standards defined in the [[file:../../org-agent-contrib/org-skill-project-foundry.org][Personal Software Foundry (PSF)]] methodology (e.g. Literate Granularity, Commit-Before-Modify, Continuous QA).
* Phase A: Demand (PRD)
:PROPERTIES: