kijito-tools 0.2.5 → 0.2.6
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 +11 -0
- package/package.json +1 -1
- package/providers/codex/release-manifest.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,17 @@ opt-in per pane, and the skills are convenience wrappers, not requirements.
|
|
|
23
23
|
| `kijito-start` skill | The active, thorough version of session catch-up: load memory, read the current-state pointer and recent lessons, arm the inbox, and resume active work — or, for a new persona, set up identity and the pointer. | Yes |
|
|
24
24
|
| `kijito-qa-memory` skill | Memory curation that requires writing the new memories (not only fixing existing ones), then uses a fresh subagent to confirm a cold start can reconstruct the work. | Yes |
|
|
25
25
|
|
|
26
|
+
### The status line
|
|
27
|
+
|
|
28
|
+

|
|
29
|
+
|
|
30
|
+
`statusline-context.sh` shows, left to right: the pane's persona (from the project's `.kijito_persona`
|
|
31
|
+
marker, so several agent panes can be told apart), the persona's unread-mail count when
|
|
32
|
+
[kijito-inbox-monitor](https://github.com/KijitoAI/kijito-inbox-monitor) 0.5.7 or later is running and
|
|
33
|
+
has recorded one in the last 10 minutes (shown only when it is above zero), the model, and the context
|
|
34
|
+
window in use. The picture is rendered from the script's real output by
|
|
35
|
+
`scripts/render-statusline-svg.py`, and a test fails if the two disagree.
|
|
36
|
+
|
|
26
37
|
The two skills are conveniences, not the only way in: an agent can run the same catch-up and
|
|
27
38
|
curation by hand from a few prompts. They are packaged as skills because that makes them simple to
|
|
28
39
|
drop into `~/.claude/skills/` and invoke the same way everywhere.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kijito-tools",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Installer for kijito-tools: copies the context-tracking, session catch-up, and self-clear scripts plus the Kijito skills into ~/.claude.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"artifacts": {
|
|
16
16
|
"wakeCoreSha256": "f6ca4f88841b371409dfb4946e3b427e83150bd511f38068b364de1090c5cd35",
|
|
17
|
-
"workflowSha256": "
|
|
17
|
+
"workflowSha256": "4fcbb75ffc5b309a54fcc1492db983bce5f15353694b098859d048ed59197fb6",
|
|
18
18
|
"planSha256": "d9d666b86ac06414f6e6a13a3e3e2115983a1dad44fcfded7eccc51b191fb451",
|
|
19
19
|
"wakeHelperSha256": "838f6b4462ba037a23a14b6fdb8dc34ee8b8f4a7df258b428832bc092fac3ea4",
|
|
20
20
|
"wsUdsSha256": "4da13eef89b572fb735e756cb06846a021919dec7f91c6d07989377944cc776c",
|