@su-record/vibe 2.6.42 → 2.6.44
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/.env +1 -1
- package/CLAUDE.md +0 -1
- package/commands/vibe.analyze.md +373 -373
- package/commands/vibe.reason.md +333 -333
- package/commands/vibe.review.md +555 -555
- package/commands/vibe.run.md +1922 -1922
- package/commands/vibe.spec.md +1195 -1195
- package/commands/vibe.trace.md +209 -209
- package/commands/vibe.verify.md +414 -414
- package/dist/cli/commands/index.d.ts +0 -1
- package/dist/cli/commands/index.d.ts.map +1 -1
- package/dist/cli/commands/index.js +0 -1
- package/dist/cli/commands/index.js.map +1 -1
- package/dist/cli/commands/info.d.ts.map +1 -1
- package/dist/cli/commands/info.js +0 -7
- package/dist/cli/commands/info.js.map +1 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +1 -52
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/postinstall/inline-skills.js +1 -1
- package/dist/cli/postinstall/inline-skills.js.map +1 -1
- package/dist/cli/setup/GlobalInstaller.d.ts +7 -0
- package/dist/cli/setup/GlobalInstaller.d.ts.map +1 -1
- package/dist/cli/setup/GlobalInstaller.js +45 -0
- package/dist/cli/setup/GlobalInstaller.js.map +1 -1
- package/dist/infra/lib/SkillRepository.d.ts.map +1 -1
- package/dist/infra/lib/SkillRepository.js +5 -4
- package/dist/infra/lib/SkillRepository.js.map +1 -1
- package/hooks/scripts/llm-orchestrate.js +12 -25
- package/hooks/scripts/prompt-dispatcher.js +5 -11
- package/package.json +2 -4
- package/skills/core-capabilities/SKILL.md +164 -164
- package/skills/parallel-research/SKILL.md +80 -80
package/.env
CHANGED
|
@@ -17,7 +17,7 @@ SLACK_ALLOWED_CHANNELS=
|
|
|
17
17
|
GEMINI_API_KEY=AIzaSyAi8fYbd5tlYn7nBYoKcaLJI0u-Z7Nlw1U
|
|
18
18
|
|
|
19
19
|
# ─── OpenAI ──────────────────────────────────────────────────────────
|
|
20
|
-
OPENAI_API_KEY=sk-proj-
|
|
20
|
+
OPENAI_API_KEY=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
|
|
21
21
|
|
|
22
22
|
# ─── GPT OAuth (OpenAI Codex CLI PKCE) ──────────────────────────────
|
|
23
23
|
# client_id: app_EMoamEEZ73f0CkXaXp7hrann
|
package/CLAUDE.md
CHANGED
|
@@ -156,7 +156,6 @@ Include `ultrawork` or `ulw` keyword for maximum performance:
|
|
|
156
156
|
| `vibe claude <cmd>` | Claude (key, status, logout) |
|
|
157
157
|
| `vibe gpt <cmd>` | GPT (auth, key, status, logout, remove) |
|
|
158
158
|
| `vibe gemini <cmd>` | Gemini (auth, key, import, status, logout, remove) |
|
|
159
|
-
| `vibe sync <cmd>` | Cloud sync (login, push, pull, status, logout) |
|
|
160
159
|
| `vibe telegram <cmd>` | Telegram (setup, chat, status) |
|
|
161
160
|
| `vibe slack <cmd>` | Slack (setup, channel, status) |
|
|
162
161
|
|