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
|`track.json`|| (Optional) Track metadata for integration |
37
+
|`LICENSE`|| MIT License |
38
+
|`README.md`|| This Document |
39
+
40
+
> All symbols in this repo follow SMOS's [Naming Protocol Emoji](https://github.com/secondmindlab/secondmindlab/blob/19a71aa799d875c2b5dc4b7acda42394bb10f589/meta/naming-protocol-emoji.md). You can either keep this convention or adopt your own style.
39
41
40
42
## Protocol Flow
41
43
@@ -63,7 +65,7 @@ Each learning unit runs through the **P.A.C.E.R. loop** — a minimal feedback p
63
65
|`Edit`| Refactor, simplify, correct blindspots |
64
66
|`Reflect`| Meta-log insights, blockers, claims |
65
67
66
-
Each folder in `loop/Week-X/` should contain a `pacer.yaml` or markdown journal documenting this cycle.
68
+
Each folder in `loop/week-xx-x/` should contain a `pacer.yaml` or markdown journal documenting this cycle.
67
69
68
70
## Usage Instructions
69
71
@@ -77,19 +79,19 @@ Each folder in `loop/Week-X/` should contain a `pacer.yaml` or markdown journal
77
79
- New loop via CLI (Recommend) `python scripts/smos.py week-01-c --topic="Memory & Pointers"`
78
80
- Drop notes into `docs/`
79
81
- Write blockers / insight logs in `logs/`
80
-
- Launch a loop via `loop/week-01/pacer.yaml`, `loop/week-01/claim.md`, `loop/week-01/reflect.md`
82
+
- Launch a loop via `loop/week-01-c/pacer.yaml`, `loop/week-01-c/claim.md`, `loop/week-01-c/reflect.md`
0 commit comments