@viberaven/cli 1.1.8 → 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.
- package/AGENTS.md +62 -157
- package/LICENSE +21 -21
- package/README.md +94 -128
- package/dist/cli.js +1291 -15977
- package/package.json +16 -23
- package/MCP.md +0 -34
- package/SECURITY.md +0 -53
- package/SKILL.md +0 -69
- package/assets/report/assets/provider-authjs.svg +0 -5
- package/assets/report/assets/provider-aws.svg +0 -5
- package/assets/report/assets/provider-logrocket.svg +0 -4
- package/assets/report/assets/viberaven-logo.png +0 -0
- package/assets/report/report-cli.css +0 -1466
- package/assets/report/station.css +0 -11854
- package/assets/report/station.js +0 -8319
- package/dist/cli.js.map +0 -7
- package/dist/console/app.js +0 -251
- package/dist/console/index.html +0 -46
- package/dist/console/styles.css +0 -267
- package/dist/playbooks/_stack-default.json +0 -11
- package/dist/playbooks/auth-supabase.json +0 -31
- package/dist/playbooks/stripe.json +0 -60
- package/dist/playbooks/supabase.json +0 -51
- package/dist/playbooks/vercel.json +0 -42
- package/dist/report/assets/provider-authjs.svg +0 -5
- package/dist/report/assets/provider-aws.svg +0 -5
- package/dist/report/assets/provider-logrocket.svg +0 -4
- package/dist/report/assets/viberaven-logo.png +0 -0
- package/dist/report/report-cli.css +0 -1466
- package/dist/report/station.css +0 -11854
- package/dist/report/station.js +0 -8319
- package/playbooks/_stack-default.json +0 -11
- package/playbooks/auth-supabase.json +0 -31
- package/playbooks/stripe.json +0 -60
- package/playbooks/supabase.json +0 -51
- package/playbooks/vercel.json +0 -42
- package/templates/AGENTS.snippet.md +0 -52
- package/templates/CLAUDE.snippet.md +0 -17
- package/templates/CURSOR.snippet.md +0 -17
package/AGENTS.md
CHANGED
|
@@ -1,157 +1,62 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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,128 +1,94 @@
|
|
|
1
|
-
# @viberaven/cli
|
|
2
|
-
|
|
3
|
-
[](https://www.npmjs.com/package/@viberaven/cli)
|
|
4
|
-
[](https://www.npmjs.com/package/@viberaven/cli)
|
|
5
|
-
[](https://www.npmjs.com/package/@viberaven/cli)
|
|
6
|
-
|
|
7
|
-
VibeRaven is the Agent Context + Production Gate for
|
|
8
|
-
|
|
9
|
-
## Humans
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
npx -y viberaven
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
No subcommand is needed in a real terminal. It
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
```bash
|
|
49
|
-
npx -y viberaven
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
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.
|
|
96
|
-
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.
|
|
97
|
-
|
|
98
|
-
If `stalled: true`, stop calling verify and address provider-action gaps or report to the user. Run `--strict` before deploy or CI pass.
|
|
99
|
-
|
|
100
|
-
## Machine Output
|
|
101
|
-
|
|
102
|
-
```bash
|
|
103
|
-
npx -y viberaven --agent-mode --json
|
|
104
|
-
npx -y viberaven --agent-mode --jsonl
|
|
105
|
-
npx -y viberaven --strict --json
|
|
106
|
-
```
|
|
107
|
-
|
|
108
|
-
Machine artifact contract:
|
|
109
|
-
|
|
110
|
-
```text
|
|
111
|
-
docs/contracts/artifacts.md
|
|
112
|
-
https://viberaven.dev/schemas/gate-result.schema.json
|
|
113
|
-
https://viberaven.dev/schemas/context-map.schema.json
|
|
114
|
-
https://viberaven.dev/schemas/gap.schema.json
|
|
115
|
-
https://viberaven.dev/schemas/heal-result.schema.json
|
|
116
|
-
```
|
|
117
|
-
|
|
118
|
-
## Development
|
|
119
|
-
|
|
120
|
-
```bash
|
|
121
|
-
npm run cli:build
|
|
122
|
-
npm run cli:test
|
|
123
|
-
node packages/cli/dist/cli.js scan
|
|
124
|
-
```
|
|
125
|
-
|
|
126
|
-
## License
|
|
127
|
-
|
|
128
|
-
The public npm CLI package is MIT licensed. Private monorepo code and extension packaging may have separate product terms.
|
|
1
|
+
# @viberaven/cli
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@viberaven/cli)
|
|
4
|
+
[](https://www.npmjs.com/package/@viberaven/cli)
|
|
5
|
+
[](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
|
+
```
|