Commit 7f5721c
bootstrap: replace the AEGIS symlink with a thin AGENTS.md
AGENTS.md was a committed symlink to ../aegis-architecture/AGENTS.md, which
resolved only because every 100monkeys repository is cloned side by side in one
directory; in a lone clone it dangled and this repository carried no contract at
all. It is now a real file naming the AEGIS Architecture workspace, its UUID, its
readme landing slug, the pre-alpha rule with its stored-state carve-out, and the
two additions to the human-only floor. ADR-119 phase B.
The contract the old symlink pointed at now lives in that workspace's grounding
and operations pages, with the shared half referenced by permalink from the
project-management process library.
CLAUDE.md is unchanged and still symlinks to AGENTS.md.
Evidence:
git ls-files -s AGENTS.md CLAUDE.md before
120000 13db908 0 AGENTS.md
120000 47dc3e3 0 CLAUDE.md
readlink AGENTS.md before: ../aegis-architecture/AGENTS.md after: (not a symlink)
readlink CLAUDE.md before and after: AGENTS.md
Workflows on push to main, read from .github/workflows before pushing:
ci.yml Node lint, build and test. GATING.
security.yml npm audit on push to main; also scheduled weekly. Green on the pre-landing tip
5f1a1fb on 2026-08-31, 08-24 and 08-17.
npm-publish.yml Tags only ('*.*.*'); not triggered by a push to main.
Nothing deploys, applies infrastructure, restarts a service, or writes to anything a running
system reads.
Not verified: no build, test, lint or formatter was run locally; the change is one Markdown file that
no test reaches.
Signed-off-by: Jeshua ben Joseph <jeshua@100monkeys.ai>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WgN1NGd8aD6oA1aeCwMxbB1 parent 5f1a1fb commit 7f5721c
1 file changed
Lines changed: 27 additions & 1 deletion
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments