You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+100Lines changed: 100 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,106 @@ Welcome to the **Echo** project. This file captures expectations for any LLM age
17
17
- Capture milestones, blockers, and decisions in relevant specs, ADRs, or PR descriptions.
18
18
- AGENTS.md and `TASKS-DAG.md` are append-only; see `docs/append-only-invariants.md` plus `scripts/check-append-only.js` for the enforcement plan that CI will run before merges.
19
19
20
+
## Agent Context System (2-Tier)
21
+
22
+
Agents use a **2-tier context system** to maintain continuity across sessions:
23
+
24
+
| Tier | Store | Purpose | Update Frequency |
25
+
| ---- | ----- | ------- | ---------------- |
26
+
|**Immediate**| Redis stream | Current task state, branch, blockers | Every significant action |
0 commit comments