aboutsummaryrefslogtreecommitdiff
path: root/scripts/tests/install-agents-entry.bats
Commit message (Collapse)AuthorAgeFilesLines
* feat(runtime): add the thin-pointer AGENTS.md agent entry fileCraig Jennings19 hours1-0/+51
claude-templates/AGENTS.md points any harness at protocols.org, the rules locations, and the /name-to-file resolution rule, and tells it to degrade per each rule's documented fallback instead of skipping gates. make install links it to ~/.codex/AGENTS.md (new CODEX_DIR stanza) and install-ai.sh seeds a project-owned copy at bootstrap, never overwriting an existing one. The rulesets root carries a tracked symlink as dogfood. Five new bats tests cover the link idiom and the seeding. This resolves the generic-instruction-file blocker from the runtime spec, and velox picks up the global link on its next session's make install.