@use-aistack/cli 0.14.0 → 0.15.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 +2 -2
- package/dist/index.js +1219 -303
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
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 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.
|
|
3
|
+
Measure and share your AI stack. The CLI scans local history from Claude Code, Codex, Cursor, 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 permission, then writes
|
|
27
|
+
Optional: keep your stack fresh without manual syncs. `on` asks your stack for permission, then writes hooks for the harnesses you actually use. The `SessionStart` paths are: `~/.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. Cursor uses a user-level `stop` hook in `~/.cursor/hooks.json` and reloads that configuration automatically. Its trigger runs when the agent finishes a turn. The other hooks run when a session starts. All triggers share one silent sync throttle, at most once every 6 hours. Existing user hooks are preserved. 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
|