savepoint 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +2 -2
- package/savepoint.exe +0 -0
package/README.md
CHANGED
|
@@ -59,6 +59,7 @@ Built for a cinematic, technical feel without the bloat.
|
|
|
59
59
|
|
|
60
60
|
| Command | Action |
|
|
61
61
|
| :----------------- | :--------------------------------------------------------------------------------------------------- |
|
|
62
|
+
| `savepoint --version` | Print the installed Savepoint version. |
|
|
62
63
|
| `savepoint init` | Scaffold the loop, write your `AGENTS.md` guide, drop the baby gates, and generate the magic prompt. |
|
|
63
64
|
| `savepoint board` | Launch the Atari-Noir Kanban TUI to track the vibe. |
|
|
64
65
|
| `savepoint doctor` | Check the integrity of the state machine. |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "savepoint",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "It’s a simple, file-based state machine and cinematic Terminal UI (TUI) designed to force you—and your agent (Claude, Cursor, Aider, Gemini)—to slow down, write down what you're actually building, and check your work before moving on.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"board",
|
|
@@ -30,4 +30,4 @@
|
|
|
30
30
|
"test": "echo \"Run 'make test' for Go tests\"",
|
|
31
31
|
"prepublishOnly": "npm run build"
|
|
32
32
|
}
|
|
33
|
-
}
|
|
33
|
+
}
|
package/savepoint.exe
CHANGED
|
Binary file
|