@use-aistack/cli 0.12.4 → 0.14.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @use-aistack/cli
2
2
 
3
- Measure and share your AI stack. The CLI scans your local Claude Code transcripts, shows you exactly what would go up, and publishes only after you approve in your terminal.
3
+ Measure and share your AI stack. The CLI scans local history from Claude Code, Codex, Grok Build, opencode and Pi, shows you exactly what would go up, and publishes only after you approve in your terminal.
4
4
 
5
5
  Run on-demand with `npx` - no install required:
6
6
 
@@ -24,7 +24,7 @@ After a manual sync, the CLI offers auto-sync with three choices: Enable, Maybe
24
24
 
25
25
  ### `npx @use-aistack/cli sync --auto on` / `off`
26
26
 
27
- Optional: keep your stack fresh without manual syncs. `on` asks your stack for the permission, then writes a `SessionStart` hook into the harnesses you actually use - `~/.claude/settings.json` for Claude Code, `~/.codex/hooks.json` for Codex. The hook runs a silent sync at most once every 6 hours when a session starts. `off` removes the hooks and takes the permission back.
27
+ Optional: keep your stack fresh without manual syncs. `on` asks your stack for permission, then writes a `SessionStart` hook for the harnesses you actually use: `~/.claude/settings.json` for Claude Code, `~/.codex/hooks.json` for Codex, and `$GROK_HOME/hooks/aistack.json` (default `~/.grok/hooks/aistack.json`) for Grok Build. The hook runs a silent sync at most once every 6 hours when a session starts. Grok Build needs a new session or hook reload after installation. `off` disables local publication first, removes the owned hooks, then takes the remote permission back. If removal fails, the disabled local gate still prevents publication and the next interactive sync can retry reconciliation.
28
28
 
29
29
  ```sh
30
30
  npx @use-aistack/cli sync --auto on # enable, default every 6h