File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ i-human/
9999✅ Understand canonical location: `.machine_readable/` (state, bots, contractiles)
100100✅ Know the invariants (no state file duplication, etc.)
101101✅ Check for MCP enforcement (if applicable)
102- ✅ Read `.machine_readable/STATE.a2ml` for current status
103- ✅ Read `.machine_readable/AGENTIC.a2ml` for interaction patterns
102+ ✅ Read `.machine_readable/6a2/ STATE.a2ml` for current status
103+ ✅ Read `.machine_readable/6a2/ AGENTIC.a2ml` for interaction patterns
104104
105105## LIFECYCLE HOOKS
106106
@@ -112,15 +112,15 @@ When starting a new session:
1121122. Log session start (optional but recommended)
113113 - Format: `[YYYY-MM-DD HH:MM:SS] Session started: [agent-name]`
114114 - Location: `.machine_readable/session-log.txt`
115- 3. Read `.machine_readable/STATE.a2ml`
115+ 3. Read `.machine_readable/6a2/ STATE.a2ml`
1161164. Check for blockers
1171175. State understanding of canonical locations
118118
119119### on-exit (Session End)
120120
121121When ending a session:
122122
123- 1. Update `.machine_readable/STATE.a2ml` if changes made
123+ 1. Update `.machine_readable/6a2/ STATE.a2ml` if changes made
1241242. Log session end (optional but recommended)
125125 - Format: `[YYYY-MM-DD HH:MM:SS] Session ended: [summary]`
126126 - Location: `.machine_readable/session-log.txt`
You can’t perform that action at this time.
0 commit comments