File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ This repo contains:
8383✅ Understand canonical location: `.machine_readable/` (state, bots, contractiles)
8484✅ Know the invariants (no state file duplication, etc.)
8585✅ Check for MCP enforcement (if applicable)
86- ✅ Read `.machine_readable/STATE.a2ml` for current status
87- ✅ Read `.machine_readable/AGENTIC.a2ml` for interaction patterns
86+ ✅ Read `.machine_readable/6a2/ STATE.a2ml` for current status
87+ ✅ Read `.machine_readable/6a2/ AGENTIC.a2ml` for interaction patterns
8888
8989## LIFECYCLE HOOKS
9090
@@ -96,15 +96,15 @@ When starting a new session:
96962. Log session start (optional but recommended)
9797 - Format: `[YYYY-MM-DD HH:MM:SS] Session started: [agent-name]`
9898 - Location: `.machine_readable/session-log.txt`
99- 3. Read `.machine_readable/STATE.a2ml`
99+ 3. Read `.machine_readable/6a2/ STATE.a2ml`
1001004. Check for blockers
1011015. State understanding of canonical locations
102102
103103### on-exit (Session End)
104104
105105When ending a session:
106106
107- 1. Update `.machine_readable/STATE.a2ml` if changes made
107+ 1. Update `.machine_readable/6a2/ STATE.a2ml` if changes made
1081082. Log session end (optional but recommended)
109109 - Format: `[YYYY-MM-DD HH:MM:SS] Session ended: [summary]`
110110 - Location: `.machine_readable/session-log.txt`
You can’t perform that action at this time.
0 commit comments