Commit Graph

3 Commits

Author SHA1 Message Date
aa1bf207b9 Add AGENTS.md with literate programming workflow and tooling
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 6s
- Documents the LP discipline: org files are source of truth
- Lists available tools: emacs --batch for tangle/eval/balance-check
- Documents the NEVER-edit-.lisp-directly rule
- Provides emergency recovery procedures

Scripts installed in ~/.opencode/bin/:
  - tangle: tangle org files via emacs --batch
  - org-eval: evaluate src blocks via emacs --batch
  - org-balance-check: check paren balance in org blocks
2026-04-26 12:14:08 -04:00
e685b43b8b Revert "Add Agent Mandate with engineering guidelines"
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
This reverts commit 40d90cca7a.
2026-04-23 06:56:01 -04:00
40d90cca7a Add Agent Mandate with engineering guidelines
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
- Document vision: Pure Lisp + Org-mode
- Current goal: v0.2.0 Self-Improvement + Local LLMs
- Engineering standards from org-skill-engineering-standards.org
- Agent workflow: boot sequence, commit before modify, plan mode, testing
2026-04-23 06:54:30 -04:00