@event4u/agent-config 2.21.0 → 2.24.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/.agent-src/commands/video/from-script.md +123 -0
- package/.agent-src/commands/video/scene.md +92 -0
- package/.agent-src/commands/video/stitch.md +83 -0
- package/.agent-src/commands/video/storyboard.md +95 -0
- package/.agent-src/commands/video.md +59 -0
- package/.agent-src/personas/README.md +3 -0
- package/.agent-src/personas/ai-video-technical-director.md +81 -0
- package/.agent-src/personas/hollywood-director.md +99 -0
- package/.agent-src/personas/pixar-storyboard-artist.md +98 -0
- package/.agent-src/skills/adversarial-review/SKILL.md +2 -1
- package/.agent-src/skills/canvas-design/SKILL.md +11 -6
- package/.agent-src/skills/character-consistency/SKILL.md +120 -0
- package/.agent-src/skills/fe-design/SKILL.md +8 -0
- package/.agent-src/skills/motion-choreographer/SKILL.md +149 -0
- package/.agent-src/skills/pixar-storyteller/SKILL.md +107 -0
- package/.agent-src/skills/prompt-optimizer/SKILL.md +29 -5
- package/.agent-src/skills/react-shadcn-ui/SKILL.md +9 -0
- package/.agent-src/skills/refine-prompt/SKILL.md +57 -0
- package/.agent-src/skills/scene-expander/SKILL.md +122 -0
- package/.agent-src/skills/scene-expander/scene-blueprint.schema.yaml +108 -0
- package/.agent-src/skills/subagent-orchestration/SKILL.md +17 -15
- package/.agent-src/skills/tailwind-engineer/SKILL.md +14 -0
- package/.agent-src/skills/video-director/SKILL.md +113 -0
- package/.agent-src/templates/agent-settings.md +19 -0
- package/.agent-src/templates/agents/agent-project-settings.example.yml +53 -1
- package/.claude-plugin/marketplace.json +11 -1
- package/CHANGELOG.md +88 -138
- package/README.md +4 -4
- package/config/agent-settings.template.yml +28 -0
- package/docs/adrs/caveman/0001-default-off-until-bench.md +2 -2
- package/docs/adrs/cost/0001-hard-stop-hook.md +1 -1
- package/docs/adrs/smoke/0001-per-tier-smoke-scripts.md +2 -2
- package/docs/architecture.md +3 -3
- package/docs/archive/CHANGELOG-pre-2.20.0.md +159 -0
- package/docs/catalog.md +16 -5
- package/docs/contracts/command-clusters.md +1 -0
- package/docs/contracts/compression-default-kill-criterion.md +1 -1
- package/docs/contracts/file-ownership-matrix.json +344 -0
- package/docs/getting-started.md +1 -1
- package/docs/guidelines/prompt-templates.md +166 -0
- package/docs/parity/ruflo.md +3 -3
- package/package.json +1 -1
- package/scripts/ai-video/adapters/gemini-veo.sh +57 -0
- package/scripts/ai-video/adapters/higgsfield.sh +82 -0
- package/scripts/ai-video/adapters/kling.sh +54 -0
- package/scripts/ai-video/adapters/openai-images.sh +52 -0
- package/scripts/ai-video/adapters/sora.sh +54 -0
- package/scripts/ai-video/lib/adapter-common.sh +116 -0
- package/scripts/ai-video/lib/adapter-contract.md +163 -0
- package/scripts/ai-video/lib/fixtures/gemini-veo/result.json +1 -0
- package/scripts/ai-video/lib/fixtures/gemini-veo/scene-0001.mp4 +1 -0
- package/scripts/ai-video/lib/fixtures/higgsfield/result.json +1 -0
- package/scripts/ai-video/lib/fixtures/higgsfield/scene-0001.mp4 +1 -0
- package/scripts/ai-video/lib/fixtures/kling/result.json +1 -0
- package/scripts/ai-video/lib/fixtures/kling/scene-0001.mp4 +1 -0
- package/scripts/ai-video/lib/fixtures/openai-images/result.json +1 -0
- package/scripts/ai-video/lib/fixtures/openai-images/scene-0001.png +3 -0
- package/scripts/ai-video/lib/fixtures/sora/result.json +1 -0
- package/scripts/ai-video/lib/fixtures/sora/scene-0001.mp4 +1 -0
- package/scripts/ai-video/lib/load-config.sh +140 -0
- package/scripts/ai-video/lib/operator-pick.sh +119 -0
- package/scripts/ai-video/lib/parse-blueprint.sh +122 -0
- package/scripts/ai-video/lib/redact.sh +85 -0
- package/scripts/ai-video/lib/validate-deps.sh +132 -0
- package/scripts/ai-video/stitch.sh +154 -0
- package/scripts/ai-video/test-pipeline.sh +169 -0
- package/scripts/schemas/command.schema.json +8 -0
package/docs/catalog.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
# agent-config — Public Catalog
|
|
2
2
|
|
|
3
|
-
Consumer-facing catalog of all **
|
|
3
|
+
Consumer-facing catalog of all **494 public artefacts** shipped by
|
|
4
4
|
this package. Internal package-maintenance rules and deprecation shims
|
|
5
5
|
are excluded.
|
|
6
6
|
|
|
7
7
|
> **Regenerate:** `python3 scripts/generate_index.py`
|
|
8
8
|
> Auto-generated — do not edit manually.
|
|
9
9
|
|
|
10
|
-
## Skills (
|
|
10
|
+
## Skills (216)
|
|
11
11
|
|
|
12
12
|
| kind | name | extra | description |
|
|
13
13
|
|---|---|---|---|
|
|
14
14
|
| skill | [`accessibility-auditor`](../.agent-src/skills/accessibility-auditor/SKILL.md) | | Use when reviewing UI for accessibility — WCAG 2.2 AA, keyboard nav, focus, ARIA, contrast, screen-reader semantics — even on 'is this a11y-OK?' or 'mach das barrierefrei'. |
|
|
15
15
|
| skill | [`activation-design`](../.agent-src/skills/activation-design/SKILL.md) | | Use when defining or auditing the activation event — aha-moment selection, retention correlation, falsifiable definition. Triggers on 'what is our aha moment', 'redefine activation'. |
|
|
16
16
|
| skill | [`adr-create`](../.agent-src/skills/adr-create/SKILL.md) | | Use when capturing an architectural decision — naming the file, picking the next ADR number, filling Status / Context / Decision / Consequences, and regenerating the index — even without saying 'ADR'. |
|
|
17
|
-
| skill | [`adversarial-review`](../.agent-src/skills/adversarial-review/SKILL.md) | | ONLY when user
|
|
17
|
+
| skill | [`adversarial-review`](../.agent-src/skills/adversarial-review/SKILL.md) | | ONLY when user requests adversarial review, devil's advocate, stress-test, OR honest critique of finished work ('poke holes', 'be brutal', 'was hältst du davon') — NOT for routine code/design review. |
|
|
18
18
|
| skill | [`agent-docs-writing`](../.agent-src/skills/agent-docs-writing/SKILL.md) | | Use when reading, creating, or updating agent documentation, module docs, roadmaps, or AGENTS.md. Understands the full .augment/, agents/, and copilot-instructions structure. |
|
|
19
19
|
| skill | [`agents-md-thin-root`](../.agent-src/skills/agents-md-thin-root/SKILL.md) | | Use when editing AGENTS.md (package root) or templates/AGENTS.md (consumer) — enforces Thin-Root contract: hard char ceilings, ≥40% pointer ratio, mandatory emergency-triage block. |
|
|
20
20
|
| skill | [`ai-council`](../.agent-src/skills/ai-council/SKILL.md) | | Use when polling external AIs (OpenAI, Anthropic) outside the host session for a neutral second opinion on a roadmap, diff, prompt, or file set — or 'cross-check with another model'. |
|
|
@@ -33,6 +33,7 @@ are excluded.
|
|
|
33
33
|
| skill | [`bug-analyzer`](../.agent-src/skills/bug-analyzer/SKILL.md) | | Use when the user shares a Sentry error, Jira bug ticket, or error description and wants root cause analysis. Also for proactive bug hunting and code audits for hidden bugs. |
|
|
34
34
|
| skill | [`build-buy-partner`](../.agent-src/skills/build-buy-partner/SKILL.md) | | Use when deciding insource vs outsource vs acquire — integration-cost analysis, dependency-risk, optionality preservation. Triggers on 'should we build', 'buy vs partner'. |
|
|
35
35
|
| skill | [`canvas-design`](../.agent-src/skills/canvas-design/SKILL.md) | | Use when creating static visual art — posters, marketing visuals, brand assets, PDF/PNG design pieces — even if the user just says 'design a poster' or 'mach uns ein Visual'. |
|
|
36
|
+
| skill | [`character-consistency`](../.agent-src/skills/character-consistency/SKILL.md) | | Use when a character must stay visually identical across AI video scenes — locks identity tokens (silhouette, palette, wardrobe, prop) in JSON. Triggers 'character lock', 'same character'. |
|
|
36
37
|
| skill | [`check-refs`](../.agent-src/skills/check-refs/SKILL.md) | | Use when verifying cross-references between skills, rules, commands, guidelines, and context documents are not broken after edits, renames, or deletions. |
|
|
37
38
|
| skill | [`churn-prevention`](../.agent-src/skills/churn-prevention/SKILL.md) | | Use when designing churn defence — health-score signals, churn-cause split (involuntary / value / relationship / fit), early-warning loop. Triggers on 'why are accounts leaving'. |
|
|
38
39
|
| skill | [`code-refactoring`](../.agent-src/skills/code-refactoring/SKILL.md) | | Use when the user says "refactor this", "rename class", or "move method". Safely refactors PHP code — finds all callers, updates downstream dependencies, and verifies with quality tools. |
|
|
@@ -127,6 +128,7 @@ are excluded.
|
|
|
127
128
|
| skill | [`migration-creator`](../.agent-src/skills/migration-creator/SKILL.md) | | Use when the user says "create migration", "add column", or "new table". Creates migrations with correct table prefixes, column naming, and multi-tenant awareness. |
|
|
128
129
|
| skill | [`mobile-e2e-strategy`](../.agent-src/skills/mobile-e2e-strategy/SKILL.md) | | Use when picking a mobile E2E framework — Detox / Appium / Maestro / XCUITest / Espresso — or planning iOS Simulator / Android Emulator coverage in CI for RN, Expo, or native apps. |
|
|
129
130
|
| skill | [`module-management`](../.agent-src/skills/module-management/SKILL.md) | | Use when the user says "create module", "explore module", or works within app/Modules/. Understands module structure, auto-loading, route registration, and namespace conventions. |
|
|
131
|
+
| skill | [`motion-choreographer`](../.agent-src/skills/motion-choreographer/SKILL.md) | | Use when turning a locked still + blueprint into a provider-tuned motion prompt — camera, primary + secondary motion, physics, native-audio sync. Triggers 'motion prompt for Veo/Kling/Sora'. |
|
|
130
132
|
| skill | [`multi-tenancy`](../.agent-src/skills/multi-tenancy/SKILL.md) | | Use when working with the multi-tenant architecture — customer DB switching, FQDN routing, tenant isolation, or cross-tenant operations. |
|
|
131
133
|
| skill | [`nextjs-patterns`](../.agent-src/skills/nextjs-patterns/SKILL.md) | | Writes Next.js App Router code — Server Components, Server Actions, RSC boundaries, route handlers, caching, and streaming — matching framework conventions and project architecture. |
|
|
132
134
|
| skill | [`okr-tree-modeling`](../.agent-src/skills/okr-tree-modeling/SKILL.md) | | Use when decomposing a company objective into team OKRs, auditing a draft OKR tree, or stress-testing an existing one for measurability and laddering. |
|
|
@@ -145,6 +147,7 @@ are excluded.
|
|
|
145
147
|
| skill | [`php-debugging`](../.agent-src/skills/php-debugging/SKILL.md) | | Use when debugging PHP with Xdebug — breakpoints, step-through, dual-container setup, IDE configuration, header-based routing — even when the user just says 'why does this blow up on request X'. |
|
|
146
148
|
| skill | [`php-service`](../.agent-src/skills/php-service/SKILL.md) | | Use when the user says 'create service', 'new service class', or needs a PHP service following SOLID principles with proper DI and repository usage. |
|
|
147
149
|
| skill | [`pipeline-strategy`](../.agent-src/skills/pipeline-strategy/SKILL.md) | | Use when designing or auditing a sales pipeline — stage exit criteria, per-cell conversion, coverage reasoning, leak detection. Triggers on 'tighten our pipeline', 'where is the leak'. |
|
|
150
|
+
| skill | [`pixar-storyteller`](../.agent-src/skills/pixar-storyteller/SKILL.md) | | Use when turning an idea into a Pixar-style animation prompt — character sheet, scene, image, video — anchored in emotional beat, want, obstacle. Triggers 'Pixar prompt', 'animated scene'. |
|
|
148
151
|
| skill | [`playwright-architect`](../.agent-src/skills/playwright-architect/SKILL.md) | | Use when shaping a Playwright suite — locator strategy, Page Object boundaries, fixture composition, flake-prevention architecture, CI-vs-local split — even on 'design our E2E tests'. |
|
|
149
152
|
| skill | [`playwright-testing`](../.agent-src/skills/playwright-testing/SKILL.md) | | Use when writing Playwright E2E tests — browser automation, visual regression testing, Page Objects, fixtures, and reliable test patterns. |
|
|
150
153
|
| skill | [`po-discovery`](../.agent-src/skills/po-discovery/SKILL.md) | | Use when shaping a fuzzy product ask into a refined backlog item — problem framing, user-story rewrite, AC tightening — even if the user just says 'help me write this ticket'. |
|
|
@@ -184,6 +187,7 @@ are excluded.
|
|
|
184
187
|
| skill | [`rule-writing`](../.agent-src/skills/rule-writing/SKILL.md) | | Use when creating or editing a rule in .agent-src.uncompressed/rules/ — trigger wording, always vs auto classification, size budget — even when the user just says 'add a rule for X'. |
|
|
185
188
|
| skill | [`runway-cognition`](../.agent-src/skills/runway-cognition/SKILL.md) | | Use when reasoning about cash runway — burn shape, fundraise triggers, layoff-vs-cut-vs-grow decisions. Triggers on 'how long do we have', 'should we raise', 'cut or grow'. |
|
|
186
189
|
| skill | [`scenario-modeling`](../.agent-src/skills/scenario-modeling/SKILL.md) | | Use when constructing base / upside / downside scenarios — three-statement modeling, sensitivity analysis, optionality reasoning. Triggers on 'model the scenarios', 'what if growth halves'. |
|
|
190
|
+
| skill | [`scene-expander`](../.agent-src/skills/scene-expander/SKILL.md) | | Use when expanding a one-line idea into the 12-block Cinematic Scene Blueprint — provider-agnostic, includes optional dialogue + ambient. Triggers 'expand this scene', 'blueprint for X'. |
|
|
187
191
|
| skill | [`script-writing`](../.agent-src/skills/script-writing/SKILL.md) | | Use when adding or editing any script under `scripts/` — `--quiet` flag, `_lib/script_output` helpers, silent Taskfile wiring, Iron-Law carve-outs — even when you just say 'add a check script for X'. |
|
|
188
192
|
| skill | [`secrets-management`](../.agent-src/skills/secrets-management/SKILL.md) | | Use when picking a secrets store, designing rotation, or wiring scanning gates — multi-cloud (Vault, AWS, Azure, GCP), CI, and Kubernetes — decision framework, provider deep-dives externalized. |
|
|
189
193
|
| skill | [`security`](../.agent-src/skills/security/SKILL.md) | | Use when applying security best practices — authentication, authorization via Policies, CSRF protection, input sanitization, rate limiting, or secure coding. |
|
|
@@ -218,6 +222,7 @@ are excluded.
|
|
|
218
222
|
| skill | [`using-git-worktrees`](../.agent-src/skills/using-git-worktrees/SKILL.md) | | Use when starting parallel work in isolation from the current branch — spawn a git worktree with ignore-safety checks and a clean test baseline — even when the user says 'try this on the side'. |
|
|
219
223
|
| skill | [`validate-feature-fit`](../.agent-src/skills/validate-feature-fit/SKILL.md) | | Validate whether a feature request fits the existing codebase — check for duplicates, contradictions, scope creep, and architectural misfit |
|
|
220
224
|
| skill | [`verify-completion-evidence`](../.agent-src/skills/verify-completion-evidence/SKILL.md) | | Use when claiming 'done', suggesting a commit, push, or PR — runs the evidence gate so completion claims come from fresh output in this message, not memory or earlier runs. |
|
|
225
|
+
| skill | [`video-director`](../.agent-src/skills/video-director/SKILL.md) | | Use when turning a scene idea into the 11-block cinematic prompt for live-action AI video — lens, lighting, blocking, motion, negatives. Triggers 'cinematic prompt', 'film-grade scene'. |
|
|
221
226
|
| skill | [`vision-articulation`](../.agent-src/skills/vision-articulation/SKILL.md) | | Use when articulating internal vision — where we're going / why now / why us, founder-mode anchor, distinct from fundraising pitch. Triggers on 'what's our vision', 'why are we doing this'. |
|
|
222
227
|
| skill | [`voc-extract`](../.agent-src/skills/voc-extract/SKILL.md) | | Use when extracting Voice-of-Customer themes from existing artefacts — GH issues, PR threads, Sentry patterns. Triggers on 'what are users saying', 'recurring complaints', 'top themes'. |
|
|
223
228
|
| skill | [`voice-and-tone-design`](../.agent-src/skills/voice-and-tone-design/SKILL.md) | | Use when shaping brand voice — voice attributes, tone-by-context matrix, consistency review. Triggers on 'define our voice', 'why does our copy sound different on every surface'. |
|
|
@@ -304,7 +309,7 @@ are excluded.
|
|
|
304
309
|
| rule | [`user-interaction`](../.agent-src/rules/user-interaction.md) | auto | Asking the user a question, presenting options, or summarizing progress — numbered-options Iron Law, single-recommendation rule, progress indicators |
|
|
305
310
|
| rule | [`verify-before-complete`](../.agent-src/rules/verify-before-complete.md) | always | Verify before completion — run tests and quality tools before claiming done |
|
|
306
311
|
|
|
307
|
-
## Commands (
|
|
312
|
+
## Commands (129)
|
|
308
313
|
|
|
309
314
|
| kind | name | cluster | description |
|
|
310
315
|
|---|---|---|---|
|
|
@@ -431,9 +436,14 @@ are excluded.
|
|
|
431
436
|
| command | [`threat-model`](../.agent-src/commands/threat-model.md) | | Run a pre-implementation threat model on a proposed change — enumerates abuse cases, trust boundaries, and authorization gaps before the first line of code is written |
|
|
432
437
|
| command | [`update-form-request-messages`](../.agent-src/commands/update-form-request-messages.md) | | Sync the messages() method of a FormRequest class — add missing entries, link them to language keys, and clean up stale ones |
|
|
433
438
|
| command | [`upstream-contribute`](../.agent-src/commands/upstream-contribute.md) | | Contribute a learning, skill, rule, or fix from a consumer project back to the shared agent-config package |
|
|
439
|
+
| command | [`video:from-script`](../.agent-src/commands/video/from-script.md) | cluster: video | Drive a script end-to-end through the AI video pipeline — scenes → blueprint → image → operator pick → motion → video → stitch. Dry-run default; network calls require explicit per-turn confirmation. |
|
|
440
|
+
| command | [`video:scene`](../.agent-src/commands/video/scene.md) | cluster: video | Render a single scene from a one-line idea — scene-expander → blueprint → image → operator pick → motion → video. Dry-run default; live calls require explicit per-turn confirmation. |
|
|
441
|
+
| command | [`video:stitch`](../.agent-src/commands/video/stitch.md) | cluster: video | Re-stitch existing clips in `<project>/scenes/*/` after operator edits — no re-render. ffmpeg concat driven by manifest.json. |
|
|
442
|
+
| command | [`video:storyboard`](../.agent-src/commands/video/storyboard.md) | cluster: video | Image-only storyboard — script → scenes → blueprint → image render → contact-sheet PNG via ffmpeg montage. No video calls. |
|
|
443
|
+
| command | [`video`](../.agent-src/commands/video.md) | cluster: video | Video-creation orchestrator — Hollywood-level AI video pipeline. Routes to from-script, scene, storyboard, stitch. |
|
|
434
444
|
| command | [`work`](../.agent-src/commands/work.md) | | Drive a free-form prompt end-to-end through refine → score → plan → implement → test → verify → report — Option-A loop over the `work_engine` Python engine, confidence-band gated, no auto-git. |
|
|
435
445
|
|
|
436
|
-
## Guidelines (
|
|
446
|
+
## Guidelines (73)
|
|
437
447
|
|
|
438
448
|
| kind | name | category | description |
|
|
439
449
|
|---|---|---|---|
|
|
@@ -508,6 +518,7 @@ are excluded.
|
|
|
508
518
|
| guideline | [`sql`](../docs/guidelines/php/sql.md) | php | |
|
|
509
519
|
| guideline | [`validations`](../docs/guidelines/php/validations.md) | php | |
|
|
510
520
|
| guideline | [`websocket`](../docs/guidelines/php/websocket.md) | php | |
|
|
521
|
+
| guideline | [`prompt-templates`](../docs/guidelines/prompt-templates.md) | (root) | |
|
|
511
522
|
| guideline | [`wing4-handoff`](../docs/guidelines/wing4-handoff.md) | (root) | |
|
|
512
523
|
|
|
513
524
|
---
|
|
@@ -49,6 +49,7 @@ column 1 of this table.
|
|
|
49
49
|
| `sync-gitignore` | — | `fix` | new sub-command 2026-05-11 — cluster head retains the existing append-only sync as its default flow; `:fix` adds `--cleanup-legacy` semantics, scrubbing pre-`/agents/` runtime patterns wherever they appear in the consumer's `.gitignore` (inside or outside the managed block) and re-syncing the canonical entries. |
|
|
50
50
|
| `ghostwriter` | — | `fetch` · `write` · `list` · `show` · `delete` | new cluster 2026-05-15 — third voice primitive for AI-assisted writing in the public voice of a public figure. Hybrid storage: real-person profiles live consumer-side under `agents/ghostwriter/<slug>.md` (gitignored by default); package source ships only `fictional: true` fixtures. Zero network code in the package — `:fetch` delegates web-fetch / web-search to the host agent. Mandatory disclosure footer on every `:write` output (no opt-out). Schema: [`ghostwriter-schema`](ghostwriter-schema.md). |
|
|
51
51
|
| `post-as` | — | `me` · `ghostwriter` | new cluster 2026-05-15 — consumer-facing write entry points. `:me` reads `.agent-user.md.voice_sample` and drafts in the maintainer's own voice (no disclosure footer — the user is the author); `:ghostwriter` is a thin alias for `/ghostwriter:write` with the mandatory disclosure footer. Both share the procedural [`write-engine`](write-engine.md) contract — style source and footer are the only axes of variation. |
|
|
52
|
+
| `video` | — | `from-script` · `scene` · `storyboard` · `stitch` | new cluster 2026-05-17 — AI video generation pipeline. Cluster head orchestrates the full flow; `:scene` runs a single scene end-to-end (script → blueprint → still → motion → clip); `:storyboard` expands a script into per-scene blueprints + reference stills with character-lock JSON; `:from-script` walks a multi-scene script through storyboard + per-scene generation; `:stitch` concatenates scene clips with `ffmpeg` against a scene manifest. Provider-agnostic via the adapter contract under `scripts/ai-video/lib/adapter-contract.md`; cost-gated with mandatory `AIV_DRYRUN=true` default and explicit confirmation before live provider calls. |
|
|
52
53
|
|
|
53
54
|
**Net change:** Phase 1 collapsed 15 atomics → 3 clusters; Phase 2
|
|
54
55
|
collapses 26 atomics → 11 sub-command clusters. Sub-commands use
|
|
@@ -7,7 +7,7 @@ keep-beta-until: 2026-08-14
|
|
|
7
7
|
|
|
8
8
|
> **Status:** v1-measured · criterion not met · default stays `off` · **Owner:** `step-16-caveman-substance.md`
|
|
9
9
|
> Phase 1 closeout · **Sources:** [`bench/reports/caveman-v1.md`](../../bench/reports/caveman-v1.md) ·
|
|
10
|
-
> [`council-synthesis.md` § 7](../../agents/audit-2026-05-14-north-star/council-synthesis.md) ·
|
|
10
|
+
> [`council-synthesis.md` § 7](../../agents/council-sessions/audit-2026-05-14-north-star/council-synthesis.md) <!-- council-ref-allowed: ADR decision trace for v1 kill-criterion verdict --> ·
|
|
11
11
|
> [`caveman-v1-kc-verdict.json`](../../agents/council-responses/caveman-v1-kc-verdict.json) <!-- council-ref-allowed: ADR decision trace for v1 kill-criterion verdict -->
|
|
12
12
|
|
|
13
13
|
## Rule
|
|
@@ -741,6 +741,36 @@
|
|
|
741
741
|
"load_context": [],
|
|
742
742
|
"load_context_eager": []
|
|
743
743
|
},
|
|
744
|
+
".agent-src.uncompressed/commands/video.md": {
|
|
745
|
+
"kind": "command",
|
|
746
|
+
"rule_type": "orchestrator",
|
|
747
|
+
"load_context": [],
|
|
748
|
+
"load_context_eager": []
|
|
749
|
+
},
|
|
750
|
+
".agent-src.uncompressed/commands/video/from-script.md": {
|
|
751
|
+
"kind": "command",
|
|
752
|
+
"rule_type": null,
|
|
753
|
+
"load_context": [],
|
|
754
|
+
"load_context_eager": []
|
|
755
|
+
},
|
|
756
|
+
".agent-src.uncompressed/commands/video/scene.md": {
|
|
757
|
+
"kind": "command",
|
|
758
|
+
"rule_type": null,
|
|
759
|
+
"load_context": [],
|
|
760
|
+
"load_context_eager": []
|
|
761
|
+
},
|
|
762
|
+
".agent-src.uncompressed/commands/video/stitch.md": {
|
|
763
|
+
"kind": "command",
|
|
764
|
+
"rule_type": null,
|
|
765
|
+
"load_context": [],
|
|
766
|
+
"load_context_eager": []
|
|
767
|
+
},
|
|
768
|
+
".agent-src.uncompressed/commands/video/storyboard.md": {
|
|
769
|
+
"kind": "command",
|
|
770
|
+
"rule_type": null,
|
|
771
|
+
"load_context": [],
|
|
772
|
+
"load_context_eager": []
|
|
773
|
+
},
|
|
744
774
|
".agent-src.uncompressed/commands/work.md": {
|
|
745
775
|
"kind": "command",
|
|
746
776
|
"rule_type": null,
|
|
@@ -981,6 +1011,12 @@
|
|
|
981
1011
|
"load_context": [],
|
|
982
1012
|
"load_context_eager": []
|
|
983
1013
|
},
|
|
1014
|
+
".agent-src.uncompressed/personas/ai-video-technical-director.md": {
|
|
1015
|
+
"kind": "persona",
|
|
1016
|
+
"rule_type": null,
|
|
1017
|
+
"load_context": [],
|
|
1018
|
+
"load_context_eager": []
|
|
1019
|
+
},
|
|
984
1020
|
".agent-src.uncompressed/personas/backend-architect.md": {
|
|
985
1021
|
"kind": "persona",
|
|
986
1022
|
"rule_type": null,
|
|
@@ -1047,12 +1083,24 @@
|
|
|
1047
1083
|
"load_context": [],
|
|
1048
1084
|
"load_context_eager": []
|
|
1049
1085
|
},
|
|
1086
|
+
".agent-src.uncompressed/personas/hollywood-director.md": {
|
|
1087
|
+
"kind": "persona",
|
|
1088
|
+
"rule_type": null,
|
|
1089
|
+
"load_context": [],
|
|
1090
|
+
"load_context_eager": []
|
|
1091
|
+
},
|
|
1050
1092
|
".agent-src.uncompressed/personas/people-strategist.md": {
|
|
1051
1093
|
"kind": "persona",
|
|
1052
1094
|
"rule_type": null,
|
|
1053
1095
|
"load_context": [],
|
|
1054
1096
|
"load_context_eager": []
|
|
1055
1097
|
},
|
|
1098
|
+
".agent-src.uncompressed/personas/pixar-storyboard-artist.md": {
|
|
1099
|
+
"kind": "persona",
|
|
1100
|
+
"rule_type": null,
|
|
1101
|
+
"load_context": [],
|
|
1102
|
+
"load_context_eager": []
|
|
1103
|
+
},
|
|
1056
1104
|
".agent-src.uncompressed/personas/product-owner.md": {
|
|
1057
1105
|
"kind": "persona",
|
|
1058
1106
|
"rule_type": null,
|
|
@@ -1740,6 +1788,12 @@
|
|
|
1740
1788
|
"load_context": [],
|
|
1741
1789
|
"load_context_eager": []
|
|
1742
1790
|
},
|
|
1791
|
+
".agent-src.uncompressed/skills/character-consistency/SKILL.md": {
|
|
1792
|
+
"kind": "skill",
|
|
1793
|
+
"rule_type": null,
|
|
1794
|
+
"load_context": [],
|
|
1795
|
+
"load_context_eager": []
|
|
1796
|
+
},
|
|
1743
1797
|
".agent-src.uncompressed/skills/check-refs/SKILL.md": {
|
|
1744
1798
|
"kind": "skill",
|
|
1745
1799
|
"rule_type": null,
|
|
@@ -2304,6 +2358,12 @@
|
|
|
2304
2358
|
"load_context": [],
|
|
2305
2359
|
"load_context_eager": []
|
|
2306
2360
|
},
|
|
2361
|
+
".agent-src.uncompressed/skills/motion-choreographer/SKILL.md": {
|
|
2362
|
+
"kind": "skill",
|
|
2363
|
+
"rule_type": null,
|
|
2364
|
+
"load_context": [],
|
|
2365
|
+
"load_context_eager": []
|
|
2366
|
+
},
|
|
2307
2367
|
".agent-src.uncompressed/skills/multi-tenancy/SKILL.md": {
|
|
2308
2368
|
"kind": "skill",
|
|
2309
2369
|
"rule_type": null,
|
|
@@ -2412,6 +2472,12 @@
|
|
|
2412
2472
|
"load_context": [],
|
|
2413
2473
|
"load_context_eager": []
|
|
2414
2474
|
},
|
|
2475
|
+
".agent-src.uncompressed/skills/pixar-storyteller/SKILL.md": {
|
|
2476
|
+
"kind": "skill",
|
|
2477
|
+
"rule_type": null,
|
|
2478
|
+
"load_context": [],
|
|
2479
|
+
"load_context_eager": []
|
|
2480
|
+
},
|
|
2415
2481
|
".agent-src.uncompressed/skills/playwright-architect/SKILL.md": {
|
|
2416
2482
|
"kind": "skill",
|
|
2417
2483
|
"rule_type": null,
|
|
@@ -2646,6 +2712,12 @@
|
|
|
2646
2712
|
"load_context": [],
|
|
2647
2713
|
"load_context_eager": []
|
|
2648
2714
|
},
|
|
2715
|
+
".agent-src.uncompressed/skills/scene-expander/SKILL.md": {
|
|
2716
|
+
"kind": "skill",
|
|
2717
|
+
"rule_type": null,
|
|
2718
|
+
"load_context": [],
|
|
2719
|
+
"load_context_eager": []
|
|
2720
|
+
},
|
|
2649
2721
|
".agent-src.uncompressed/skills/script-writing/SKILL.md": {
|
|
2650
2722
|
"kind": "skill",
|
|
2651
2723
|
"rule_type": null,
|
|
@@ -2904,6 +2976,12 @@
|
|
|
2904
2976
|
"load_context": [],
|
|
2905
2977
|
"load_context_eager": []
|
|
2906
2978
|
},
|
|
2979
|
+
".agent-src.uncompressed/skills/video-director/SKILL.md": {
|
|
2980
|
+
"kind": "skill",
|
|
2981
|
+
"rule_type": null,
|
|
2982
|
+
"load_context": [],
|
|
2983
|
+
"load_context_eager": []
|
|
2984
|
+
},
|
|
2907
2985
|
".agent-src.uncompressed/skills/vision-articulation/SKILL.md": {
|
|
2908
2986
|
"kind": "skill",
|
|
2909
2987
|
"rule_type": null,
|
|
@@ -5177,6 +5255,132 @@
|
|
|
5177
5255
|
"via": "self",
|
|
5178
5256
|
"depth": 0
|
|
5179
5257
|
},
|
|
5258
|
+
{
|
|
5259
|
+
"source": ".agent-src.uncompressed/commands/video.md",
|
|
5260
|
+
"target": ".agent-src.uncompressed/commands/video.md",
|
|
5261
|
+
"type": "WRITE",
|
|
5262
|
+
"via": "self",
|
|
5263
|
+
"depth": 0
|
|
5264
|
+
},
|
|
5265
|
+
{
|
|
5266
|
+
"source": ".agent-src.uncompressed/commands/video.md",
|
|
5267
|
+
"target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
|
|
5268
|
+
"type": "READ_ONLY",
|
|
5269
|
+
"via": "body_link",
|
|
5270
|
+
"depth": 1
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"source": ".agent-src.uncompressed/commands/video/from-script.md",
|
|
5274
|
+
"target": ".agent-src.uncompressed/commands/video/from-script.md",
|
|
5275
|
+
"type": "WRITE",
|
|
5276
|
+
"via": "self",
|
|
5277
|
+
"depth": 0
|
|
5278
|
+
},
|
|
5279
|
+
{
|
|
5280
|
+
"source": ".agent-src.uncompressed/commands/video/from-script.md",
|
|
5281
|
+
"target": ".agent-src.uncompressed/commands/video/scene.md",
|
|
5282
|
+
"type": "READ_ONLY",
|
|
5283
|
+
"via": "body_link",
|
|
5284
|
+
"depth": 1
|
|
5285
|
+
},
|
|
5286
|
+
{
|
|
5287
|
+
"source": ".agent-src.uncompressed/commands/video/from-script.md",
|
|
5288
|
+
"target": ".agent-src.uncompressed/commands/video/stitch.md",
|
|
5289
|
+
"type": "READ_ONLY",
|
|
5290
|
+
"via": "body_link",
|
|
5291
|
+
"depth": 1
|
|
5292
|
+
},
|
|
5293
|
+
{
|
|
5294
|
+
"source": ".agent-src.uncompressed/commands/video/from-script.md",
|
|
5295
|
+
"target": ".agent-src.uncompressed/commands/video/storyboard.md",
|
|
5296
|
+
"type": "READ_ONLY",
|
|
5297
|
+
"via": "body_link",
|
|
5298
|
+
"depth": 1
|
|
5299
|
+
},
|
|
5300
|
+
{
|
|
5301
|
+
"source": ".agent-src.uncompressed/commands/video/from-script.md",
|
|
5302
|
+
"target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
|
|
5303
|
+
"type": "READ_ONLY",
|
|
5304
|
+
"via": "body_link",
|
|
5305
|
+
"depth": 1
|
|
5306
|
+
},
|
|
5307
|
+
{
|
|
5308
|
+
"source": ".agent-src.uncompressed/commands/video/scene.md",
|
|
5309
|
+
"target": ".agent-src.uncompressed/commands/video/from-script.md",
|
|
5310
|
+
"type": "READ_ONLY",
|
|
5311
|
+
"via": "body_link",
|
|
5312
|
+
"depth": 1
|
|
5313
|
+
},
|
|
5314
|
+
{
|
|
5315
|
+
"source": ".agent-src.uncompressed/commands/video/scene.md",
|
|
5316
|
+
"target": ".agent-src.uncompressed/commands/video/scene.md",
|
|
5317
|
+
"type": "WRITE",
|
|
5318
|
+
"via": "self",
|
|
5319
|
+
"depth": 0
|
|
5320
|
+
},
|
|
5321
|
+
{
|
|
5322
|
+
"source": ".agent-src.uncompressed/commands/video/scene.md",
|
|
5323
|
+
"target": ".agent-src.uncompressed/commands/video/stitch.md",
|
|
5324
|
+
"type": "READ_ONLY",
|
|
5325
|
+
"via": "body_link",
|
|
5326
|
+
"depth": 1
|
|
5327
|
+
},
|
|
5328
|
+
{
|
|
5329
|
+
"source": ".agent-src.uncompressed/commands/video/scene.md",
|
|
5330
|
+
"target": ".agent-src.uncompressed/commands/video/storyboard.md",
|
|
5331
|
+
"type": "READ_ONLY",
|
|
5332
|
+
"via": "body_link",
|
|
5333
|
+
"depth": 1
|
|
5334
|
+
},
|
|
5335
|
+
{
|
|
5336
|
+
"source": ".agent-src.uncompressed/commands/video/stitch.md",
|
|
5337
|
+
"target": ".agent-src.uncompressed/commands/video/from-script.md",
|
|
5338
|
+
"type": "READ_ONLY",
|
|
5339
|
+
"via": "body_link",
|
|
5340
|
+
"depth": 1
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"source": ".agent-src.uncompressed/commands/video/stitch.md",
|
|
5344
|
+
"target": ".agent-src.uncompressed/commands/video/scene.md",
|
|
5345
|
+
"type": "READ_ONLY",
|
|
5346
|
+
"via": "body_link",
|
|
5347
|
+
"depth": 1
|
|
5348
|
+
},
|
|
5349
|
+
{
|
|
5350
|
+
"source": ".agent-src.uncompressed/commands/video/stitch.md",
|
|
5351
|
+
"target": ".agent-src.uncompressed/commands/video/stitch.md",
|
|
5352
|
+
"type": "WRITE",
|
|
5353
|
+
"via": "self",
|
|
5354
|
+
"depth": 0
|
|
5355
|
+
},
|
|
5356
|
+
{
|
|
5357
|
+
"source": ".agent-src.uncompressed/commands/video/storyboard.md",
|
|
5358
|
+
"target": ".agent-src.uncompressed/commands/video/from-script.md",
|
|
5359
|
+
"type": "READ_ONLY",
|
|
5360
|
+
"via": "body_link",
|
|
5361
|
+
"depth": 1
|
|
5362
|
+
},
|
|
5363
|
+
{
|
|
5364
|
+
"source": ".agent-src.uncompressed/commands/video/storyboard.md",
|
|
5365
|
+
"target": ".agent-src.uncompressed/commands/video/scene.md",
|
|
5366
|
+
"type": "READ_ONLY",
|
|
5367
|
+
"via": "body_link",
|
|
5368
|
+
"depth": 1
|
|
5369
|
+
},
|
|
5370
|
+
{
|
|
5371
|
+
"source": ".agent-src.uncompressed/commands/video/storyboard.md",
|
|
5372
|
+
"target": ".agent-src.uncompressed/commands/video/stitch.md",
|
|
5373
|
+
"type": "READ_ONLY",
|
|
5374
|
+
"via": "body_link",
|
|
5375
|
+
"depth": 1
|
|
5376
|
+
},
|
|
5377
|
+
{
|
|
5378
|
+
"source": ".agent-src.uncompressed/commands/video/storyboard.md",
|
|
5379
|
+
"target": ".agent-src.uncompressed/commands/video/storyboard.md",
|
|
5380
|
+
"type": "WRITE",
|
|
5381
|
+
"via": "self",
|
|
5382
|
+
"depth": 0
|
|
5383
|
+
},
|
|
5180
5384
|
{
|
|
5181
5385
|
"source": ".agent-src.uncompressed/commands/work.md",
|
|
5182
5386
|
"target": ".agent-src.uncompressed/commands/commit.md",
|
|
@@ -5961,6 +6165,13 @@
|
|
|
5961
6165
|
"via": "self",
|
|
5962
6166
|
"depth": 0
|
|
5963
6167
|
},
|
|
6168
|
+
{
|
|
6169
|
+
"source": ".agent-src.uncompressed/personas/ai-video-technical-director.md",
|
|
6170
|
+
"target": ".agent-src.uncompressed/personas/ai-video-technical-director.md",
|
|
6171
|
+
"type": "WRITE",
|
|
6172
|
+
"via": "self",
|
|
6173
|
+
"depth": 0
|
|
6174
|
+
},
|
|
5964
6175
|
{
|
|
5965
6176
|
"source": ".agent-src.uncompressed/personas/backend-architect.md",
|
|
5966
6177
|
"target": ".agent-src.uncompressed/personas/backend-architect.md",
|
|
@@ -6038,6 +6249,13 @@
|
|
|
6038
6249
|
"via": "self",
|
|
6039
6250
|
"depth": 0
|
|
6040
6251
|
},
|
|
6252
|
+
{
|
|
6253
|
+
"source": ".agent-src.uncompressed/personas/hollywood-director.md",
|
|
6254
|
+
"target": ".agent-src.uncompressed/personas/hollywood-director.md",
|
|
6255
|
+
"type": "WRITE",
|
|
6256
|
+
"via": "self",
|
|
6257
|
+
"depth": 0
|
|
6258
|
+
},
|
|
6041
6259
|
{
|
|
6042
6260
|
"source": ".agent-src.uncompressed/personas/people-strategist.md",
|
|
6043
6261
|
"target": ".agent-src.uncompressed/personas/people-strategist.md",
|
|
@@ -6045,6 +6263,13 @@
|
|
|
6045
6263
|
"via": "self",
|
|
6046
6264
|
"depth": 0
|
|
6047
6265
|
},
|
|
6266
|
+
{
|
|
6267
|
+
"source": ".agent-src.uncompressed/personas/pixar-storyboard-artist.md",
|
|
6268
|
+
"target": ".agent-src.uncompressed/personas/pixar-storyboard-artist.md",
|
|
6269
|
+
"type": "WRITE",
|
|
6270
|
+
"via": "self",
|
|
6271
|
+
"depth": 0
|
|
6272
|
+
},
|
|
6048
6273
|
{
|
|
6049
6274
|
"source": ".agent-src.uncompressed/personas/product-owner.md",
|
|
6050
6275
|
"target": ".agent-src.uncompressed/personas/product-owner.md",
|
|
@@ -7858,6 +8083,34 @@
|
|
|
7858
8083
|
"via": "self",
|
|
7859
8084
|
"depth": 0
|
|
7860
8085
|
},
|
|
8086
|
+
{
|
|
8087
|
+
"source": ".agent-src.uncompressed/skills/character-consistency/SKILL.md",
|
|
8088
|
+
"target": ".agent-src.uncompressed/skills/character-consistency/SKILL.md",
|
|
8089
|
+
"type": "WRITE",
|
|
8090
|
+
"via": "self",
|
|
8091
|
+
"depth": 0
|
|
8092
|
+
},
|
|
8093
|
+
{
|
|
8094
|
+
"source": ".agent-src.uncompressed/skills/character-consistency/SKILL.md",
|
|
8095
|
+
"target": ".agent-src.uncompressed/skills/motion-choreographer/SKILL.md",
|
|
8096
|
+
"type": "READ_ONLY",
|
|
8097
|
+
"via": "body_link",
|
|
8098
|
+
"depth": 1
|
|
8099
|
+
},
|
|
8100
|
+
{
|
|
8101
|
+
"source": ".agent-src.uncompressed/skills/character-consistency/SKILL.md",
|
|
8102
|
+
"target": ".agent-src.uncompressed/skills/pixar-storyteller/SKILL.md",
|
|
8103
|
+
"type": "READ_ONLY",
|
|
8104
|
+
"via": "body_link",
|
|
8105
|
+
"depth": 1
|
|
8106
|
+
},
|
|
8107
|
+
{
|
|
8108
|
+
"source": ".agent-src.uncompressed/skills/character-consistency/SKILL.md",
|
|
8109
|
+
"target": ".agent-src.uncompressed/skills/video-director/SKILL.md",
|
|
8110
|
+
"type": "READ_ONLY",
|
|
8111
|
+
"via": "body_link",
|
|
8112
|
+
"depth": 1
|
|
8113
|
+
},
|
|
7861
8114
|
{
|
|
7862
8115
|
"source": ".agent-src.uncompressed/skills/check-refs/SKILL.md",
|
|
7863
8116
|
"target": ".agent-src.uncompressed/skills/check-refs/SKILL.md",
|
|
@@ -9790,6 +10043,20 @@
|
|
|
9790
10043
|
"via": "self",
|
|
9791
10044
|
"depth": 0
|
|
9792
10045
|
},
|
|
10046
|
+
{
|
|
10047
|
+
"source": ".agent-src.uncompressed/skills/motion-choreographer/SKILL.md",
|
|
10048
|
+
"target": ".agent-src.uncompressed/skills/motion-choreographer/SKILL.md",
|
|
10049
|
+
"type": "WRITE",
|
|
10050
|
+
"via": "self",
|
|
10051
|
+
"depth": 0
|
|
10052
|
+
},
|
|
10053
|
+
{
|
|
10054
|
+
"source": ".agent-src.uncompressed/skills/motion-choreographer/SKILL.md",
|
|
10055
|
+
"target": ".agent-src.uncompressed/skills/scene-expander/SKILL.md",
|
|
10056
|
+
"type": "READ_ONLY",
|
|
10057
|
+
"via": "body_link",
|
|
10058
|
+
"depth": 1
|
|
10059
|
+
},
|
|
9793
10060
|
{
|
|
9794
10061
|
"source": ".agent-src.uncompressed/skills/multi-tenancy/SKILL.md",
|
|
9795
10062
|
"target": ".agent-src.uncompressed/skills/multi-tenancy/SKILL.md",
|
|
@@ -10133,6 +10400,34 @@
|
|
|
10133
10400
|
"via": "self",
|
|
10134
10401
|
"depth": 0
|
|
10135
10402
|
},
|
|
10403
|
+
{
|
|
10404
|
+
"source": ".agent-src.uncompressed/skills/pixar-storyteller/SKILL.md",
|
|
10405
|
+
"target": ".agent-src.uncompressed/skills/character-consistency/SKILL.md",
|
|
10406
|
+
"type": "READ_ONLY",
|
|
10407
|
+
"via": "body_link",
|
|
10408
|
+
"depth": 1
|
|
10409
|
+
},
|
|
10410
|
+
{
|
|
10411
|
+
"source": ".agent-src.uncompressed/skills/pixar-storyteller/SKILL.md",
|
|
10412
|
+
"target": ".agent-src.uncompressed/skills/motion-choreographer/SKILL.md",
|
|
10413
|
+
"type": "READ_ONLY",
|
|
10414
|
+
"via": "body_link",
|
|
10415
|
+
"depth": 1
|
|
10416
|
+
},
|
|
10417
|
+
{
|
|
10418
|
+
"source": ".agent-src.uncompressed/skills/pixar-storyteller/SKILL.md",
|
|
10419
|
+
"target": ".agent-src.uncompressed/skills/pixar-storyteller/SKILL.md",
|
|
10420
|
+
"type": "WRITE",
|
|
10421
|
+
"via": "self",
|
|
10422
|
+
"depth": 0
|
|
10423
|
+
},
|
|
10424
|
+
{
|
|
10425
|
+
"source": ".agent-src.uncompressed/skills/pixar-storyteller/SKILL.md",
|
|
10426
|
+
"target": ".agent-src.uncompressed/skills/video-director/SKILL.md",
|
|
10427
|
+
"type": "READ_ONLY",
|
|
10428
|
+
"via": "body_link",
|
|
10429
|
+
"depth": 1
|
|
10430
|
+
},
|
|
10136
10431
|
{
|
|
10137
10432
|
"source": ".agent-src.uncompressed/skills/playwright-architect/SKILL.md",
|
|
10138
10433
|
"target": ".agent-src.uncompressed/skills/mobile-e2e-strategy/SKILL.md",
|
|
@@ -10483,6 +10778,13 @@
|
|
|
10483
10778
|
"via": "body_link",
|
|
10484
10779
|
"depth": 1
|
|
10485
10780
|
},
|
|
10781
|
+
{
|
|
10782
|
+
"source": ".agent-src.uncompressed/skills/refine-prompt/SKILL.md",
|
|
10783
|
+
"target": ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md",
|
|
10784
|
+
"type": "READ_ONLY",
|
|
10785
|
+
"via": "body_link",
|
|
10786
|
+
"depth": 1
|
|
10787
|
+
},
|
|
10486
10788
|
{
|
|
10487
10789
|
"source": ".agent-src.uncompressed/skills/refine-prompt/SKILL.md",
|
|
10488
10790
|
"target": ".agent-src.uncompressed/skills/refine-prompt/SKILL.md",
|
|
@@ -11029,6 +11331,20 @@
|
|
|
11029
11331
|
"via": "body_link",
|
|
11030
11332
|
"depth": 1
|
|
11031
11333
|
},
|
|
11334
|
+
{
|
|
11335
|
+
"source": ".agent-src.uncompressed/skills/scene-expander/SKILL.md",
|
|
11336
|
+
"target": ".agent-src.uncompressed/skills/motion-choreographer/SKILL.md",
|
|
11337
|
+
"type": "READ_ONLY",
|
|
11338
|
+
"via": "body_link",
|
|
11339
|
+
"depth": 1
|
|
11340
|
+
},
|
|
11341
|
+
{
|
|
11342
|
+
"source": ".agent-src.uncompressed/skills/scene-expander/SKILL.md",
|
|
11343
|
+
"target": ".agent-src.uncompressed/skills/scene-expander/SKILL.md",
|
|
11344
|
+
"type": "WRITE",
|
|
11345
|
+
"via": "self",
|
|
11346
|
+
"depth": 0
|
|
11347
|
+
},
|
|
11032
11348
|
{
|
|
11033
11349
|
"source": ".agent-src.uncompressed/skills/script-writing/SKILL.md",
|
|
11034
11350
|
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
@@ -12030,6 +12346,34 @@
|
|
|
12030
12346
|
"via": "self",
|
|
12031
12347
|
"depth": 0
|
|
12032
12348
|
},
|
|
12349
|
+
{
|
|
12350
|
+
"source": ".agent-src.uncompressed/skills/video-director/SKILL.md",
|
|
12351
|
+
"target": ".agent-src.uncompressed/skills/character-consistency/SKILL.md",
|
|
12352
|
+
"type": "READ_ONLY",
|
|
12353
|
+
"via": "body_link",
|
|
12354
|
+
"depth": 1
|
|
12355
|
+
},
|
|
12356
|
+
{
|
|
12357
|
+
"source": ".agent-src.uncompressed/skills/video-director/SKILL.md",
|
|
12358
|
+
"target": ".agent-src.uncompressed/skills/motion-choreographer/SKILL.md",
|
|
12359
|
+
"type": "READ_ONLY",
|
|
12360
|
+
"via": "body_link",
|
|
12361
|
+
"depth": 1
|
|
12362
|
+
},
|
|
12363
|
+
{
|
|
12364
|
+
"source": ".agent-src.uncompressed/skills/video-director/SKILL.md",
|
|
12365
|
+
"target": ".agent-src.uncompressed/skills/pixar-storyteller/SKILL.md",
|
|
12366
|
+
"type": "READ_ONLY",
|
|
12367
|
+
"via": "body_link",
|
|
12368
|
+
"depth": 1
|
|
12369
|
+
},
|
|
12370
|
+
{
|
|
12371
|
+
"source": ".agent-src.uncompressed/skills/video-director/SKILL.md",
|
|
12372
|
+
"target": ".agent-src.uncompressed/skills/video-director/SKILL.md",
|
|
12373
|
+
"type": "WRITE",
|
|
12374
|
+
"via": "self",
|
|
12375
|
+
"depth": 0
|
|
12376
|
+
},
|
|
12033
12377
|
{
|
|
12034
12378
|
"source": ".agent-src.uncompressed/skills/vision-articulation/SKILL.md",
|
|
12035
12379
|
"target": ".agent-src.uncompressed/skills/competitive-moat-analysis/SKILL.md",
|
package/docs/getting-started.md
CHANGED
|
@@ -146,7 +146,7 @@ Your agent now understands slash commands:
|
|
|
146
146
|
| `/quality-fix` | Run and fix all quality checks |
|
|
147
147
|
| `/chat-history` | Inspect the persistent chat-history log (read-only `show`) |
|
|
148
148
|
|
|
149
|
-
→ [Browse all
|
|
149
|
+
→ [Browse all 129 active commands](../.agent-src/commands/)
|
|
150
150
|
|
|
151
151
|
---
|
|
152
152
|
|