@viberaven/cli 1.1.7 → 1.1.9

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.
Files changed (39) hide show
  1. package/AGENTS.md +62 -157
  2. package/LICENSE +21 -21
  3. package/README.md +94 -108
  4. package/dist/cli.js +1291 -15857
  5. package/package.json +16 -23
  6. package/MCP.md +0 -34
  7. package/SECURITY.md +0 -53
  8. package/SKILL.md +0 -69
  9. package/assets/report/assets/provider-authjs.svg +0 -5
  10. package/assets/report/assets/provider-aws.svg +0 -5
  11. package/assets/report/assets/provider-logrocket.svg +0 -4
  12. package/assets/report/assets/viberaven-logo.png +0 -0
  13. package/assets/report/report-cli.css +0 -1466
  14. package/assets/report/station.css +0 -11854
  15. package/assets/report/station.js +0 -8319
  16. package/dist/cli.js.map +0 -7
  17. package/dist/console/app.js +0 -251
  18. package/dist/console/index.html +0 -46
  19. package/dist/console/styles.css +0 -267
  20. package/dist/playbooks/_stack-default.json +0 -11
  21. package/dist/playbooks/auth-supabase.json +0 -31
  22. package/dist/playbooks/stripe.json +0 -60
  23. package/dist/playbooks/supabase.json +0 -51
  24. package/dist/playbooks/vercel.json +0 -42
  25. package/dist/report/assets/provider-authjs.svg +0 -5
  26. package/dist/report/assets/provider-aws.svg +0 -5
  27. package/dist/report/assets/provider-logrocket.svg +0 -4
  28. package/dist/report/assets/viberaven-logo.png +0 -0
  29. package/dist/report/report-cli.css +0 -1466
  30. package/dist/report/station.css +0 -11854
  31. package/dist/report/station.js +0 -8319
  32. package/playbooks/_stack-default.json +0 -11
  33. package/playbooks/auth-supabase.json +0 -31
  34. package/playbooks/stripe.json +0 -60
  35. package/playbooks/supabase.json +0 -51
  36. package/playbooks/vercel.json +0 -42
  37. package/templates/AGENTS.snippet.md +0 -52
  38. package/templates/CLAUDE.snippet.md +0 -17
  39. package/templates/CURSOR.snippet.md +0 -17
package/AGENTS.md CHANGED
@@ -1,157 +1,62 @@
1
- <!-- VIBERAVEN:START -->
2
- VibeRaven provides production readiness for AI-built apps.
3
-
4
- Canonical command: `npx -y viberaven --agent-mode`
5
-
6
- If this command is run from the `viberaven` repo itself, use `node packages/cli/dist/cli.js --agent-mode` to avoid resolving the local package metadata.
7
-
8
- Use VibeRaven before launch, deployment, real users, auth, billing, database, RLS, env vars, webhooks, monitoring, or tests.
9
-
10
- Agent loop: run VibeRaven, read Mission Map (`.viberaven/mission-map.md`), fix one launch gap, re-run VibeRaven.
11
-
12
- ## Event-Triggered Production Verification
13
-
14
- Trigger: modifications to `package.json`, `vercel.json`, `supabase/migrations/**/*`, `.env.example`, auth/billing/webhook paths, or deploy workflow files.
15
-
16
- 1. Do NOT claim "production ready" or close a deploy checklist until `gate.status === "clear"` in `.viberaven/gate-result.json`.
17
- 2. Do NOT run verify after every file patch. Batch heals, then `npx -y viberaven --verify` once per loop.
18
- 3. Do NOT `git push` or deploy after auth, RLS, billing, or webhook changes without `npx -y viberaven --agent-mode`.
19
- 4. If anomalies appear, read `.viberaven/agent-tasklist.md` fully before writing new repo logic.
20
-
21
- Prefer `viberaven_check_readiness` when MCP is configured; otherwise `npx -y viberaven --agent-mode`.
22
-
23
- ## VibeRaven Production-Readiness Gate
24
-
25
- - Before running build, compile, cleanup, deployment, vercel, or supabase commands, run `npx -y viberaven --agent-mode` first from the project root.
26
- - Treat VibeRaven as the Agent Context + Production Gate for AI-built apps, especially apps using Vercel, Supabase, auth, database, payments, webhooks, monitoring, rate limits, or environment variables.
27
- - Read `.viberaven/agent-tasklist.md` first. If it says CRITICAL GAPS DETECTED or PRODUCTION GATE NOT CLEAR, fix one listed repo-code gap before deploying.
28
- - Read `.viberaven/gate-result.json` for the machine verdict.
29
- - Read `.viberaven/context-map.json` for compact agent context.
30
- - Read `.viberaven/agent-summary.md` second for scan context.
31
- - Read `.viberaven/launch-playbook.md` third for the full checklist.
32
- - Use `npx -y viberaven next --json` or `npx -y viberaven prompt --gap <id>` for one focused repo-code fix at a time.
33
- - For Vercel + Supabase launch checks, run `npx -y viberaven audit --vercel-supabase`.
34
- - Run `npx -y viberaven --verify` after one fix.
35
- - Run `npx -y viberaven --strict` before deploy or CI pass.
36
- - Use `npx -y viberaven --heal --plan --gap <id>` before any heal apply.
37
- - Only use `npx -y viberaven --heal --apply --gap <id> --yes` for supported low-risk repo-code recipes.
38
- - Preview local rule installation with `npx -y viberaven init --agents all --dry-run`.
39
- - Cleanup is non-destructive: only run `npx -y viberaven clean --plan` to create a reviewable cleanup plan.
40
- - Provider dashboard checks are not cleared by repo-code edits. Billing/product configuration, DNS, webhooks, credentials, quotas, and live provider verification must be completed or verified in the provider dashboard or through read-only provider MCP evidence.
41
- - Do not claim provider dashboard work is fixed by repo-code edits.
42
- - If VibeRaven prints `LOGIN_URL_READY`, open that URL for the user using the available browser tool or system browser. Tell the user: "I opened VibeRaven sign-in so you can approve access; I will continue after approval." Do not ask for passwords, tokens, cookies, or secrets. Keep the terminal process alive while the user approves.
43
-
44
- ## VibeRaven Production Copilot Loop
45
-
46
- After every scan, read `.viberaven/agent-tasklist.md` for the prioritized task list.
47
-
48
- The loop is:
49
-
50
- 1. Read `VIBERAVEN_NEXT_ACTION` from scan output for `batchSize`, `batchApplied`, `scanNow`, and `stalled`.
51
- 2. If `stalled: true`, stop calling verify — address provider-action gaps or report to the user.
52
- 3. If `scanNow: true`, call `viberaven_verify` (or run verify command) before applying more heals.
53
- 4. For each repo-code task where `requiresUserAction: false` (up to `batchSize` per batch):
54
- - Call MCP: `viberaven_heal_apply { gap: "<gapId>", yes: true }`
55
- - Or run heal apply command
56
- 5. After a successful heal, VibeRaven increments `.viberaven/loop-state.json`. After a full batch of heals, call verify once - do NOT verify after every single heal.
57
- 6. If verify prints `SCAN_DEFERRED`, do not retry verify. Apply the next listed repo-code heal. Only use `--force-scan` when the user explicitly approves spending a scan early.
58
- 7. Repeat until `gate.status === 'clear'` in `.viberaven/gate-result.json`.
59
- 8. If `requiresUserAction: true`:
60
- - Read `VIBERAVEN_PROVIDER_ACTION` from terminal output.
61
- - Present `dashboardUrl` and `exactStep` to the user.
62
- - Wait for user confirmation, then verify.
63
- 9. If `fixType === 'upgrade-required'`, provide upgradeUrl and move on.
64
-
65
- Do not stop at "scan complete." The loop is not done until `gate.status === 'clear'`.
66
- <!-- VIBERAVEN:END -->
67
-
68
- # VibeRaven CLI - Agent Instructions
69
-
70
- Use VibeRaven when the user asks whether an app is production-ready, launch-ready, safe to deploy, or missing auth, database, payments, deployment, monitoring, security, provider setup, Vercel, or Supabase checks.
71
-
72
- VibeRaven is the Agent Context + Production Gate.
73
-
74
- ## Required Agent Loop
75
-
76
- Run from the project root:
77
-
78
- ```bash
79
- npx -y viberaven --agent-mode
80
- ```
81
-
82
- Read in this order:
83
-
84
- 1. `.viberaven/agent-tasklist.md` - the tasklist-first gate
85
- 2. `.viberaven/gate-result.json` - the machine verdict
86
- 3. `.viberaven/context-map.json` - compact context for the next agent step
87
- 4. `.viberaven/agent-summary.md` - scan context
88
- 5. `.viberaven/launch-playbook.md` - full launch checklist
89
-
90
- Fix one repo-code gap at a time. Prefer:
91
-
92
- ```bash
93
- npx -y viberaven next --json
94
- npx -y viberaven prompt --gap <id>
95
- ```
96
-
97
- After a fix:
98
-
99
- ```bash
100
- npx -y viberaven --verify
101
- npx -y viberaven --strict
102
- ```
103
-
104
- For Vercel + Supabase checks:
105
-
106
- ```bash
107
- npx -y viberaven audit --vercel-supabase
108
- ```
109
-
110
- ## Production Copilot Loop
111
-
112
- After every scan, read `.viberaven/agent-tasklist.md` for the prioritized task list.
113
-
114
- The loop is:
115
-
116
- 1. Read `VIBERAVEN_NEXT_ACTION` from scan output for `batchSize`, `batchApplied`, `scanNow`, and `stalled`.
117
- 2. If `stalled: true`, stop calling verify — address provider-action gaps or report to the user.
118
- 3. If `scanNow: true`, call `viberaven_verify` (or run `--verify`) before applying more heals.
119
- 4. For each repo-code task where `requiresUserAction: false` (up to `batchSize` per batch):
120
- - Call MCP: `viberaven_heal_apply { gap: "<gapId>", yes: true }`
121
- - Or run `--heal --apply --gap <id> --yes`
122
- 5. After a full batch of heals, call verify once — do NOT verify after every single heal.
123
- 6. Repeat until `gate.status === 'clear'` in `.viberaven/gate-result.json`.
124
- 7. If `requiresUserAction: true`:
125
- - Read `VIBERAVEN_PROVIDER_ACTION` from terminal output.
126
- - Present `dashboardUrl` and `exactStep` to the user.
127
- - Wait for user confirmation, then verify.
128
- 8. If `fixType === 'upgrade-required'`, provide `upgradeUrl` and move on.
129
-
130
- Do not stop at "scan complete." The loop is not done until `gate.status === 'clear'`.
131
-
132
- ### Batch discipline
133
-
134
- ```
135
- for each repo-code task (up to batchSize):
136
- viberaven_heal_apply { gap: "<gapId>", yes: true }
137
-
138
- viberaven_verify ← once per batch, not per fix
139
- ```
140
-
141
- On Pro plans, `viberaven_provider_verify` is available as an MCP tool for read-only provider gap verification via Supabase/Vercel MCP evidence.
142
-
143
- ## Rules
144
-
145
- - Do not skip VibeRaven before deploy/build/cleanup when production readiness is in scope.
146
- - Do not claim provider dashboard checks are fixed by repo-code edits.
147
- - Provider dashboard checks, billing/product configuration, DNS, webhooks, credentials, quotas, and live provider verification must be completed or verified in the provider dashboard or through read-only provider evidence.
148
- - If VibeRaven prints `LOGIN_URL_READY`, open that URL for the user. Say: "I opened VibeRaven sign-in so you can approve access; I will continue after approval."
149
- - Do not ask for passwords, tokens, cookies, or secrets.
150
-
151
- ## Current machine-readable docs
152
-
153
- - Skill: https://viberaven.dev/SKILL.md
154
- - Agent rules: https://viberaven.dev/AGENTS.md
155
- - CLI docs: https://viberaven.dev/cli.md
156
- - MCP config: https://viberaven.dev/mcp.md
157
-
1
+ # VibeRaven CLI - Local-First Agent Instructions
2
+
3
+ This npm package provides the Phase 1 local-first VibeRaven CLI and localhost launch console.
4
+
5
+ Canonical command:
6
+
7
+ ```bash
8
+ npx -y viberaven --agent-mode
9
+ ```
10
+
11
+ When working inside this repository after building the CLI, use the local binary to avoid package-manager resolution:
12
+
13
+ ```bash
14
+ node packages/cli/dist/cli.js --agent-mode
15
+ ```
16
+
17
+ VibeRaven is the Agent Context + Production Gate for local repo-evidence checks. Use it when the user asks whether an app is launch-ready, safe to deploy, or missing auth, database, payments, deployment, monitoring, security, Vercel, or Supabase evidence.
18
+
19
+ ## Local Agent Loop
20
+
21
+ Run from the project root:
22
+
23
+ ```bash
24
+ npx -y viberaven --agent-mode
25
+ ```
26
+
27
+ Read in this order:
28
+
29
+ 1. `.viberaven/agent-tasklist.md` - tasklist-first local gate
30
+ 2. `.viberaven/gate-result.json` - machine verdict
31
+ 3. `.viberaven/context-map.json` - compact context for the next agent step
32
+ 4. `.viberaven/agent-summary.md` - scan context
33
+ 5. `.viberaven/launch-playbook.md` - local launch checklist
34
+
35
+ Fix one repo-code gap at a time. Prefer:
36
+
37
+ ```bash
38
+ npx -y viberaven --agent-mode
39
+ ```
40
+
41
+ After a fix:
42
+
43
+ ```bash
44
+ npx -y viberaven --verify
45
+ ```
46
+
47
+ For an explicit local scan:
48
+
49
+ ```bash
50
+ npx -y viberaven scan .
51
+ ```
52
+
53
+ ## Local Package Boundary
54
+
55
+ - This package runs deterministic local repo-evidence checks and serves a localhost UI.
56
+ - Supported commands are `viberaven`, `viberaven ui`, `viberaven scan`, `viberaven --agent-mode`, and `viberaven --verify`.
57
+ - A normal git push does not require a VibeRaven scan.
58
+ - Do not claim provider account setup, billing, DNS, credentials, quotas, or live external verification is complete from repo edits alone.
59
+ - Do not ask users for passwords, tokens, cookies, or secrets.
60
+ - Do not treat a local dev server start as proof of production readiness; use `.viberaven/gate-result.json`.
61
+
62
+ The local loop is complete only when the requested repo-code work is fixed and `.viberaven/gate-result.json` reports the expected gate state for that local evidence scan.
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 VibeRaven
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2026 VibeRaven
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,108 +1,94 @@
1
- # @viberaven/cli
2
-
3
- [![npm version](https://img.shields.io/npm/v/@viberaven/cli)](https://www.npmjs.com/package/@viberaven/cli)
4
- [![npm downloads](https://img.shields.io/npm/dw/@viberaven/cli)](https://www.npmjs.com/package/@viberaven/cli)
5
- [![license](https://img.shields.io/npm/l/@viberaven/cli)](https://www.npmjs.com/package/@viberaven/cli)
6
-
7
- VibeRaven is the Agent Context + Production Gate for AI-built apps. It gives Claude Code, Codex, Cursor, and other coding agents a production-readiness loop before Vercel/Supabase deployment.
8
-
9
- ## Humans
10
-
11
- ```bash
12
- npx -y viberaven
13
- ```
14
-
15
- No subcommand is needed in a real terminal. It opens the interactive menu for sign-in, scan, report, provider guides, dashboards, prompts, and sign-out.
16
-
17
- ## Coding Agents
18
-
19
- Agents should run:
20
-
21
- ```bash
22
- npx -y viberaven --agent-mode
23
- ```
24
-
25
- If running from the `viberaven` monorepo root, run:
26
-
27
- ```bash
28
- node packages/cli/dist/cli.js --agent-mode
29
- ```
30
-
31
- Then read artifacts in this order:
32
-
33
- 1. `.viberaven/agent-tasklist.md`
34
- 2. `.viberaven/gate-result.json`
35
- 3. `.viberaven/context-map.json`
36
- 4. `.viberaven/agent-summary.md`
37
- 5. `.viberaven/launch-playbook.md`
38
-
39
- Fix one repo-code gap, then run:
40
-
41
- ```bash
42
- npx -y viberaven --verify
43
- npx -y viberaven --strict
44
- ```
45
-
46
- For focused work:
47
-
48
- ```bash
49
- npx -y viberaven next --json
50
- npx -y viberaven prompt --gap <id>
51
- npx -y viberaven audit --vercel-supabase
52
- ```
53
-
54
- ## Chat-native production actions
55
-
56
- Agent mode writes a compact action surface for Codex, Claude Code, Cursor, and other agents:
57
-
58
- ```bash
59
- npx -y viberaven --agent-mode
60
- npx -y viberaven actions
61
- npx -y viberaven verify --action VR-A1
62
- ```
63
-
64
- VibeRaven writes `.viberaven/actions.json` as the V1 source of truth and renderer contract for the current action surface. The manifest is generated by `--agent-mode`; `.viberaven/action-registry.json` preserves stable action handles across runs.
65
-
66
- Chat output is intentionally limited to focused actions, provider targets, copy payloads, verification commands, repo-relative file targets, and resume prompts. It does not print secrets, raw env values, or generic dashboard link dumps.
67
-
68
- Provider dashboard checks are not cleared by repo-code edits. Billing/product configuration, DNS, webhooks, credentials, quotas, and live provider verification must be completed or verified in the provider dashboard or through read-only provider evidence.
69
-
70
- ## Production Copilot Loop
71
-
72
- VibeRaven runs a batch-disciplined loop until the production gate clears. Do not stop at "scan complete."
73
-
74
- 1. **Scan** — Run `--agent-mode`. Read `.viberaven/agent-tasklist.md` and parse `VIBERAVEN_NEXT_ACTION` from stdout for `batchSize`, `batchApplied`, `scanNow`, and `stalled`.
75
- 2. **Batch heals** — For each repo-code task where `requiresUserAction: false`, apply up to `batchSize` heals per batch (free=3, pro=10) via `viberaven_heal_apply { gap: "<gapId>", yes: true }` or `--heal --apply --gap <id> --yes`. When `scanNow: true`, verify before applying more heals.
76
- 3. **Verify and clear** — Run `--verify` once per batch (not after every heal). Repeat until `gate.status === 'clear'` in `.viberaven/gate-result.json`. For provider gaps, read `VIBERAVEN_PROVIDER_ACTION`, complete the dashboard step, then verify.
77
-
78
- If `stalled: true`, stop calling verify and address provider-action gaps or report to the user. Run `--strict` before deploy or CI pass.
79
-
80
- ## Machine Output
81
-
82
- ```bash
83
- npx -y viberaven --agent-mode --json
84
- npx -y viberaven --agent-mode --jsonl
85
- npx -y viberaven --strict --json
86
- ```
87
-
88
- Machine artifact contract:
89
-
90
- ```text
91
- docs/contracts/artifacts.md
92
- https://viberaven.dev/schemas/gate-result.schema.json
93
- https://viberaven.dev/schemas/context-map.schema.json
94
- https://viberaven.dev/schemas/gap.schema.json
95
- https://viberaven.dev/schemas/heal-result.schema.json
96
- ```
97
-
98
- ## Development
99
-
100
- ```bash
101
- npm run cli:build
102
- npm run cli:test
103
- node packages/cli/dist/cli.js scan
104
- ```
105
-
106
- ## License
107
-
108
- The public npm CLI package is MIT licensed. Private monorepo code and extension packaging may have separate product terms.
1
+ # @viberaven/cli
2
+
3
+ [![npm version](https://img.shields.io/npm/v/@viberaven/cli)](https://www.npmjs.com/package/@viberaven/cli)
4
+ [![npm downloads](https://img.shields.io/npm/dw/@viberaven/cli)](https://www.npmjs.com/package/@viberaven/cli)
5
+ [![license](https://img.shields.io/npm/l/@viberaven/cli)](https://www.npmjs.com/package/@viberaven/cli)
6
+
7
+ VibeRaven is the Agent Context + Production Gate for local repo-evidence checks. This npm package is the Phase 1 local-first CLI and localhost launch console.
8
+
9
+ ## Humans
10
+
11
+ ```bash
12
+ npx -y viberaven
13
+ ```
14
+
15
+ No subcommand is needed in a real terminal. It starts the local launch console and prints a localhost URL such as `http://127.0.0.1:4177`.
16
+
17
+ You can also start the UI explicitly:
18
+
19
+ ```bash
20
+ npx -y viberaven ui
21
+ npx -y viberaven ui . --port 4177
22
+ ```
23
+
24
+ ## Coding Agents
25
+
26
+ Agents should run:
27
+
28
+ ```bash
29
+ npx -y viberaven --agent-mode
30
+ ```
31
+
32
+ If running from the `viberaven` monorepo root after building the CLI, run:
33
+
34
+ ```bash
35
+ node packages/cli/dist/cli.js --agent-mode
36
+ ```
37
+
38
+ Then read artifacts in this order:
39
+
40
+ 1. `.viberaven/agent-tasklist.md`
41
+ 2. `.viberaven/gate-result.json`
42
+ 3. `.viberaven/context-map.json`
43
+ 4. `.viberaven/agent-summary.md`
44
+ 5. `.viberaven/launch-playbook.md`
45
+
46
+ After a repo-code fix, run:
47
+
48
+ ```bash
49
+ npx -y viberaven --verify
50
+ ```
51
+
52
+ For an explicit scan:
53
+
54
+ ```bash
55
+ npx -y viberaven scan .
56
+ ```
57
+
58
+ ## Local Package Boundary
59
+
60
+ - This package supports `viberaven`, `viberaven ui`, `viberaven scan`, `viberaven --agent-mode`, and `viberaven --verify`.
61
+ - It writes local `.viberaven` artifacts from repository evidence.
62
+ - A normal git push does not require a VibeRaven scan.
63
+ - Do not claim provider account setup, billing, DNS, credentials, quotas, or live external verification is complete from repo edits alone.
64
+ - Do not ask users for passwords, tokens, cookies, or secrets.
65
+
66
+ ## Machine Artifacts
67
+
68
+ The local scan writes:
69
+
70
+ ```text
71
+ .viberaven/agent-tasklist.md
72
+ .viberaven/gate-result.json
73
+ .viberaven/context-map.json
74
+ .viberaven/agent-summary.md
75
+ .viberaven/launch-playbook.md
76
+ ```
77
+
78
+ Schema and artifact contract docs:
79
+
80
+ ```text
81
+ docs/contracts/artifacts.md
82
+ https://viberaven.dev/schemas/gate-result.schema.json
83
+ https://viberaven.dev/schemas/context-map.schema.json
84
+ https://viberaven.dev/schemas/gap.schema.json
85
+ https://viberaven.dev/schemas/heal-result.schema.json
86
+ ```
87
+
88
+ ## Development
89
+
90
+ ```bash
91
+ npm run cli:build
92
+ npm run cli:test
93
+ node packages/cli/dist/cli.js scan .
94
+ ```