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: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,21 @@ See:
92
92
Savepoint.Protocol is an authorship scaffold—recursive, minimal, sovereign, and enduring.
93
93
This is how we mark where it mattered.
94
94
95
+
95
96
## CLI Tools
96
97
97
98
Savepoint.Protocol includes a tested set of shell tools for working with OpenAI chat exports and recursive cognitive review. See [docs/cli-tools.md](docs/cli-tools.md).
99
+
100
+
The modular CLI interface is located in:
101
+
102
+
/tools/
103
+
104
+
105
+
You can:
106
+
- Extract structured exports from `conversations.json`
107
+
- Drop and annotate Savepoints (WIP)
108
+
- Grow this into a full timeline and reflection system
109
+
110
+
For CLI usage and installation, see [tools/README.md](tools/README.md).
0 commit comments