@event4u/agent-config 2.25.0 → 3.0.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/agent-handoff.md +15 -3
- package/.agent-src/commands/agent-status.md +12 -0
- package/.agent-src/commands/agents/audit.md +12 -0
- package/.agent-src/commands/agents/init.md +12 -0
- package/.agent-src/commands/agents/optimize.md +12 -0
- package/.agent-src/commands/agents/user/accept.md +12 -0
- package/.agent-src/commands/agents/user/init.md +12 -0
- package/.agent-src/commands/agents/user/review.md +12 -0
- package/.agent-src/commands/agents/user/show.md +12 -0
- package/.agent-src/commands/agents/user/update.md +12 -0
- package/.agent-src/commands/agents/user.md +12 -0
- package/.agent-src/commands/agents.md +12 -0
- package/.agent-src/commands/analyze-reference-repo.md +15 -3
- package/.agent-src/commands/bug-fix.md +13 -0
- package/.agent-src/commands/bug-investigate.md +13 -1
- package/.agent-src/commands/challenge-me/vision.md +12 -0
- package/.agent-src/commands/challenge-me/with-docs.md +12 -0
- package/.agent-src/commands/challenge-me.md +12 -0
- package/.agent-src/commands/chat-history/import.md +16 -4
- package/.agent-src/commands/chat-history/learn.md +15 -3
- package/.agent-src/commands/chat-history/show.md +17 -5
- package/.agent-src/commands/chat-history.md +14 -2
- package/.agent-src/commands/check-current-md.md +12 -0
- package/.agent-src/commands/commit/in-chunks.md +12 -0
- package/.agent-src/commands/commit.md +12 -0
- package/.agent-src/commands/compress.md +12 -0
- package/.agent-src/commands/context/create.md +17 -5
- package/.agent-src/commands/context/refactor.md +15 -3
- package/.agent-src/commands/context.md +12 -0
- package/.agent-src/commands/cost-report.md +12 -0
- package/.agent-src/commands/council/analysis.md +15 -3
- package/.agent-src/commands/council/debate.md +17 -5
- package/.agent-src/commands/council/default.md +17 -5
- package/.agent-src/commands/council/design.md +12 -0
- package/.agent-src/commands/council/optimize.md +12 -0
- package/.agent-src/commands/council/pr.md +12 -0
- package/.agent-src/commands/council.md +13 -1
- package/.agent-src/commands/create-pr/description-only.md +12 -0
- package/.agent-src/commands/create-pr.md +39 -0
- package/.agent-src/commands/e2e-heal.md +12 -0
- package/.agent-src/commands/e2e-plan.md +12 -0
- package/.agent-src/commands/estimate-ticket.md +12 -0
- package/.agent-src/commands/feature/dev.md +13 -1
- package/.agent-src/commands/feature/explore.md +12 -0
- package/.agent-src/commands/feature/plan.md +14 -2
- package/.agent-src/commands/feature/refactor.md +12 -0
- package/.agent-src/commands/feature/roadmap.md +14 -2
- package/.agent-src/commands/feature.md +12 -0
- package/.agent-src/commands/fix/ci.md +12 -0
- package/.agent-src/commands/fix/portability.md +12 -0
- package/.agent-src/commands/fix/pr-bot-comments.md +12 -0
- package/.agent-src/commands/fix/pr-comments.md +12 -0
- package/.agent-src/commands/fix/pr-developer-comments.md +12 -0
- package/.agent-src/commands/fix/refs.md +12 -0
- package/.agent-src/commands/fix/seeder.md +15 -2
- package/.agent-src/commands/fix.md +12 -0
- package/.agent-src/commands/ghostwriter/delete.md +20 -8
- package/.agent-src/commands/ghostwriter/fetch.md +19 -7
- package/.agent-src/commands/ghostwriter/list.md +19 -7
- package/.agent-src/commands/ghostwriter/show.md +14 -2
- package/.agent-src/commands/ghostwriter/write.md +15 -3
- package/.agent-src/commands/ghostwriter.md +14 -2
- package/.agent-src/commands/grill-me.md +12 -0
- package/.agent-src/commands/implement-ticket.md +12 -0
- package/.agent-src/commands/jira-ticket.md +12 -0
- package/.agent-src/commands/judge/on-diff.md +12 -0
- package/.agent-src/commands/judge/solo.md +12 -0
- package/.agent-src/commands/judge/steps.md +12 -0
- package/.agent-src/commands/judge.md +12 -0
- package/.agent-src/commands/memory/add.md +15 -3
- package/.agent-src/commands/memory/learn-low-impact.md +18 -6
- package/.agent-src/commands/memory/load.md +12 -0
- package/.agent-src/commands/memory/mine-session.md +12 -0
- package/.agent-src/commands/memory/promote.md +12 -0
- package/.agent-src/commands/memory/propose.md +12 -0
- package/.agent-src/commands/memory.md +12 -0
- package/.agent-src/commands/mode.md +12 -0
- package/.agent-src/commands/module/create.md +13 -0
- package/.agent-src/commands/module/explore.md +23 -7
- package/.agent-src/commands/module.md +12 -0
- package/.agent-src/commands/optimize/agents-dir.md +14 -2
- package/.agent-src/commands/optimize/augmentignore.md +64 -20
- package/.agent-src/commands/optimize/rtk.md +68 -30
- package/.agent-src/commands/optimize/skills.md +12 -0
- package/.agent-src/commands/optimize-prompt.md +12 -0
- package/.agent-src/commands/optimize.md +12 -0
- package/.agent-src/commands/orchestrate.md +13 -1
- package/.agent-src/commands/override/create.md +12 -0
- package/.agent-src/commands/override/manage.md +12 -0
- package/.agent-src/commands/override.md +12 -0
- package/.agent-src/commands/package-reset.md +12 -0
- package/.agent-src/commands/package-test.md +98 -10
- package/.agent-src/commands/post-as/ghostwriter.md +12 -0
- package/.agent-src/commands/post-as/me.md +13 -1
- package/.agent-src/commands/post-as.md +12 -0
- package/.agent-src/commands/prepare-for-review.md +12 -0
- package/.agent-src/commands/project-analyze.md +27 -15
- package/.agent-src/commands/project-health.md +13 -1
- package/.agent-src/commands/quality-fix.md +61 -27
- package/.agent-src/commands/refine-ticket.md +12 -0
- package/.agent-src/commands/research/deep.md +12 -0
- package/.agent-src/commands/research/report.md +12 -0
- package/.agent-src/commands/research.md +12 -0
- package/.agent-src/commands/review-changes.md +12 -0
- package/.agent-src/commands/review-routing.md +12 -0
- package/.agent-src/commands/roadmap/ai-council.md +15 -3
- package/.agent-src/commands/roadmap/create.md +13 -1
- package/.agent-src/commands/roadmap/process-full.md +12 -0
- package/.agent-src/commands/roadmap/process-phase.md +12 -0
- package/.agent-src/commands/roadmap/process-step.md +12 -0
- package/.agent-src/commands/roadmap.md +12 -0
- package/.agent-src/commands/rule-compliance-audit.md +12 -0
- package/.agent-src/commands/set-cost-profile.md +12 -0
- package/.agent-src/commands/sync-agent-settings.md +12 -0
- package/.agent-src/commands/sync-gitignore/fix.md +32 -13
- package/.agent-src/commands/sync-gitignore.md +13 -1
- package/.agent-src/commands/tests/create.md +12 -0
- package/.agent-src/commands/tests/execute.md +12 -0
- package/.agent-src/commands/tests.md +12 -0
- package/.agent-src/commands/threat-model.md +12 -0
- package/.agent-src/commands/update-form-request-messages.md +14 -1
- package/.agent-src/commands/upstream-contribute.md +12 -0
- package/.agent-src/commands/video/from-script.md +12 -0
- package/.agent-src/commands/video/scene.md +12 -0
- package/.agent-src/commands/video/stitch.md +13 -1
- package/.agent-src/commands/video/storyboard.md +12 -0
- package/.agent-src/commands/video.md +12 -0
- package/.agent-src/commands/work.md +12 -0
- package/.agent-src/contexts/augment-infrastructure.md +6 -9
- package/.agent-src/contexts/authority/scope-mechanics.md +11 -0
- package/.agent-src/contexts/communication/rules-auto/guidelines-mechanics.md +1 -1
- package/.agent-src/contexts/contracts/agents-md-anatomy.md +1 -1
- package/.agent-src/contexts/contracts/research-schema.md +1 -1
- package/.agent-src/contexts/documentation-hierarchy.md +2 -2
- package/.agent-src/contexts/execution/interrupt-examples.md +34 -0
- package/.agent-src/contexts/execution/roadmap-process-loop.md +19 -0
- package/.agent-src/contexts/skills-and-commands.md +2 -2
- package/.agent-src/ghostwriter/README.md +2 -2
- package/.agent-src/ghostwriter/fictional-fixture-v1.md +1 -1
- package/.agent-src/personas/README.md +1 -1
- package/.agent-src/personas/advisors/contrarian.md +1 -1
- package/.agent-src/personas/advisors/executor.md +1 -1
- package/.agent-src/personas/advisors/expansionist.md +1 -1
- package/.agent-src/personas/advisors/first-principles.md +1 -1
- package/.agent-src/personas/advisors/outsider.md +1 -1
- package/.agent-src/rules/agent-authority.md +12 -0
- package/.agent-src/rules/analysis-skill-routing.md +12 -0
- package/.agent-src/rules/architecture.md +37 -11
- package/.agent-src/rules/artifact-drafting-protocol.md +19 -1
- package/.agent-src/rules/artifact-engagement-recording.md +13 -1
- package/.agent-src/rules/ask-when-uncertain.md +12 -0
- package/.agent-src/rules/augment-edit-discipline.md +40 -0
- package/.agent-src/rules/augment-source-of-truth.md +15 -3
- package/.agent-src/rules/autonomous-execution.md +44 -1
- package/.agent-src/rules/caveman-speak.md +13 -1
- package/.agent-src/rules/cli-output-handling.md +13 -1
- package/.agent-src/rules/command-suggestion-policy.md +13 -1
- package/.agent-src/rules/commit-conventions.md +13 -1
- package/.agent-src/rules/commit-policy.md +12 -0
- package/.agent-src/rules/context-hygiene.md +16 -4
- package/.agent-src/rules/copilot-routing.md +13 -1
- package/.agent-src/rules/devcontainer-routing.md +13 -1
- package/.agent-src/rules/direct-answers.md +12 -0
- package/.agent-src/rules/docker-commands.md +13 -1
- package/.agent-src/rules/domain-adoption-policy.md +21 -10
- package/.agent-src/rules/domain-safety-disclaimer.md +126 -0
- package/.agent-src/rules/domain-safety-pii.md +154 -0
- package/.agent-src/rules/domain-safety-retention.md +98 -0
- package/.agent-src/rules/downstream-changes.md +17 -5
- package/.agent-src/rules/external-reference-deep-dive.md +13 -1
- package/.agent-src/rules/fast-path-marker-visibility.md +21 -1
- package/.agent-src/rules/framework-neutrality-in-generic-skills.md +142 -0
- package/.agent-src/rules/git-history-discipline.md +111 -0
- package/.agent-src/rules/guidelines.md +12 -0
- package/.agent-src/rules/improve-before-implement.md +13 -1
- package/.agent-src/rules/invite-challenge.md +13 -1
- package/.agent-src/rules/language-and-tone.md +12 -0
- package/.agent-src/rules/laravel-routing.md +13 -1
- package/.agent-src/rules/laravel-translations.md +13 -1
- package/.agent-src/rules/low-impact-corpus-privacy-floor.md +17 -5
- package/.agent-src/rules/markdown-safe-codeblocks.md +13 -1
- package/.agent-src/rules/media-governance-routing.md +27 -15
- package/.agent-src/rules/minimal-safe-diff.md +19 -1
- package/.agent-src/rules/missing-tool-handling.md +13 -1
- package/.agent-src/rules/model-recommendation.md +13 -1
- package/.agent-src/rules/no-attribution-footers.md +13 -1
- package/.agent-src/rules/no-cheap-questions.md +12 -0
- package/.agent-src/rules/no-roadmap-references.md +32 -18
- package/.agent-src/rules/non-destructive-by-default.md +12 -0
- package/.agent-src/rules/onboarding-gate.md +19 -6
- package/.agent-src/rules/package-ci-checks.md +12 -0
- package/.agent-src/rules/persona-governance.md +13 -1
- package/.agent-src/rules/php-coding.md +13 -1
- package/.agent-src/rules/preservation-guard.md +13 -1
- package/.agent-src/rules/provider-lifecycle-discipline.md +14 -2
- package/.agent-src/rules/reviewer-awareness.md +13 -1
- package/.agent-src/rules/roadmap-ci-steps-policy.md +13 -1
- package/.agent-src/rules/roadmap-progress-sync.md +18 -1
- package/.agent-src/rules/role-mode-adherence.md +13 -1
- package/.agent-src/rules/rule-type-governance.md +13 -1
- package/.agent-src/rules/runtime-safety.md +13 -1
- package/.agent-src/rules/scope-control.md +12 -0
- package/.agent-src/rules/security-sensitive-stop.md +13 -1
- package/.agent-src/rules/size-enforcement.md +12 -0
- package/.agent-src/rules/skill-improvement-trigger.md +13 -1
- package/.agent-src/rules/skill-quality.md +13 -1
- package/.agent-src/rules/slash-command-routing-policy.md +13 -1
- package/.agent-src/rules/symfony-routing.md +13 -1
- package/.agent-src/rules/think-before-action.md +13 -1
- package/.agent-src/rules/token-efficiency.md +13 -1
- package/.agent-src/rules/token-optimizer-maintenance.md +12 -0
- package/.agent-src/rules/tool-safety.md +13 -1
- package/.agent-src/rules/ui-audit-gate.md +13 -1
- package/.agent-src/rules/upstream-proposal.md +13 -1
- package/.agent-src/rules/user-interaction.md +13 -1
- package/.agent-src/rules/user-interrupt-priority.md +58 -0
- package/.agent-src/rules/verify-before-complete.md +23 -2
- package/.agent-src/skills/accessibility-auditor/SKILL.md +12 -0
- package/.agent-src/skills/activation-design/SKILL.md +12 -0
- package/.agent-src/skills/adr-create/SKILL.md +12 -0
- package/.agent-src/skills/adversarial-review/SKILL.md +13 -1
- package/.agent-src/skills/agent-docs-writing/SKILL.md +16 -4
- package/.agent-src/skills/agents-md-thin-root/SKILL.md +14 -2
- package/.agent-src/skills/ai-council/SKILL.md +29 -15
- package/.agent-src/skills/analysis-autonomous-mode/SKILL.md +12 -0
- package/.agent-src/skills/analysis-skill-router/SKILL.md +12 -0
- package/.agent-src/skills/api-design/SKILL.md +13 -3
- package/.agent-src/skills/api-endpoint/SKILL.md +70 -154
- package/.agent-src/skills/api-testing/SKILL.md +23 -0
- package/.agent-src/skills/architecture-review-lens/SKILL.md +12 -0
- package/.agent-src/skills/artisan-commands/SKILL.md +12 -0
- package/.agent-src/skills/async-python-patterns/SKILL.md +13 -1
- package/.agent-src/skills/authz-review/SKILL.md +12 -2
- package/.agent-src/skills/aws-infrastructure/SKILL.md +12 -0
- package/.agent-src/skills/blade-ui/SKILL.md +12 -0
- package/.agent-src/skills/blast-radius-analyzer/SKILL.md +12 -0
- package/.agent-src/skills/bug-analyzer/SKILL.md +14 -2
- package/.agent-src/skills/build-buy-partner/SKILL.md +12 -0
- package/.agent-src/skills/canvas-design/SKILL.md +12 -0
- package/.agent-src/skills/character-consistency/SKILL.md +23 -11
- package/.agent-src/skills/check-refs/SKILL.md +12 -0
- package/.agent-src/skills/churn-prevention/SKILL.md +12 -0
- package/.agent-src/skills/code-refactoring/SKILL.md +52 -34
- package/.agent-src/skills/code-review/SKILL.md +53 -36
- package/.agent-src/skills/command-routing/SKILL.md +12 -0
- package/.agent-src/skills/command-writing/SKILL.md +14 -2
- package/.agent-src/skills/comp-banding/SKILL.md +12 -0
- package/.agent-src/skills/competitive-moat-analysis/SKILL.md +12 -2
- package/.agent-src/skills/competitive-positioning/SKILL.md +12 -2
- package/.agent-src/skills/composer-packages/SKILL.md +12 -0
- package/.agent-src/skills/compress-memory/SKILL.md +12 -0
- package/.agent-src/skills/content-funnel-design/SKILL.md +12 -2
- package/.agent-src/skills/context-authoring/SKILL.md +19 -7
- package/.agent-src/skills/context-document/SKILL.md +17 -5
- package/.agent-src/skills/contracts-cognition/SKILL.md +12 -2
- package/.agent-src/skills/conventional-commits-writing/SKILL.md +12 -0
- package/.agent-src/skills/copilot-agents-optimization/SKILL.md +13 -1
- package/.agent-src/skills/copilot-config/SKILL.md +12 -0
- package/.agent-src/skills/customer-research/SKILL.md +12 -0
- package/.agent-src/skills/dashboard-design/SKILL.md +13 -2
- package/.agent-src/skills/data-flow-mapper/SKILL.md +12 -0
- package/.agent-src/skills/data-handling-judgment/SKILL.md +12 -2
- package/.agent-src/skills/database/SKILL.md +22 -5
- package/.agent-src/skills/dcf-modeling/SKILL.md +12 -2
- package/.agent-src/skills/deal-qualification-meddic/SKILL.md +12 -2
- package/.agent-src/skills/decision-record/SKILL.md +12 -0
- package/.agent-src/skills/deep-reading-analyst/SKILL.md +12 -0
- package/.agent-src/skills/defense-in-depth/SKILL.md +13 -1
- package/.agent-src/skills/dependency-upgrade/SKILL.md +77 -19
- package/.agent-src/skills/description-assist/SKILL.md +12 -0
- package/.agent-src/skills/design-review/SKILL.md +12 -0
- package/.agent-src/skills/devcontainer/SKILL.md +12 -0
- package/.agent-src/skills/developer-like-execution/SKILL.md +37 -14
- package/.agent-src/skills/discovery-interview/SKILL.md +12 -2
- package/.agent-src/skills/doc-coauthoring/SKILL.md +12 -0
- package/.agent-src/skills/docker/SKILL.md +12 -0
- package/.agent-src/skills/editorial-calendar/SKILL.md +12 -2
- package/.agent-src/skills/eloquent/SKILL.md +13 -1
- package/.agent-src/skills/eloquent/evals/triggers.json +1 -1
- package/.agent-src/skills/error-handling-patterns/SKILL.md +13 -1
- package/.agent-src/skills/estimate-ticket/SKILL.md +12 -0
- package/.agent-src/skills/existing-ui-audit/SKILL.md +12 -0
- package/.agent-src/skills/expansion-playbook/SKILL.md +12 -0
- package/.agent-src/skills/fe-design/SKILL.md +12 -0
- package/.agent-src/skills/feature-planning/SKILL.md +13 -1
- package/.agent-src/skills/file-editor/SKILL.md +57 -19
- package/.agent-src/skills/finishing-a-development-branch/SKILL.md +14 -2
- package/.agent-src/skills/flux/SKILL.md +12 -0
- package/.agent-src/skills/forecast-accuracy/SKILL.md +12 -2
- package/.agent-src/skills/forecasting/SKILL.md +12 -2
- package/.agent-src/skills/form-handler/SKILL.md +12 -0
- package/.agent-src/skills/fundraising-narrative/SKILL.md +12 -2
- package/.agent-src/skills/funnel-analysis/SKILL.md +12 -0
- package/.agent-src/skills/git-workflow/SKILL.md +16 -4
- package/.agent-src/skills/github-ci/SKILL.md +12 -0
- package/.agent-src/skills/grafana/SKILL.md +12 -0
- package/.agent-src/skills/gtm-launch/SKILL.md +12 -2
- package/.agent-src/skills/guideline-writing/SKILL.md +12 -0
- package/.agent-src/skills/hiring-loop-design/SKILL.md +12 -0
- package/.agent-src/skills/incident-commander/SKILL.md +12 -2
- package/.agent-src/skills/jira-integration/SKILL.md +12 -0
- package/.agent-src/skills/jobs-events/SKILL.md +12 -0
- package/.agent-src/skills/judge-bug-hunter/SKILL.md +12 -0
- package/.agent-src/skills/judge-code-quality/SKILL.md +12 -0
- package/.agent-src/skills/judge-security-auditor/SKILL.md +12 -0
- package/.agent-src/skills/judge-test-coverage/SKILL.md +12 -0
- package/.agent-src/skills/laravel/SKILL.md +12 -0
- package/.agent-src/skills/laravel-api-endpoint/SKILL.md +199 -0
- package/.agent-src/skills/{dto-creator → laravel-dto}/SKILL.md +19 -6
- package/.agent-src/skills/laravel-horizon/SKILL.md +12 -0
- package/.agent-src/skills/laravel-mail/SKILL.md +12 -0
- package/.agent-src/skills/laravel-middleware/SKILL.md +12 -0
- package/.agent-src/skills/{migration-creator → laravel-migration}/SKILL.md +23 -10
- package/.agent-src/skills/laravel-notifications/SKILL.md +12 -0
- package/.agent-src/skills/laravel-pennant/SKILL.md +12 -0
- package/.agent-src/skills/laravel-pulse/SKILL.md +12 -0
- package/.agent-src/skills/laravel-reverb/SKILL.md +15 -3
- package/.agent-src/skills/laravel-scheduling/SKILL.md +12 -0
- package/.agent-src/skills/laravel-validation/SKILL.md +12 -0
- package/.agent-src/skills/{websocket → laravel-websocket}/SKILL.md +16 -3
- package/.agent-src/skills/launch-readiness/SKILL.md +12 -2
- package/.agent-src/skills/learning-to-rule-or-skill/SKILL.md +16 -4
- package/.agent-src/skills/lint-skills/SKILL.md +12 -0
- package/.agent-src/skills/livewire/SKILL.md +12 -0
- package/.agent-src/skills/livewire-architect/SKILL.md +12 -0
- package/.agent-src/skills/logging-monitoring/SKILL.md +12 -0
- package/.agent-src/skills/market-entry-analysis/SKILL.md +12 -0
- package/.agent-src/skills/markitdown/SKILL.md +14 -2
- package/.agent-src/skills/mcp/SKILL.md +12 -0
- package/.agent-src/skills/mcp-builder/SKILL.md +14 -2
- package/.agent-src/skills/md-language-check/SKILL.md +13 -1
- package/.agent-src/skills/memory-consolidation/SKILL.md +12 -0
- package/.agent-src/skills/merge-conflicts/SKILL.md +61 -17
- package/.agent-src/skills/messaging-architecture/SKILL.md +12 -2
- package/.agent-src/skills/migration-architect/SKILL.md +18 -6
- package/.agent-src/skills/mobile-e2e-strategy/SKILL.md +12 -0
- package/.agent-src/skills/module-management/SKILL.md +13 -0
- package/.agent-src/skills/motion-choreographer/SKILL.md +16 -4
- package/.agent-src/skills/multi-tenancy/SKILL.md +29 -10
- package/.agent-src/skills/nextjs-patterns/SKILL.md +12 -0
- package/.agent-src/skills/okr-tree-modeling/SKILL.md +12 -2
- package/.agent-src/skills/onboarding-design/SKILL.md +12 -0
- package/.agent-src/skills/onboarding-program/SKILL.md +12 -0
- package/.agent-src/skills/one-on-one-cadence/SKILL.md +12 -0
- package/.agent-src/skills/openapi/SKILL.md +13 -1
- package/.agent-src/skills/org-design/SKILL.md +12 -0
- package/.agent-src/skills/override-management/SKILL.md +12 -0
- package/.agent-src/skills/perf-feedback-craft/SKILL.md +12 -0
- package/.agent-src/skills/performance/SKILL.md +12 -0
- package/.agent-src/skills/performance-analysis/SKILL.md +12 -0
- package/.agent-src/skills/persona-writing/SKILL.md +12 -0
- package/.agent-src/skills/pest-testing/SKILL.md +30 -0
- package/.agent-src/skills/php-coder/SKILL.md +12 -0
- package/.agent-src/skills/php-debugging/SKILL.md +40 -0
- package/.agent-src/skills/php-service/SKILL.md +15 -3
- package/.agent-src/skills/pipeline-strategy/SKILL.md +12 -2
- package/.agent-src/skills/pixar-storyteller/SKILL.md +17 -5
- package/.agent-src/skills/playwright-architect/SKILL.md +12 -2
- package/.agent-src/skills/playwright-testing/SKILL.md +28 -1
- package/.agent-src/skills/po-discovery/SKILL.md +12 -0
- package/.agent-src/skills/positioning-strategy/SKILL.md +12 -0
- package/.agent-src/skills/privacy-review/SKILL.md +12 -2
- package/.agent-src/skills/project-analysis-core/SKILL.md +12 -0
- package/.agent-src/skills/project-analysis-hypothesis-driven/SKILL.md +12 -0
- package/.agent-src/skills/project-analysis-laravel/SKILL.md +12 -0
- package/.agent-src/skills/project-analysis-nextjs/SKILL.md +12 -0
- package/.agent-src/skills/project-analysis-node-express/SKILL.md +12 -0
- package/.agent-src/skills/project-analysis-react/SKILL.md +12 -0
- package/.agent-src/skills/project-analysis-symfony/SKILL.md +12 -0
- package/.agent-src/skills/project-analysis-zend-laminas/SKILL.md +12 -0
- package/.agent-src/skills/project-analyzer/SKILL.md +98 -60
- package/.agent-src/skills/project-docs/SKILL.md +25 -13
- package/.agent-src/skills/prompt-engineering-patterns/SKILL.md +13 -1
- package/.agent-src/skills/prompt-optimizer/SKILL.md +13 -1
- package/.agent-src/skills/quality-tools/SKILL.md +12 -2
- package/.agent-src/skills/react-native-setup/SKILL.md +12 -0
- package/.agent-src/skills/react-shadcn-ui/SKILL.md +12 -0
- package/.agent-src/skills/readme-reviewer/SKILL.md +12 -0
- package/.agent-src/skills/readme-writing/SKILL.md +12 -0
- package/.agent-src/skills/readme-writing-package/SKILL.md +106 -23
- package/.agent-src/skills/receiving-code-review/SKILL.md +12 -0
- package/.agent-src/skills/refine-prompt/SKILL.md +13 -1
- package/.agent-src/skills/refine-ticket/SKILL.md +14 -2
- package/.agent-src/skills/refine-ticket/detection-map.yml +2 -2
- package/.agent-src/skills/release-comms/SKILL.md +12 -2
- package/.agent-src/skills/repomix-packer/SKILL.md +13 -1
- package/.agent-src/skills/requesting-code-review/SKILL.md +12 -0
- package/.agent-src/skills/retention-loops/SKILL.md +12 -0
- package/.agent-src/skills/review-routing/SKILL.md +12 -0
- package/.agent-src/skills/rice-prioritization/SKILL.md +12 -0
- package/.agent-src/skills/risk-officer/SKILL.md +12 -0
- package/.agent-src/skills/roadmap-management/SKILL.md +13 -1
- package/.agent-src/skills/roadmap-writing/SKILL.md +12 -0
- package/.agent-src/skills/rtk-output-filtering/SKILL.md +35 -8
- package/.agent-src/skills/rule-refactor/SKILL.md +157 -0
- package/.agent-src/skills/rule-writing/SKILL.md +46 -8
- package/.agent-src/skills/runway-cognition/SKILL.md +12 -2
- package/.agent-src/skills/scenario-modeling/SKILL.md +12 -2
- package/.agent-src/skills/scene-expander/SKILL.md +18 -6
- package/.agent-src/skills/script-writing/SKILL.md +13 -1
- package/.agent-src/skills/secrets-management/SKILL.md +13 -3
- package/.agent-src/skills/security/SKILL.md +50 -29
- package/.agent-src/skills/security-audit/SKILL.md +12 -0
- package/.agent-src/skills/sentry-integration/SKILL.md +12 -0
- package/.agent-src/skills/sequential-thinking/SKILL.md +12 -0
- package/.agent-src/skills/skill-improvement-pipeline/SKILL.md +12 -0
- package/.agent-src/skills/skill-management/SKILL.md +12 -0
- package/.agent-src/skills/skill-reviewer/SKILL.md +13 -1
- package/.agent-src/skills/skill-writing/SKILL.md +12 -0
- package/.agent-src/skills/sql-writing/SKILL.md +12 -0
- package/.agent-src/skills/stakeholder-tradeoff/SKILL.md +12 -0
- package/.agent-src/skills/subagent-orchestration/SKILL.md +13 -1
- package/.agent-src/skills/symfony-workflow/SKILL.md +12 -0
- package/.agent-src/skills/systematic-debugging/SKILL.md +12 -0
- package/.agent-src/skills/tailwind-engineer/SKILL.md +12 -0
- package/.agent-src/skills/tech-debt-tracker/SKILL.md +12 -2
- package/.agent-src/skills/technical-specification/SKILL.md +12 -0
- package/.agent-src/skills/terraform/SKILL.md +12 -0
- package/.agent-src/skills/terragrunt/SKILL.md +12 -0
- package/.agent-src/skills/test-driven-development/SKILL.md +16 -4
- package/.agent-src/skills/test-performance/SKILL.md +19 -6
- package/.agent-src/skills/testing-anti-patterns/SKILL.md +13 -1
- package/.agent-src/skills/threat-modeling/SKILL.md +12 -0
- package/.agent-src/skills/throughput-vs-morale-tradeoff/SKILL.md +12 -0
- package/.agent-src/skills/token-optimizer/SKILL.md +12 -0
- package/.agent-src/skills/traefik/SKILL.md +12 -0
- package/.agent-src/skills/ui-component-architect/SKILL.md +12 -0
- package/.agent-src/skills/unit-economics-modeling/SKILL.md +12 -2
- package/.agent-src/skills/universal-project-analysis/SKILL.md +12 -0
- package/.agent-src/skills/upstream-contribute/SKILL.md +12 -0
- package/.agent-src/skills/using-git-worktrees/SKILL.md +12 -0
- package/.agent-src/skills/validate-feature-fit/SKILL.md +12 -0
- package/.agent-src/skills/verify-completion-evidence/SKILL.md +36 -27
- package/.agent-src/skills/video-director/SKILL.md +18 -6
- package/.agent-src/skills/vision-articulation/SKILL.md +12 -0
- package/.agent-src/skills/voc-extract/SKILL.md +12 -2
- package/.agent-src/skills/voice-and-tone-design/SKILL.md +12 -2
- package/.agent-src/templates/agent-settings.md +5 -5
- package/.agent-src/templates/agents/agent-project-settings.example.yml +1 -1
- package/.agent-src/templates/agents/memory/ownership.example.yml +1 -1
- package/.agent-src/templates/agents/proposal.example.md +12 -0
- package/.agent-src/templates/command.md +1 -1
- package/.agent-src/templates/contexts/auth-model.md +2 -2
- package/.agent-src/templates/contexts/data-sensitivity.md +3 -3
- package/.agent-src/templates/contexts/deployment-order.md +2 -2
- package/.agent-src/templates/contexts/observability.md +3 -3
- package/.agent-src/templates/contexts/tenant-boundaries.md +3 -3
- package/.agent-src/templates/contexts.md +1 -1
- package/.agent-src/templates/copilot-instructions.md +2 -2
- package/.agent-src/templates/rule.md +3 -3
- package/.agent-src/templates/scripts/work_engine/_lib/agent_settings.py +3 -3
- package/.agent-src/templates/scripts/work_engine/cli.py +6 -6
- package/.agent-src/templates/scripts/work_engine/emitters.py +29 -4
- package/.agent-src/templates/scripts/work_engine/hooks/builtin/decision_trace.py +3 -3
- package/.agent-src/templates/scripts/work_engine/state.py +53 -0
- package/.agent-src/templates/skill-archive-note.md +4 -4
- package/.claude-plugin/marketplace.json +6 -5
- package/AGENTS.md +5 -4
- package/CHANGELOG.md +178 -194
- package/CONTRIBUTING.md +61 -0
- package/README.md +23 -20
- package/config/agent-settings.template.yml +11 -1
- package/config/discovery/packs.yml +142 -0
- package/config/discovery/unassigned-artefacts.yml +66 -0
- package/config/discovery/workspaces.yml +59 -0
- package/config/gitignore-block.txt +17 -20
- package/dist/cli/agent-config.js +199 -0
- package/dist/cli/agent-config.js.map +1 -0
- package/dist/cli/bash/runBash.js +40 -0
- package/dist/cli/bash/runBash.js.map +1 -0
- package/dist/cli/commands/doctorShell.js +91 -0
- package/dist/cli/commands/doctorShell.js.map +1 -0
- package/dist/cli/commands/packs.js +59 -0
- package/dist/cli/commands/packs.js.map +1 -0
- package/dist/cli/commands/settings.js +35 -0
- package/dist/cli/commands/settings.js.map +1 -0
- package/dist/cli/commands/uiServe.js +110 -0
- package/dist/cli/commands/uiServe.js.map +1 -0
- package/dist/cli/commands/versions.js +64 -0
- package/dist/cli/commands/versions.js.map +1 -0
- package/dist/cli/commands/workspaces.js +58 -0
- package/dist/cli/commands/workspaces.js.map +1 -0
- package/dist/cli/discovery/loadManifest.js +62 -0
- package/dist/cli/discovery/loadManifest.js.map +1 -0
- package/dist/cli/log/logger.js +41 -0
- package/dist/cli/log/logger.js.map +1 -0
- package/dist/cli/paths.js +60 -0
- package/dist/cli/paths.js.map +1 -0
- package/dist/cli/python/resolvePython.js +38 -0
- package/dist/cli/python/resolvePython.js.map +1 -0
- package/dist/cli/registry.js +75 -0
- package/dist/cli/registry.js.map +1 -0
- package/dist/discovery/discovery-manifest.json +9195 -0
- package/dist/discovery/discovery-manifest.json.sha256 +1 -0
- package/dist/discovery/discovery-manifest.summary.md +93 -0
- package/dist/mcp/awesome-mcp-servers.row.md +1 -0
- package/dist/mcp/mcp-cloudflare-catalogue.json +27 -0
- package/dist/mcp/registry-manifest.json +63 -0
- package/dist/server/app.js +117 -0
- package/dist/server/app.js.map +1 -0
- package/dist/server/io/atomicMultiWrite.js +202 -0
- package/dist/server/io/atomicMultiWrite.js.map +1 -0
- package/dist/server/io/atomicWrite.js +79 -0
- package/dist/server/io/atomicWrite.js.map +1 -0
- package/dist/server/io/substituteTemplate.js +87 -0
- package/dist/server/io/substituteTemplate.js.map +1 -0
- package/dist/server/io/yamlIO.js +140 -0
- package/dist/server/io/yamlIO.js.map +1 -0
- package/dist/server/port.js +97 -0
- package/dist/server/port.js.map +1 -0
- package/dist/server/routes/discovery.js +72 -0
- package/dist/server/routes/discovery.js.map +1 -0
- package/dist/server/routes/ping.js +49 -0
- package/dist/server/routes/ping.js.map +1 -0
- package/dist/server/routes/schema.js +41 -0
- package/dist/server/routes/schema.js.map +1 -0
- package/dist/server/routes/settings.js +155 -0
- package/dist/server/routes/settings.js.map +1 -0
- package/dist/server/routes/userMd.js +117 -0
- package/dist/server/routes/userMd.js.map +1 -0
- package/dist/server/routes/wizard.js +138 -0
- package/dist/server/routes/wizard.js.map +1 -0
- package/dist/server/schemas/settings.js +138 -0
- package/dist/server/schemas/settings.js.map +1 -0
- package/dist/server/token.js +68 -0
- package/dist/server/token.js.map +1 -0
- package/dist/server/writeRoot.js +67 -0
- package/dist/server/writeRoot.js.map +1 -0
- package/dist/server/writeRoot.test.js +73 -0
- package/dist/server/writeRoot.test.js.map +1 -0
- package/dist/shared/userMd/formAdapter.js +105 -0
- package/dist/shared/userMd/formAdapter.js.map +1 -0
- package/dist/shared/userMd/schema.js +118 -0
- package/dist/shared/userMd/schema.js.map +1 -0
- package/dist/shared/userMd/utils.js +74 -0
- package/dist/shared/userMd/utils.js.map +1 -0
- package/dist/ui/assets/index-BTRcKDlB.js +39 -0
- package/dist/ui/assets/index-BTRcKDlB.js.map +1 -0
- package/dist/ui/assets/index-Dqfhmg-d.css +1 -0
- package/dist/ui/index.html +14 -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/schema/0001-json-schema-frontmatter.md +4 -4
- package/docs/adrs/schema/README.md +1 -1
- package/docs/adrs/smoke/0001-per-tier-smoke-scripts.md +2 -2
- package/docs/architecture/setup-vs-settings-shared-surface.md +114 -0
- package/docs/architecture.md +4 -3
- package/docs/archive/CHANGELOG-pre-2.2.0.md +7 -7
- package/docs/archive/CHANGELOG-pre-2.25.0.md +191 -0
- package/docs/archive/CHANGELOG-pre-3.0.0.md +130 -0
- package/docs/catalog.md +77 -84
- package/docs/contracts/STABILITY.md +1 -1
- package/docs/contracts/adr-architectural-consensus-mechanism.md +5 -5
- package/docs/contracts/adr-chat-history-split.md +1 -1
- package/docs/contracts/adr-implement-ticket-runtime.md +1 -1
- package/docs/contracts/adr-install-user-type-axis.md +1 -1
- package/docs/contracts/adr-mcp-runtime.md +2 -2
- package/docs/contracts/agent-user-schema.md +11 -2
- package/docs/contracts/ai-council-config.md +13 -13
- package/docs/contracts/audit-log-v1.md +2 -2
- package/docs/contracts/command-clusters.md +2 -2
- package/docs/contracts/compression-default-kill-criterion.md +3 -3
- package/docs/contracts/decision-trace-v1.md +5 -5
- package/docs/contracts/discovery-manifest.schema.json +146 -0
- package/docs/contracts/explain-trace.schema.json +144 -0
- package/docs/contracts/file-ownership-matrix.json +515 -309
- package/docs/contracts/file-ownership-matrix.md +1 -1
- package/docs/contracts/ghostwriter-schema.md +3 -3
- package/docs/contracts/hook-architecture-v1.md +10 -10
- package/docs/contracts/kernel-membership.md +21 -4
- package/docs/contracts/linter-structural-model.md +3 -3
- package/docs/contracts/load-context-schema.md +5 -5
- package/docs/contracts/local-server-api.md +134 -0
- package/docs/contracts/low-impact-corpus-format.md +1 -1
- package/docs/contracts/mcp-cloud-scope.md +2 -2
- package/docs/contracts/mcp-discovery-phase-notice.md +1 -1
- package/docs/contracts/mcp-phase-1-scope.md +5 -4
- package/docs/contracts/mcp-registry-manifest.schema.json +129 -0
- package/docs/contracts/mcp-tool-stub-envelope.md +1 -1
- package/docs/contracts/memory-visibility-v1.md +2 -2
- package/docs/contracts/multi-tool-projection-fidelity.md +3 -3
- package/docs/contracts/namespace.md +1 -1
- package/docs/contracts/one-off-script-lifecycle.md +1 -1
- package/docs/contracts/package-self-orientation.md +1 -1
- package/docs/contracts/provider-lifecycle.md +2 -2
- package/docs/contracts/router-blending.md +1 -1
- package/docs/contracts/rule-classification.md +2 -2
- package/docs/contracts/settings-api.md +160 -0
- package/docs/contracts/settings-gui-agent-mode.schema.json +128 -0
- package/docs/contracts/smoke-contracts.md +8 -8
- package/docs/contracts/tier-3-contrib-plugin.md +1 -1
- package/docs/contracts/universal-skills.md +1 -1
- package/docs/contracts/write-engine.md +1 -1
- package/docs/customization.md +137 -11
- package/docs/decisions/ADR-001-kernel-swap-deferred.md +1 -1
- package/docs/decisions/ADR-002-kernel-bucket-overrides.md +1 -1
- package/docs/decisions/ADR-004-rule-governance-pruning.md +8 -8
- package/docs/decisions/ADR-006-skill-tools-python-pilot.md +5 -5
- package/docs/decisions/ADR-007-agent-discovery-scopes.md +4 -4
- package/docs/decisions/ADR-008-installed-tools-manifest.md +2 -2
- package/docs/decisions/ADR-010-profile-pack-preset-boundary.md +2 -2
- package/docs/decisions/ADR-011-domain-pack-readiness.md +4 -4
- package/docs/decisions/ADR-012-typescript-cli-shell.md +162 -0
- package/docs/decisions/ADR-013-discovery-frontmatter-contract.md +210 -0
- package/docs/decisions/ADR-014-gui-framework-choice.md +136 -0
- package/docs/decisions/ADR-rule-kernel-and-router.md +2 -2
- package/docs/decisions/INDEX.md +3 -0
- package/docs/distribution/mcp-submission-checklist.md +95 -0
- package/docs/distribution/topics-equivalents-decay-policy.md +51 -0
- package/docs/examples/agent-user.example.md +3 -1
- package/docs/getting-started.md +6 -5
- package/docs/guidelines/agent-infra/ask-when-uncertain-demos.md +1 -1
- package/docs/guidelines/agent-infra/roadmap-progress-mechanics.md +10 -1
- package/docs/guidelines/agent-infra/rule-type-governance.md +2 -2
- package/docs/guidelines/agent-infra/tool-integration.md +1 -1
- package/docs/guidelines/php/api-design.md +2 -2
- package/docs/guidelines/php/controllers.md +1 -1
- package/docs/guidelines/php/resources.md +1 -1
- package/docs/guidelines/php/validations.md +1 -1
- package/docs/guidelines/prompt-templates.md +2 -2
- package/docs/hook-payload-capture.md +3 -3
- package/docs/installation.md +12 -4
- package/docs/migrations/commands-1.15.0.md +3 -3
- package/docs/parity/bench-ruflo.json +1 -1
- package/docs/parity/ruflo.md +3 -3
- package/docs/profiles.md +1 -1
- package/docs/quality.md +2 -2
- package/docs/recruits/_template.md +3 -3
- package/docs/setup/enterprise-and-offline.md +3 -3
- package/docs/setup/mcp-server-docker.md +5 -3
- package/docs/skills-catalog.md +62 -18
- package/docs/wizard.md +121 -0
- package/llms.txt +61 -17
- package/package.json +46 -3
- package/scripts/__pycache__/validate_frontmatter.cpython-312.pyc +0 -0
- package/scripts/_archive/README.md +2 -2
- package/scripts/_archive/_p4_migrate.py +1 -1
- package/scripts/_cli/cmd_doctor.py +5 -5
- package/scripts/_cli/cmd_explain.py +106 -2
- package/scripts/_cli/cmd_migrate.py +2 -2
- package/scripts/_cli/explain_last/__init__.py +122 -0
- package/scripts/_cli/explain_last/assumptions.py +59 -0
- package/scripts/_cli/explain_last/council.py +105 -0
- package/scripts/_cli/explain_last/halt.py +44 -0
- package/scripts/_cli/explain_last/inputs.py +125 -0
- package/scripts/_cli/explain_last/memory.py +94 -0
- package/scripts/_cli/explain_last/provider.py +52 -0
- package/scripts/_cli/explain_last/render.py +52 -0
- package/scripts/_cli/explain_last/route.py +58 -0
- package/scripts/_cli/explain_last/scrubber.py +105 -0
- package/scripts/_cli/explain_last/sections/__init__.py +35 -0
- package/scripts/_cli/explain_last/sections/assumptions.py +21 -0
- package/scripts/_cli/explain_last/sections/council.py +27 -0
- package/scripts/_cli/explain_last/sections/halt.py +31 -0
- package/scripts/_cli/explain_last/sections/header.py +24 -0
- package/scripts/_cli/explain_last/sections/inputs.py +27 -0
- package/scripts/_cli/explain_last/sections/memory.py +21 -0
- package/scripts/_cli/explain_last/sections/pack.py +16 -0
- package/scripts/_cli/explain_last/sections/provider.py +26 -0
- package/scripts/_cli/explain_last/sections/route.py +22 -0
- package/scripts/_cli/explain_last/state_loader.py +76 -0
- package/scripts/_dispatch.bash +954 -0
- package/scripts/_lib/agent_settings.py +3 -3
- package/scripts/_lib/agents_overlay.py +3 -3
- package/scripts/_phase4_bucket.py +210 -0
- package/scripts/agent-config +35 -943
- package/scripts/ai-video/adapters/higgsfield.sh +1 -1
- package/scripts/ai-video/adapters/sora.sh +1 -1
- package/scripts/ai-video/test-pipeline.sh +2 -2
- package/scripts/ai_council/_default_prices.py +5 -5
- package/scripts/ai_council/advisors.py +1 -1
- package/scripts/ai_council/clients.py +2 -2
- package/scripts/ai_council/compile_corpus.py +9 -8
- package/scripts/ai_council/config.py +3 -3
- package/scripts/ai_council/events_log.py +8 -4
- package/scripts/ai_council/low_impact_corpus.py +1 -1
- package/scripts/ai_council/low_impact_intake.py +1 -1
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_budget_v2_audit.py +2 -2
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_optimization.py +1 -1
- package/scripts/ai_council/one_off_archive/2026-05/_one_off_tier_retrofit.py +3 -3
- package/scripts/ai_council/pricing.py +8 -7
- package/scripts/ai_council/probation_gate.py +1 -1
- package/scripts/ai_council/redact_low_impact_entry.py +1 -1
- package/scripts/ai_council/session.py +13 -13
- package/scripts/ai_council/shadow_dispatch.py +2 -2
- package/scripts/annotate_discovery.py +149 -0
- package/scripts/audit_adr_coverage.py +1 -1
- package/scripts/audit_auto_rules.py +2 -2
- package/scripts/audit_cloud_compatibility.py +1 -1
- package/scripts/audit_command_surface.py +2 -2
- package/scripts/audit_likelihood.py +4 -4
- package/scripts/audit_overlap.py +3 -3
- package/scripts/audit_user_type_axis.py +1 -1
- package/scripts/build_discovery_manifest.py +302 -0
- package/scripts/build_linear_digest.py +0 -1
- package/scripts/build_mcp_registry_manifest.py +181 -0
- package/scripts/build_rule_trigger_matrix.py +2 -2
- package/scripts/capture_showcase_session.py +1 -1
- package/scripts/chat_history.py +5 -5
- package/scripts/check_always_budget.py +7 -2
- package/scripts/check_council_layout.py +26 -20
- package/scripts/check_council_references.py +10 -10
- package/scripts/check_discovery_determinism.py +70 -0
- package/scripts/check_kernel_rule_bundle.py +2 -2
- package/scripts/check_no_roadmap_refs.py +2 -2
- package/scripts/check_one_off_location.py +1 -1
- package/scripts/check_public_links.py +2 -2
- package/scripts/check_references.py +14 -21
- package/scripts/check_release_includes_discovery.py +61 -0
- package/scripts/ci_summary.py +2 -2
- package/scripts/ci_time_ratio.py +1 -1
- package/scripts/command_suggester/__init__.py +1 -1
- package/scripts/context_hygiene_hook.py +2 -2
- package/scripts/council_cli.py +22 -22
- package/scripts/council_prune.py +3 -3
- package/scripts/extract_audit_patterns.py +2 -2
- package/scripts/gen_discovery_baseline.py +127 -0
- package/scripts/generate_ownership_matrix.py +1 -1
- package/scripts/hook_manifest.yaml +5 -5
- package/scripts/hooks/cline-dispatcher.sh +1 -1
- package/scripts/hooks/cowork-dispatcher.sh +1 -1
- package/scripts/hooks/dispatch_hook.py +3 -3
- package/scripts/hooks/gemini-dispatcher.sh +1 -1
- package/scripts/hooks/replay_hook.py +1 -1
- package/scripts/hooks/state_io.py +5 -5
- package/scripts/hooks_doctor.py +4 -4
- package/scripts/install-hooks.sh +2 -2
- package/scripts/install.py +3 -3
- package/scripts/install.sh +120 -18
- package/scripts/inventory_frontmatter.py +1 -1
- package/scripts/lint_agents_layout.py +103 -0
- package/scripts/lint_archived_skills.py +3 -3
- package/scripts/lint_artefact_frontmatter.py +180 -0
- package/scripts/lint_discovery_manifest.py +136 -0
- package/scripts/lint_discovery_vocabulary.py +148 -0
- package/scripts/lint_explain_trace.py +80 -0
- package/scripts/lint_framework_leakage.py +348 -0
- package/scripts/lint_framework_leakage_allowlist.json +477 -0
- package/scripts/lint_ghostwriter_source.py +1 -1
- package/scripts/lint_load_context.py +3 -3
- package/scripts/lint_mcp_registry_manifest.py +69 -0
- package/scripts/lint_media_policy_linkage.py +6 -6
- package/scripts/lint_positioning.py +143 -0
- package/scripts/lint_rule_tiers.py +2 -2
- package/scripts/lint_skill_tools.py +1 -1
- package/scripts/lint_topics_yaml.py +89 -0
- package/scripts/mcp_server/consumer_tool_catalog.json +3 -3
- package/scripts/mcp_server/telemetry.py +2 -2
- package/scripts/mcp_server/tools.py +27 -11
- package/scripts/mcp_telemetry_health.py +2 -2
- package/scripts/mcp_telemetry_store.py +1 -1
- package/scripts/measure_augment_budget.py +9 -3
- package/scripts/measure_density.py +2 -2
- package/scripts/measure_frugality_savings.py +3 -3
- package/scripts/measure_roadmap_trajectory.py +1 -1
- package/scripts/measure_rule_budget.py +3 -3
- package/scripts/memory_report.py +1 -1
- package/scripts/migrate_command_suggestions.py +3 -3
- package/scripts/minimal_safe_diff_hook.py +1 -1
- package/scripts/onboarding_gate_hook.py +4 -4
- package/scripts/prepack-check.mjs +62 -0
- package/scripts/probe_projection_fidelity.py +2 -2
- package/scripts/refine_ticket_detect.py +1 -1
- package/scripts/schemas/command.schema.json +46 -1
- package/scripts/schemas/persona.schema.json +1 -1
- package/scripts/schemas/rule.schema.json +44 -4
- package/scripts/schemas/skill.schema.json +46 -1
- package/scripts/score_skill_selection.py +1 -1
- package/scripts/skill_collision_clusters.py +1 -1
- package/scripts/skill_linter.py +62 -9
- package/scripts/skill_overlap.py +1 -1
- package/scripts/skill_tools/run_block_d_eval.py +1 -1
- package/scripts/skill_usage_collect.py +3 -3
- package/scripts/skill_usage_report.py +3 -3
- package/scripts/smoke/kernel.sh +4 -4
- package/scripts/smoke/router.sh +2 -2
- package/scripts/smoke_quickstart.py +1 -1
- package/scripts/spotcheck_thin_root.py +1 -1
- package/scripts/sync_github_metadata.py +147 -0
- package/scripts/sync_gitignore.py +15 -5
- package/scripts/update_prices.py +4 -3
- package/scripts/verify_before_complete_hook.py +1 -1
- package/scripts/verify_roadmap_closure.py +1 -1
- package/templates/agent-user.md +35 -0
- package/.agent-src/commands/onboard.md +0 -459
- package/.agent-src/rules/agent-docs.md +0 -20
- package/.agent-src/rules/augment-portability.md +0 -23
- package/.agent-src/rules/capture-learnings.md +0 -19
- package/.agent-src/rules/docs-sync.md +0 -20
- package/.agent-src/rules/domain-safety-disclaimer-consulting.md +0 -52
- package/.agent-src/rules/domain-safety-disclaimer-financial.md +0 -54
- package/.agent-src/rules/domain-safety-disclaimer-legal.md +0 -49
- package/.agent-src/rules/domain-safety-disclaimer-medical.md +0 -56
- package/.agent-src/rules/domain-safety-export-redact.md +0 -65
- package/.agent-src/rules/domain-safety-logging-pii-floor.md +0 -55
- package/.agent-src/rules/domain-safety-pii-finance.md +0 -57
- package/.agent-src/rules/domain-safety-pii-marketing.md +0 -60
- package/.agent-src/rules/domain-safety-pii-recruiting.md +0 -56
- package/.agent-src/rules/domain-safety-pii-support.md +0 -57
- package/.agent-src/rules/domain-safety-retention-finance.md +0 -48
- package/.agent-src/rules/domain-safety-retention-support.md +0 -55
- package/.agent-src/rules/e2e-testing.md +0 -19
- package/.agent-src/rules/no-unsolicited-rebase.md +0 -107
- package/.agent-src/rules/post-push-rewrite-discipline.md +0 -70
|
@@ -483,12 +483,6 @@
|
|
|
483
483
|
"load_context": [],
|
|
484
484
|
"load_context_eager": []
|
|
485
485
|
},
|
|
486
|
-
".agent-src.uncompressed/commands/onboard.md": {
|
|
487
|
-
"kind": "command",
|
|
488
|
-
"rule_type": null,
|
|
489
|
-
"load_context": [],
|
|
490
|
-
"load_context_eager": []
|
|
491
|
-
},
|
|
492
486
|
".agent-src.uncompressed/commands/optimize-prompt.md": {
|
|
493
487
|
"kind": "command",
|
|
494
488
|
"rule_type": null,
|
|
@@ -915,6 +909,12 @@
|
|
|
915
909
|
"load_context": [],
|
|
916
910
|
"load_context_eager": []
|
|
917
911
|
},
|
|
912
|
+
".agent-src.uncompressed/contexts/execution/interrupt-examples.md": {
|
|
913
|
+
"kind": "context",
|
|
914
|
+
"rule_type": null,
|
|
915
|
+
"load_context": [],
|
|
916
|
+
"load_context_eager": []
|
|
917
|
+
},
|
|
918
918
|
".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md": {
|
|
919
919
|
"kind": "context",
|
|
920
920
|
"rule_type": null,
|
|
@@ -1155,12 +1155,6 @@
|
|
|
1155
1155
|
"load_context": [],
|
|
1156
1156
|
"load_context_eager": []
|
|
1157
1157
|
},
|
|
1158
|
-
".agent-src.uncompressed/rules/agent-docs.md": {
|
|
1159
|
-
"kind": "rule",
|
|
1160
|
-
"rule_type": "auto",
|
|
1161
|
-
"load_context": [],
|
|
1162
|
-
"load_context_eager": []
|
|
1163
|
-
},
|
|
1164
1158
|
".agent-src.uncompressed/rules/analysis-skill-routing.md": {
|
|
1165
1159
|
"kind": "rule",
|
|
1166
1160
|
"rule_type": "manual",
|
|
@@ -1193,7 +1187,7 @@
|
|
|
1193
1187
|
"load_context": [],
|
|
1194
1188
|
"load_context_eager": []
|
|
1195
1189
|
},
|
|
1196
|
-
".agent-src.uncompressed/rules/augment-
|
|
1190
|
+
".agent-src.uncompressed/rules/augment-edit-discipline.md": {
|
|
1197
1191
|
"kind": "rule",
|
|
1198
1192
|
"rule_type": "auto",
|
|
1199
1193
|
"load_context": [],
|
|
@@ -1217,12 +1211,6 @@
|
|
|
1217
1211
|
],
|
|
1218
1212
|
"load_context_eager": []
|
|
1219
1213
|
},
|
|
1220
|
-
".agent-src.uncompressed/rules/capture-learnings.md": {
|
|
1221
|
-
"kind": "rule",
|
|
1222
|
-
"rule_type": "auto",
|
|
1223
|
-
"load_context": [],
|
|
1224
|
-
"load_context_eager": []
|
|
1225
|
-
},
|
|
1226
1214
|
".agent-src.uncompressed/rules/caveman-speak.md": {
|
|
1227
1215
|
"kind": "rule",
|
|
1228
1216
|
"rule_type": "auto",
|
|
@@ -1287,109 +1275,55 @@
|
|
|
1287
1275
|
"load_context": [],
|
|
1288
1276
|
"load_context_eager": []
|
|
1289
1277
|
},
|
|
1290
|
-
".agent-src.uncompressed/rules/docs-sync.md": {
|
|
1291
|
-
"kind": "rule",
|
|
1292
|
-
"rule_type": "auto",
|
|
1293
|
-
"load_context": [],
|
|
1294
|
-
"load_context_eager": []
|
|
1295
|
-
},
|
|
1296
1278
|
".agent-src.uncompressed/rules/domain-adoption-policy.md": {
|
|
1297
1279
|
"kind": "rule",
|
|
1298
1280
|
"rule_type": "auto",
|
|
1299
1281
|
"load_context": [],
|
|
1300
1282
|
"load_context_eager": []
|
|
1301
1283
|
},
|
|
1302
|
-
".agent-src.uncompressed/rules/domain-safety-disclaimer
|
|
1303
|
-
"kind": "rule",
|
|
1304
|
-
"rule_type": "auto",
|
|
1305
|
-
"load_context": [],
|
|
1306
|
-
"load_context_eager": []
|
|
1307
|
-
},
|
|
1308
|
-
".agent-src.uncompressed/rules/domain-safety-disclaimer-financial.md": {
|
|
1309
|
-
"kind": "rule",
|
|
1310
|
-
"rule_type": "auto",
|
|
1311
|
-
"load_context": [],
|
|
1312
|
-
"load_context_eager": []
|
|
1313
|
-
},
|
|
1314
|
-
".agent-src.uncompressed/rules/domain-safety-disclaimer-legal.md": {
|
|
1315
|
-
"kind": "rule",
|
|
1316
|
-
"rule_type": "auto",
|
|
1317
|
-
"load_context": [],
|
|
1318
|
-
"load_context_eager": []
|
|
1319
|
-
},
|
|
1320
|
-
".agent-src.uncompressed/rules/domain-safety-disclaimer-medical.md": {
|
|
1321
|
-
"kind": "rule",
|
|
1322
|
-
"rule_type": "auto",
|
|
1323
|
-
"load_context": [],
|
|
1324
|
-
"load_context_eager": []
|
|
1325
|
-
},
|
|
1326
|
-
".agent-src.uncompressed/rules/domain-safety-export-redact.md": {
|
|
1327
|
-
"kind": "rule",
|
|
1328
|
-
"rule_type": "auto",
|
|
1329
|
-
"load_context": [],
|
|
1330
|
-
"load_context_eager": []
|
|
1331
|
-
},
|
|
1332
|
-
".agent-src.uncompressed/rules/domain-safety-logging-pii-floor.md": {
|
|
1333
|
-
"kind": "rule",
|
|
1334
|
-
"rule_type": "auto",
|
|
1335
|
-
"load_context": [],
|
|
1336
|
-
"load_context_eager": []
|
|
1337
|
-
},
|
|
1338
|
-
".agent-src.uncompressed/rules/domain-safety-pii-finance.md": {
|
|
1339
|
-
"kind": "rule",
|
|
1340
|
-
"rule_type": "auto",
|
|
1341
|
-
"load_context": [],
|
|
1342
|
-
"load_context_eager": []
|
|
1343
|
-
},
|
|
1344
|
-
".agent-src.uncompressed/rules/domain-safety-pii-marketing.md": {
|
|
1345
|
-
"kind": "rule",
|
|
1346
|
-
"rule_type": "auto",
|
|
1347
|
-
"load_context": [],
|
|
1348
|
-
"load_context_eager": []
|
|
1349
|
-
},
|
|
1350
|
-
".agent-src.uncompressed/rules/domain-safety-pii-recruiting.md": {
|
|
1284
|
+
".agent-src.uncompressed/rules/domain-safety-disclaimer.md": {
|
|
1351
1285
|
"kind": "rule",
|
|
1352
1286
|
"rule_type": "auto",
|
|
1353
1287
|
"load_context": [],
|
|
1354
1288
|
"load_context_eager": []
|
|
1355
1289
|
},
|
|
1356
|
-
".agent-src.uncompressed/rules/domain-safety-pii
|
|
1290
|
+
".agent-src.uncompressed/rules/domain-safety-pii.md": {
|
|
1357
1291
|
"kind": "rule",
|
|
1358
1292
|
"rule_type": "auto",
|
|
1359
1293
|
"load_context": [],
|
|
1360
1294
|
"load_context_eager": []
|
|
1361
1295
|
},
|
|
1362
|
-
".agent-src.uncompressed/rules/domain-safety-retention
|
|
1296
|
+
".agent-src.uncompressed/rules/domain-safety-retention.md": {
|
|
1363
1297
|
"kind": "rule",
|
|
1364
1298
|
"rule_type": "auto",
|
|
1365
1299
|
"load_context": [],
|
|
1366
1300
|
"load_context_eager": []
|
|
1367
1301
|
},
|
|
1368
|
-
".agent-src.uncompressed/rules/
|
|
1302
|
+
".agent-src.uncompressed/rules/downstream-changes.md": {
|
|
1369
1303
|
"kind": "rule",
|
|
1370
1304
|
"rule_type": "auto",
|
|
1371
1305
|
"load_context": [],
|
|
1372
1306
|
"load_context_eager": []
|
|
1373
1307
|
},
|
|
1374
|
-
".agent-src.uncompressed/rules/
|
|
1308
|
+
".agent-src.uncompressed/rules/external-reference-deep-dive.md": {
|
|
1375
1309
|
"kind": "rule",
|
|
1376
1310
|
"rule_type": "auto",
|
|
1377
1311
|
"load_context": [],
|
|
1378
1312
|
"load_context_eager": []
|
|
1379
1313
|
},
|
|
1380
|
-
".agent-src.uncompressed/rules/
|
|
1314
|
+
".agent-src.uncompressed/rules/fast-path-marker-visibility.md": {
|
|
1381
1315
|
"kind": "rule",
|
|
1382
1316
|
"rule_type": "auto",
|
|
1383
1317
|
"load_context": [],
|
|
1384
1318
|
"load_context_eager": []
|
|
1385
1319
|
},
|
|
1386
|
-
".agent-src.uncompressed/rules/
|
|
1320
|
+
".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md": {
|
|
1387
1321
|
"kind": "rule",
|
|
1388
1322
|
"rule_type": "auto",
|
|
1389
1323
|
"load_context": [],
|
|
1390
1324
|
"load_context_eager": []
|
|
1391
1325
|
},
|
|
1392
|
-
".agent-src.uncompressed/rules/
|
|
1326
|
+
".agent-src.uncompressed/rules/git-history-discipline.md": {
|
|
1393
1327
|
"kind": "rule",
|
|
1394
1328
|
"rule_type": "auto",
|
|
1395
1329
|
"load_context": [],
|
|
@@ -1487,12 +1421,6 @@
|
|
|
1487
1421
|
"load_context": [],
|
|
1488
1422
|
"load_context_eager": []
|
|
1489
1423
|
},
|
|
1490
|
-
".agent-src.uncompressed/rules/no-unsolicited-rebase.md": {
|
|
1491
|
-
"kind": "rule",
|
|
1492
|
-
"rule_type": "auto",
|
|
1493
|
-
"load_context": [],
|
|
1494
|
-
"load_context_eager": []
|
|
1495
|
-
},
|
|
1496
1424
|
".agent-src.uncompressed/rules/non-destructive-by-default.md": {
|
|
1497
1425
|
"kind": "rule",
|
|
1498
1426
|
"rule_type": "always",
|
|
@@ -1543,6 +1471,12 @@
|
|
|
1543
1471
|
"load_context": [],
|
|
1544
1472
|
"load_context_eager": []
|
|
1545
1473
|
},
|
|
1474
|
+
".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md": {
|
|
1475
|
+
"kind": "rule",
|
|
1476
|
+
"rule_type": "auto",
|
|
1477
|
+
"load_context": [],
|
|
1478
|
+
"load_context_eager": []
|
|
1479
|
+
},
|
|
1546
1480
|
".agent-src.uncompressed/rules/roadmap-progress-sync.md": {
|
|
1547
1481
|
"kind": "rule",
|
|
1548
1482
|
"rule_type": "auto",
|
|
@@ -1660,6 +1594,14 @@
|
|
|
1660
1594
|
],
|
|
1661
1595
|
"load_context_eager": []
|
|
1662
1596
|
},
|
|
1597
|
+
".agent-src.uncompressed/rules/user-interrupt-priority.md": {
|
|
1598
|
+
"kind": "rule",
|
|
1599
|
+
"rule_type": "always",
|
|
1600
|
+
"load_context": [
|
|
1601
|
+
"contexts/execution/interrupt-examples.md"
|
|
1602
|
+
],
|
|
1603
|
+
"load_context_eager": []
|
|
1604
|
+
},
|
|
1663
1605
|
".agent-src.uncompressed/rules/verify-before-complete.md": {
|
|
1664
1606
|
"kind": "rule",
|
|
1665
1607
|
"rule_type": "always",
|
|
@@ -2022,12 +1964,6 @@
|
|
|
2022
1964
|
"load_context": [],
|
|
2023
1965
|
"load_context_eager": []
|
|
2024
1966
|
},
|
|
2025
|
-
".agent-src.uncompressed/skills/dto-creator/SKILL.md": {
|
|
2026
|
-
"kind": "skill",
|
|
2027
|
-
"rule_type": null,
|
|
2028
|
-
"load_context": [],
|
|
2029
|
-
"load_context_eager": []
|
|
2030
|
-
},
|
|
2031
1967
|
".agent-src.uncompressed/skills/editorial-calendar/SKILL.md": {
|
|
2032
1968
|
"kind": "skill",
|
|
2033
1969
|
"rule_type": null,
|
|
@@ -2202,6 +2138,18 @@
|
|
|
2202
2138
|
"load_context": [],
|
|
2203
2139
|
"load_context_eager": []
|
|
2204
2140
|
},
|
|
2141
|
+
".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md": {
|
|
2142
|
+
"kind": "skill",
|
|
2143
|
+
"rule_type": null,
|
|
2144
|
+
"load_context": [],
|
|
2145
|
+
"load_context_eager": []
|
|
2146
|
+
},
|
|
2147
|
+
".agent-src.uncompressed/skills/laravel-dto/SKILL.md": {
|
|
2148
|
+
"kind": "skill",
|
|
2149
|
+
"rule_type": null,
|
|
2150
|
+
"load_context": [],
|
|
2151
|
+
"load_context_eager": []
|
|
2152
|
+
},
|
|
2205
2153
|
".agent-src.uncompressed/skills/laravel-horizon/SKILL.md": {
|
|
2206
2154
|
"kind": "skill",
|
|
2207
2155
|
"rule_type": null,
|
|
@@ -2220,6 +2168,12 @@
|
|
|
2220
2168
|
"load_context": [],
|
|
2221
2169
|
"load_context_eager": []
|
|
2222
2170
|
},
|
|
2171
|
+
".agent-src.uncompressed/skills/laravel-migration/SKILL.md": {
|
|
2172
|
+
"kind": "skill",
|
|
2173
|
+
"rule_type": null,
|
|
2174
|
+
"load_context": [],
|
|
2175
|
+
"load_context_eager": []
|
|
2176
|
+
},
|
|
2223
2177
|
".agent-src.uncompressed/skills/laravel-notifications/SKILL.md": {
|
|
2224
2178
|
"kind": "skill",
|
|
2225
2179
|
"rule_type": null,
|
|
@@ -2256,6 +2210,12 @@
|
|
|
2256
2210
|
"load_context": [],
|
|
2257
2211
|
"load_context_eager": []
|
|
2258
2212
|
},
|
|
2213
|
+
".agent-src.uncompressed/skills/laravel-websocket/SKILL.md": {
|
|
2214
|
+
"kind": "skill",
|
|
2215
|
+
"rule_type": null,
|
|
2216
|
+
"load_context": [],
|
|
2217
|
+
"load_context_eager": []
|
|
2218
|
+
},
|
|
2259
2219
|
".agent-src.uncompressed/skills/laravel/SKILL.md": {
|
|
2260
2220
|
"kind": "skill",
|
|
2261
2221
|
"rule_type": null,
|
|
@@ -2352,12 +2312,6 @@
|
|
|
2352
2312
|
"load_context": [],
|
|
2353
2313
|
"load_context_eager": []
|
|
2354
2314
|
},
|
|
2355
|
-
".agent-src.uncompressed/skills/migration-creator/SKILL.md": {
|
|
2356
|
-
"kind": "skill",
|
|
2357
|
-
"rule_type": null,
|
|
2358
|
-
"load_context": [],
|
|
2359
|
-
"load_context_eager": []
|
|
2360
|
-
},
|
|
2361
2315
|
".agent-src.uncompressed/skills/mobile-e2e-strategy/SKILL.md": {
|
|
2362
2316
|
"kind": "skill",
|
|
2363
2317
|
"rule_type": null,
|
|
@@ -2706,6 +2660,12 @@
|
|
|
2706
2660
|
"load_context": [],
|
|
2707
2661
|
"load_context_eager": []
|
|
2708
2662
|
},
|
|
2663
|
+
".agent-src.uncompressed/skills/rule-refactor/SKILL.md": {
|
|
2664
|
+
"kind": "skill",
|
|
2665
|
+
"rule_type": null,
|
|
2666
|
+
"load_context": [],
|
|
2667
|
+
"load_context_eager": []
|
|
2668
|
+
},
|
|
2709
2669
|
".agent-src.uncompressed/skills/rule-writing/SKILL.md": {
|
|
2710
2670
|
"kind": "skill",
|
|
2711
2671
|
"rule_type": null,
|
|
@@ -3011,12 +2971,6 @@
|
|
|
3011
2971
|
"rule_type": null,
|
|
3012
2972
|
"load_context": [],
|
|
3013
2973
|
"load_context_eager": []
|
|
3014
|
-
},
|
|
3015
|
-
".agent-src.uncompressed/skills/websocket/SKILL.md": {
|
|
3016
|
-
"kind": "skill",
|
|
3017
|
-
"rule_type": null,
|
|
3018
|
-
"load_context": [],
|
|
3019
|
-
"load_context_eager": []
|
|
3020
2974
|
}
|
|
3021
2975
|
},
|
|
3022
2976
|
"edges": [
|
|
@@ -3622,6 +3576,27 @@
|
|
|
3622
3576
|
"via": "self",
|
|
3623
3577
|
"depth": 0
|
|
3624
3578
|
},
|
|
3579
|
+
{
|
|
3580
|
+
"source": ".agent-src.uncompressed/commands/compress.md",
|
|
3581
|
+
"target": ".agent-src.uncompressed/rules/markdown-safe-codeblocks.md",
|
|
3582
|
+
"type": "READ_ONLY",
|
|
3583
|
+
"via": "body_link",
|
|
3584
|
+
"depth": 1
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"source": ".agent-src.uncompressed/commands/compress.md",
|
|
3588
|
+
"target": ".agent-src.uncompressed/rules/preservation-guard.md",
|
|
3589
|
+
"type": "READ_ONLY",
|
|
3590
|
+
"via": "body_link",
|
|
3591
|
+
"depth": 1
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"source": ".agent-src.uncompressed/commands/compress.md",
|
|
3595
|
+
"target": ".agent-src.uncompressed/skills/skill-writing/SKILL.md",
|
|
3596
|
+
"type": "READ_ONLY",
|
|
3597
|
+
"via": "body_link",
|
|
3598
|
+
"depth": 1
|
|
3599
|
+
},
|
|
3625
3600
|
{
|
|
3626
3601
|
"source": ".agent-src.uncompressed/commands/context.md",
|
|
3627
3602
|
"target": ".agent-src.uncompressed/commands/context.md",
|
|
@@ -4371,34 +4346,6 @@
|
|
|
4371
4346
|
"via": "self",
|
|
4372
4347
|
"depth": 0
|
|
4373
4348
|
},
|
|
4374
|
-
{
|
|
4375
|
-
"source": ".agent-src.uncompressed/commands/onboard.md",
|
|
4376
|
-
"target": ".agent-src.uncompressed/commands/onboard.md",
|
|
4377
|
-
"type": "WRITE",
|
|
4378
|
-
"via": "self",
|
|
4379
|
-
"depth": 0
|
|
4380
|
-
},
|
|
4381
|
-
{
|
|
4382
|
-
"source": ".agent-src.uncompressed/commands/onboard.md",
|
|
4383
|
-
"target": ".agent-src.uncompressed/commands/set-cost-profile.md",
|
|
4384
|
-
"type": "READ_ONLY",
|
|
4385
|
-
"via": "body_link",
|
|
4386
|
-
"depth": 1
|
|
4387
|
-
},
|
|
4388
|
-
{
|
|
4389
|
-
"source": ".agent-src.uncompressed/commands/onboard.md",
|
|
4390
|
-
"target": ".agent-src.uncompressed/rules/onboarding-gate.md",
|
|
4391
|
-
"type": "READ_ONLY",
|
|
4392
|
-
"via": "body_link",
|
|
4393
|
-
"depth": 1
|
|
4394
|
-
},
|
|
4395
|
-
{
|
|
4396
|
-
"source": ".agent-src.uncompressed/commands/onboard.md",
|
|
4397
|
-
"target": ".agent-src.uncompressed/skills/rtk-output-filtering/SKILL.md",
|
|
4398
|
-
"type": "READ_ONLY",
|
|
4399
|
-
"via": "body_link",
|
|
4400
|
-
"depth": 1
|
|
4401
|
-
},
|
|
4402
4349
|
{
|
|
4403
4350
|
"source": ".agent-src.uncompressed/commands/optimize-prompt.md",
|
|
4404
4351
|
"target": ".agent-src.uncompressed/commands/optimize-prompt.md",
|
|
@@ -5120,13 +5067,6 @@
|
|
|
5120
5067
|
"via": "body_link",
|
|
5121
5068
|
"depth": 1
|
|
5122
5069
|
},
|
|
5123
|
-
{
|
|
5124
|
-
"source": ".agent-src.uncompressed/commands/set-cost-profile.md",
|
|
5125
|
-
"target": ".agent-src.uncompressed/commands/onboard.md",
|
|
5126
|
-
"type": "READ_ONLY",
|
|
5127
|
-
"via": "body_link",
|
|
5128
|
-
"depth": 1
|
|
5129
|
-
},
|
|
5130
5070
|
{
|
|
5131
5071
|
"source": ".agent-src.uncompressed/commands/set-cost-profile.md",
|
|
5132
5072
|
"target": ".agent-src.uncompressed/commands/set-cost-profile.md",
|
|
@@ -5540,6 +5480,13 @@
|
|
|
5540
5480
|
"via": "body_link",
|
|
5541
5481
|
"depth": 1
|
|
5542
5482
|
},
|
|
5483
|
+
{
|
|
5484
|
+
"source": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
|
|
5485
|
+
"target": ".agent-src.uncompressed/commands/create-pr.md",
|
|
5486
|
+
"type": "READ_ONLY",
|
|
5487
|
+
"via": "body_link",
|
|
5488
|
+
"depth": 1
|
|
5489
|
+
},
|
|
5543
5490
|
{
|
|
5544
5491
|
"source": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
|
|
5545
5492
|
"target": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
|
|
@@ -5904,6 +5851,27 @@
|
|
|
5904
5851
|
"via": "body_link",
|
|
5905
5852
|
"depth": 1
|
|
5906
5853
|
},
|
|
5854
|
+
{
|
|
5855
|
+
"source": ".agent-src.uncompressed/contexts/execution/interrupt-examples.md",
|
|
5856
|
+
"target": ".agent-src.uncompressed/contexts/execution/interrupt-examples.md",
|
|
5857
|
+
"type": "WRITE",
|
|
5858
|
+
"via": "self",
|
|
5859
|
+
"depth": 0
|
|
5860
|
+
},
|
|
5861
|
+
{
|
|
5862
|
+
"source": ".agent-src.uncompressed/contexts/execution/interrupt-examples.md",
|
|
5863
|
+
"target": ".agent-src.uncompressed/rules/autonomous-execution.md",
|
|
5864
|
+
"type": "READ_ONLY",
|
|
5865
|
+
"via": "body_link",
|
|
5866
|
+
"depth": 1
|
|
5867
|
+
},
|
|
5868
|
+
{
|
|
5869
|
+
"source": ".agent-src.uncompressed/contexts/execution/interrupt-examples.md",
|
|
5870
|
+
"target": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
5871
|
+
"type": "READ_ONLY",
|
|
5872
|
+
"via": "body_link",
|
|
5873
|
+
"depth": 1
|
|
5874
|
+
},
|
|
5907
5875
|
{
|
|
5908
5876
|
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
5909
5877
|
"target": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
@@ -5960,6 +5928,13 @@
|
|
|
5960
5928
|
"via": "body_link",
|
|
5961
5929
|
"depth": 1
|
|
5962
5930
|
},
|
|
5931
|
+
{
|
|
5932
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
5933
|
+
"target": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
5934
|
+
"type": "READ_ONLY",
|
|
5935
|
+
"via": "body_link",
|
|
5936
|
+
"depth": 1
|
|
5937
|
+
},
|
|
5963
5938
|
{
|
|
5964
5939
|
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
5965
5940
|
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
@@ -6401,13 +6376,6 @@
|
|
|
6401
6376
|
"via": "body_link",
|
|
6402
6377
|
"depth": 1
|
|
6403
6378
|
},
|
|
6404
|
-
{
|
|
6405
|
-
"source": ".agent-src.uncompressed/rules/agent-docs.md",
|
|
6406
|
-
"target": ".agent-src.uncompressed/rules/agent-docs.md",
|
|
6407
|
-
"type": "WRITE",
|
|
6408
|
-
"via": "self",
|
|
6409
|
-
"depth": 0
|
|
6410
|
-
},
|
|
6411
6379
|
{
|
|
6412
6380
|
"source": ".agent-src.uncompressed/rules/analysis-skill-routing.md",
|
|
6413
6381
|
"target": ".agent-src.uncompressed/rules/analysis-skill-routing.md",
|
|
@@ -6429,6 +6397,34 @@
|
|
|
6429
6397
|
"via": "body_link",
|
|
6430
6398
|
"depth": 1
|
|
6431
6399
|
},
|
|
6400
|
+
{
|
|
6401
|
+
"source": ".agent-src.uncompressed/rules/architecture.md",
|
|
6402
|
+
"target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
|
|
6403
|
+
"type": "READ_ONLY",
|
|
6404
|
+
"via": "body_link",
|
|
6405
|
+
"depth": 1
|
|
6406
|
+
},
|
|
6407
|
+
{
|
|
6408
|
+
"source": ".agent-src.uncompressed/rules/architecture.md",
|
|
6409
|
+
"target": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
6410
|
+
"type": "READ_ONLY",
|
|
6411
|
+
"via": "body_link",
|
|
6412
|
+
"depth": 1
|
|
6413
|
+
},
|
|
6414
|
+
{
|
|
6415
|
+
"source": ".agent-src.uncompressed/rules/architecture.md",
|
|
6416
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
6417
|
+
"type": "READ_ONLY",
|
|
6418
|
+
"via": "body_link",
|
|
6419
|
+
"depth": 1
|
|
6420
|
+
},
|
|
6421
|
+
{
|
|
6422
|
+
"source": ".agent-src.uncompressed/rules/architecture.md",
|
|
6423
|
+
"target": ".agent-src.uncompressed/skills/symfony-workflow/SKILL.md",
|
|
6424
|
+
"type": "READ_ONLY",
|
|
6425
|
+
"via": "body_link",
|
|
6426
|
+
"depth": 1
|
|
6427
|
+
},
|
|
6432
6428
|
{
|
|
6433
6429
|
"source": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
6434
6430
|
"target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
@@ -6493,8 +6489,8 @@
|
|
|
6493
6489
|
"depth": 1
|
|
6494
6490
|
},
|
|
6495
6491
|
{
|
|
6496
|
-
"source": ".agent-src.uncompressed/rules/augment-
|
|
6497
|
-
"target": ".agent-src.uncompressed/rules/augment-
|
|
6492
|
+
"source": ".agent-src.uncompressed/rules/augment-edit-discipline.md",
|
|
6493
|
+
"target": ".agent-src.uncompressed/rules/augment-edit-discipline.md",
|
|
6498
6494
|
"type": "WRITE",
|
|
6499
6495
|
"via": "self",
|
|
6500
6496
|
"depth": 0
|
|
@@ -6597,6 +6593,13 @@
|
|
|
6597
6593
|
"via": "body_link",
|
|
6598
6594
|
"depth": 1
|
|
6599
6595
|
},
|
|
6596
|
+
{
|
|
6597
|
+
"source": ".agent-src.uncompressed/rules/autonomous-execution.md",
|
|
6598
|
+
"target": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
6599
|
+
"type": "READ_ONLY",
|
|
6600
|
+
"via": "body_link",
|
|
6601
|
+
"depth": 1
|
|
6602
|
+
},
|
|
6600
6603
|
{
|
|
6601
6604
|
"source": ".agent-src.uncompressed/rules/autonomous-execution.md",
|
|
6602
6605
|
"target": "contexts/execution/autonomy-detection.md",
|
|
@@ -6618,13 +6621,6 @@
|
|
|
6618
6621
|
"via": "load_context",
|
|
6619
6622
|
"depth": 1
|
|
6620
6623
|
},
|
|
6621
|
-
{
|
|
6622
|
-
"source": ".agent-src.uncompressed/rules/capture-learnings.md",
|
|
6623
|
-
"target": ".agent-src.uncompressed/rules/capture-learnings.md",
|
|
6624
|
-
"type": "WRITE",
|
|
6625
|
-
"via": "self",
|
|
6626
|
-
"depth": 0
|
|
6627
|
-
},
|
|
6628
6624
|
{
|
|
6629
6625
|
"source": ".agent-src.uncompressed/rules/caveman-speak.md",
|
|
6630
6626
|
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
@@ -6807,23 +6803,9 @@
|
|
|
6807
6803
|
"via": "self",
|
|
6808
6804
|
"depth": 0
|
|
6809
6805
|
},
|
|
6810
|
-
{
|
|
6811
|
-
"source": ".agent-src.uncompressed/rules/docs-sync.md",
|
|
6812
|
-
"target": ".agent-src.uncompressed/rules/docs-sync.md",
|
|
6813
|
-
"type": "WRITE",
|
|
6814
|
-
"via": "self",
|
|
6815
|
-
"depth": 0
|
|
6816
|
-
},
|
|
6817
6806
|
{
|
|
6818
6807
|
"source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
|
|
6819
|
-
"target": ".agent-src.uncompressed/rules/augment-
|
|
6820
|
-
"type": "READ_ONLY",
|
|
6821
|
-
"via": "body_link",
|
|
6822
|
-
"depth": 1
|
|
6823
|
-
},
|
|
6824
|
-
{
|
|
6825
|
-
"source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
|
|
6826
|
-
"target": ".agent-src.uncompressed/rules/docs-sync.md",
|
|
6808
|
+
"target": ".agent-src.uncompressed/rules/augment-edit-discipline.md",
|
|
6827
6809
|
"type": "READ_ONLY",
|
|
6828
6810
|
"via": "body_link",
|
|
6829
6811
|
"depth": 1
|
|
@@ -6857,152 +6839,159 @@
|
|
|
6857
6839
|
"depth": 1
|
|
6858
6840
|
},
|
|
6859
6841
|
{
|
|
6860
|
-
"source": ".agent-src.uncompressed/rules/domain-safety-disclaimer
|
|
6861
|
-
"target": ".agent-src.uncompressed/rules/domain-safety-disclaimer
|
|
6842
|
+
"source": ".agent-src.uncompressed/rules/domain-safety-disclaimer.md",
|
|
6843
|
+
"target": ".agent-src.uncompressed/rules/domain-safety-disclaimer.md",
|
|
6862
6844
|
"type": "WRITE",
|
|
6863
6845
|
"via": "self",
|
|
6864
6846
|
"depth": 0
|
|
6865
6847
|
},
|
|
6866
6848
|
{
|
|
6867
|
-
"source": ".agent-src.uncompressed/rules/domain-safety-
|
|
6868
|
-
"target": ".agent-src.uncompressed/rules/domain-safety-
|
|
6849
|
+
"source": ".agent-src.uncompressed/rules/domain-safety-pii.md",
|
|
6850
|
+
"target": ".agent-src.uncompressed/rules/domain-safety-pii.md",
|
|
6869
6851
|
"type": "WRITE",
|
|
6870
6852
|
"via": "self",
|
|
6871
6853
|
"depth": 0
|
|
6872
6854
|
},
|
|
6873
6855
|
{
|
|
6874
|
-
"source": ".agent-src.uncompressed/rules/domain-safety-
|
|
6875
|
-
"target": ".agent-src.uncompressed/rules/domain-safety-
|
|
6856
|
+
"source": ".agent-src.uncompressed/rules/domain-safety-retention.md",
|
|
6857
|
+
"target": ".agent-src.uncompressed/rules/domain-safety-retention.md",
|
|
6876
6858
|
"type": "WRITE",
|
|
6877
6859
|
"via": "self",
|
|
6878
6860
|
"depth": 0
|
|
6879
6861
|
},
|
|
6880
6862
|
{
|
|
6881
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6882
|
-
"target": ".agent-src.uncompressed/rules/
|
|
6863
|
+
"source": ".agent-src.uncompressed/rules/downstream-changes.md",
|
|
6864
|
+
"target": ".agent-src.uncompressed/rules/downstream-changes.md",
|
|
6883
6865
|
"type": "WRITE",
|
|
6884
6866
|
"via": "self",
|
|
6885
6867
|
"depth": 0
|
|
6886
6868
|
},
|
|
6887
6869
|
{
|
|
6888
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6889
|
-
"target": ".agent-src.uncompressed/
|
|
6890
|
-
"type": "
|
|
6891
|
-
"via": "
|
|
6892
|
-
"depth":
|
|
6870
|
+
"source": ".agent-src.uncompressed/rules/external-reference-deep-dive.md",
|
|
6871
|
+
"target": ".agent-src.uncompressed/commands/analyze-reference-repo.md",
|
|
6872
|
+
"type": "READ_ONLY",
|
|
6873
|
+
"via": "body_link",
|
|
6874
|
+
"depth": 1
|
|
6893
6875
|
},
|
|
6894
6876
|
{
|
|
6895
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6896
|
-
"target": ".agent-src.uncompressed/rules/
|
|
6897
|
-
"type": "
|
|
6898
|
-
"via": "
|
|
6899
|
-
"depth":
|
|
6877
|
+
"source": ".agent-src.uncompressed/rules/external-reference-deep-dive.md",
|
|
6878
|
+
"target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
|
|
6879
|
+
"type": "READ_ONLY",
|
|
6880
|
+
"via": "body_link",
|
|
6881
|
+
"depth": 1
|
|
6900
6882
|
},
|
|
6901
6883
|
{
|
|
6902
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6903
|
-
"target": ".agent-src.uncompressed/rules/
|
|
6884
|
+
"source": ".agent-src.uncompressed/rules/external-reference-deep-dive.md",
|
|
6885
|
+
"target": ".agent-src.uncompressed/rules/external-reference-deep-dive.md",
|
|
6904
6886
|
"type": "WRITE",
|
|
6905
6887
|
"via": "self",
|
|
6906
6888
|
"depth": 0
|
|
6907
6889
|
},
|
|
6908
6890
|
{
|
|
6909
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6910
|
-
"target": ".agent-src.uncompressed/rules/
|
|
6911
|
-
"type": "
|
|
6912
|
-
"via": "
|
|
6913
|
-
"depth":
|
|
6891
|
+
"source": ".agent-src.uncompressed/rules/external-reference-deep-dive.md",
|
|
6892
|
+
"target": ".agent-src.uncompressed/rules/think-before-action.md",
|
|
6893
|
+
"type": "READ_ONLY",
|
|
6894
|
+
"via": "body_link",
|
|
6895
|
+
"depth": 1
|
|
6914
6896
|
},
|
|
6915
6897
|
{
|
|
6916
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6917
|
-
"target": ".agent-src.uncompressed/
|
|
6918
|
-
"type": "
|
|
6919
|
-
"via": "
|
|
6920
|
-
"depth":
|
|
6898
|
+
"source": ".agent-src.uncompressed/rules/external-reference-deep-dive.md",
|
|
6899
|
+
"target": ".agent-src.uncompressed/skills/markitdown/SKILL.md",
|
|
6900
|
+
"type": "READ_ONLY",
|
|
6901
|
+
"via": "body_link",
|
|
6902
|
+
"depth": 1
|
|
6921
6903
|
},
|
|
6922
6904
|
{
|
|
6923
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6924
|
-
"target": ".agent-src.uncompressed/rules/
|
|
6925
|
-
"type": "
|
|
6926
|
-
"via": "
|
|
6927
|
-
"depth":
|
|
6905
|
+
"source": ".agent-src.uncompressed/rules/fast-path-marker-visibility.md",
|
|
6906
|
+
"target": ".agent-src.uncompressed/rules/direct-answers.md",
|
|
6907
|
+
"type": "READ_ONLY",
|
|
6908
|
+
"via": "body_link",
|
|
6909
|
+
"depth": 1
|
|
6928
6910
|
},
|
|
6929
6911
|
{
|
|
6930
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6931
|
-
"target": ".agent-src.uncompressed/rules/
|
|
6912
|
+
"source": ".agent-src.uncompressed/rules/fast-path-marker-visibility.md",
|
|
6913
|
+
"target": ".agent-src.uncompressed/rules/fast-path-marker-visibility.md",
|
|
6932
6914
|
"type": "WRITE",
|
|
6933
6915
|
"via": "self",
|
|
6934
6916
|
"depth": 0
|
|
6935
6917
|
},
|
|
6936
6918
|
{
|
|
6937
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6938
|
-
"target": ".agent-src.uncompressed/rules/
|
|
6919
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
6920
|
+
"target": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
6939
6921
|
"type": "WRITE",
|
|
6940
6922
|
"via": "self",
|
|
6941
6923
|
"depth": 0
|
|
6942
6924
|
},
|
|
6943
6925
|
{
|
|
6944
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6945
|
-
"target": ".agent-src.uncompressed/rules/
|
|
6946
|
-
"type": "
|
|
6947
|
-
"via": "
|
|
6948
|
-
"depth":
|
|
6926
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
6927
|
+
"target": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
6928
|
+
"type": "READ_ONLY",
|
|
6929
|
+
"via": "body_link",
|
|
6930
|
+
"depth": 1
|
|
6949
6931
|
},
|
|
6950
6932
|
{
|
|
6951
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6952
|
-
"target": ".agent-src.uncompressed/rules/
|
|
6953
|
-
"type": "
|
|
6954
|
-
"via": "
|
|
6955
|
-
"depth":
|
|
6933
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
6934
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
6935
|
+
"type": "READ_ONLY",
|
|
6936
|
+
"via": "body_link",
|
|
6937
|
+
"depth": 1
|
|
6956
6938
|
},
|
|
6957
6939
|
{
|
|
6958
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6959
|
-
"target": ".agent-src.uncompressed/
|
|
6940
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
6941
|
+
"target": ".agent-src.uncompressed/rules/skill-quality.md",
|
|
6960
6942
|
"type": "READ_ONLY",
|
|
6961
6943
|
"via": "body_link",
|
|
6962
6944
|
"depth": 1
|
|
6963
6945
|
},
|
|
6964
6946
|
{
|
|
6965
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6966
|
-
"target": ".agent-src.uncompressed/
|
|
6947
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
6948
|
+
"target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
|
|
6967
6949
|
"type": "READ_ONLY",
|
|
6968
6950
|
"via": "body_link",
|
|
6969
6951
|
"depth": 1
|
|
6970
6952
|
},
|
|
6971
6953
|
{
|
|
6972
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6973
|
-
"target": ".agent-src.uncompressed/
|
|
6954
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
6955
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
6956
|
+
"type": "READ_ONLY",
|
|
6957
|
+
"via": "body_link",
|
|
6958
|
+
"depth": 1
|
|
6959
|
+
},
|
|
6960
|
+
{
|
|
6961
|
+
"source": ".agent-src.uncompressed/rules/git-history-discipline.md",
|
|
6962
|
+
"target": ".agent-src.uncompressed/rules/commit-policy.md",
|
|
6963
|
+
"type": "READ_ONLY",
|
|
6964
|
+
"via": "body_link",
|
|
6965
|
+
"depth": 1
|
|
6966
|
+
},
|
|
6967
|
+
{
|
|
6968
|
+
"source": ".agent-src.uncompressed/rules/git-history-discipline.md",
|
|
6969
|
+
"target": ".agent-src.uncompressed/rules/git-history-discipline.md",
|
|
6974
6970
|
"type": "WRITE",
|
|
6975
6971
|
"via": "self",
|
|
6976
6972
|
"depth": 0
|
|
6977
6973
|
},
|
|
6978
6974
|
{
|
|
6979
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6980
|
-
"target": ".agent-src.uncompressed/rules/
|
|
6975
|
+
"source": ".agent-src.uncompressed/rules/git-history-discipline.md",
|
|
6976
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
6981
6977
|
"type": "READ_ONLY",
|
|
6982
6978
|
"via": "body_link",
|
|
6983
6979
|
"depth": 1
|
|
6984
6980
|
},
|
|
6985
6981
|
{
|
|
6986
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6987
|
-
"target": ".agent-src.uncompressed/
|
|
6982
|
+
"source": ".agent-src.uncompressed/rules/git-history-discipline.md",
|
|
6983
|
+
"target": ".agent-src.uncompressed/rules/token-efficiency.md",
|
|
6988
6984
|
"type": "READ_ONLY",
|
|
6989
6985
|
"via": "body_link",
|
|
6990
6986
|
"depth": 1
|
|
6991
6987
|
},
|
|
6992
6988
|
{
|
|
6993
|
-
"source": ".agent-src.uncompressed/rules/
|
|
6994
|
-
"target": ".agent-src.uncompressed/
|
|
6989
|
+
"source": ".agent-src.uncompressed/rules/git-history-discipline.md",
|
|
6990
|
+
"target": ".agent-src.uncompressed/skills/git-workflow/SKILL.md",
|
|
6995
6991
|
"type": "READ_ONLY",
|
|
6996
6992
|
"via": "body_link",
|
|
6997
6993
|
"depth": 1
|
|
6998
6994
|
},
|
|
6999
|
-
{
|
|
7000
|
-
"source": ".agent-src.uncompressed/rules/fast-path-marker-visibility.md",
|
|
7001
|
-
"target": ".agent-src.uncompressed/rules/fast-path-marker-visibility.md",
|
|
7002
|
-
"type": "WRITE",
|
|
7003
|
-
"via": "self",
|
|
7004
|
-
"depth": 0
|
|
7005
|
-
},
|
|
7006
6995
|
{
|
|
7007
6996
|
"source": ".agent-src.uncompressed/rules/guidelines.md",
|
|
7008
6997
|
"target": ".agent-src.uncompressed/contexts/communication/rules-auto/guidelines-mechanics.md",
|
|
@@ -7215,7 +7204,7 @@
|
|
|
7215
7204
|
},
|
|
7216
7205
|
{
|
|
7217
7206
|
"source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
7218
|
-
"target": ".agent-src.uncompressed/rules/
|
|
7207
|
+
"target": ".agent-src.uncompressed/rules/augment-edit-discipline.md",
|
|
7219
7208
|
"type": "READ_ONLY",
|
|
7220
7209
|
"via": "body_link",
|
|
7221
7210
|
"depth": 1
|
|
@@ -7227,13 +7216,6 @@
|
|
|
7227
7216
|
"via": "body_link",
|
|
7228
7217
|
"depth": 1
|
|
7229
7218
|
},
|
|
7230
|
-
{
|
|
7231
|
-
"source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
7232
|
-
"target": ".agent-src.uncompressed/rules/docs-sync.md",
|
|
7233
|
-
"type": "READ_ONLY",
|
|
7234
|
-
"via": "body_link",
|
|
7235
|
-
"depth": 1
|
|
7236
|
-
},
|
|
7237
7219
|
{
|
|
7238
7220
|
"source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
7239
7221
|
"target": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
@@ -7250,35 +7232,14 @@
|
|
|
7250
7232
|
},
|
|
7251
7233
|
{
|
|
7252
7234
|
"source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
7253
|
-
"target": ".agent-src.uncompressed/skills/
|
|
7254
|
-
"type": "READ_ONLY",
|
|
7255
|
-
"via": "body_link",
|
|
7256
|
-
"depth": 1
|
|
7257
|
-
},
|
|
7258
|
-
{
|
|
7259
|
-
"source": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
|
|
7260
|
-
"target": ".agent-src.uncompressed/rules/commit-policy.md",
|
|
7261
|
-
"type": "READ_ONLY",
|
|
7262
|
-
"via": "body_link",
|
|
7263
|
-
"depth": 1
|
|
7264
|
-
},
|
|
7265
|
-
{
|
|
7266
|
-
"source": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
|
|
7267
|
-
"target": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
|
|
7268
|
-
"type": "WRITE",
|
|
7269
|
-
"via": "self",
|
|
7270
|
-
"depth": 0
|
|
7271
|
-
},
|
|
7272
|
-
{
|
|
7273
|
-
"source": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
|
|
7274
|
-
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
7235
|
+
"target": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
|
|
7275
7236
|
"type": "READ_ONLY",
|
|
7276
7237
|
"via": "body_link",
|
|
7277
7238
|
"depth": 1
|
|
7278
7239
|
},
|
|
7279
7240
|
{
|
|
7280
|
-
"source": ".agent-src.uncompressed/rules/no-
|
|
7281
|
-
"target": ".agent-src.uncompressed/
|
|
7241
|
+
"source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
7242
|
+
"target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
|
|
7282
7243
|
"type": "READ_ONLY",
|
|
7283
7244
|
"via": "body_link",
|
|
7284
7245
|
"depth": 1
|
|
@@ -7409,6 +7370,41 @@
|
|
|
7409
7370
|
"via": "self",
|
|
7410
7371
|
"depth": 0
|
|
7411
7372
|
},
|
|
7373
|
+
{
|
|
7374
|
+
"source": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7375
|
+
"target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
7376
|
+
"type": "READ_ONLY",
|
|
7377
|
+
"via": "body_link",
|
|
7378
|
+
"depth": 1
|
|
7379
|
+
},
|
|
7380
|
+
{
|
|
7381
|
+
"source": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7382
|
+
"target": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7383
|
+
"type": "WRITE",
|
|
7384
|
+
"via": "self",
|
|
7385
|
+
"depth": 0
|
|
7386
|
+
},
|
|
7387
|
+
{
|
|
7388
|
+
"source": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7389
|
+
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
7390
|
+
"type": "READ_ONLY",
|
|
7391
|
+
"via": "body_link",
|
|
7392
|
+
"depth": 1
|
|
7393
|
+
},
|
|
7394
|
+
{
|
|
7395
|
+
"source": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7396
|
+
"target": ".agent-src.uncompressed/rules/verify-before-complete.md",
|
|
7397
|
+
"type": "READ_ONLY",
|
|
7398
|
+
"via": "body_link",
|
|
7399
|
+
"depth": 1
|
|
7400
|
+
},
|
|
7401
|
+
{
|
|
7402
|
+
"source": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
7403
|
+
"target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
7404
|
+
"type": "READ_ONLY",
|
|
7405
|
+
"via": "body_link",
|
|
7406
|
+
"depth": 1
|
|
7407
|
+
},
|
|
7412
7408
|
{
|
|
7413
7409
|
"source": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
7414
7410
|
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
@@ -7661,6 +7657,27 @@
|
|
|
7661
7657
|
"via": "load_context",
|
|
7662
7658
|
"depth": 1
|
|
7663
7659
|
},
|
|
7660
|
+
{
|
|
7661
|
+
"source": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7662
|
+
"target": ".agent-src.uncompressed/contexts/execution/interrupt-examples.md",
|
|
7663
|
+
"type": "READ_ONLY",
|
|
7664
|
+
"via": "body_link",
|
|
7665
|
+
"depth": 1
|
|
7666
|
+
},
|
|
7667
|
+
{
|
|
7668
|
+
"source": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7669
|
+
"target": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7670
|
+
"type": "WRITE",
|
|
7671
|
+
"via": "self",
|
|
7672
|
+
"depth": 0
|
|
7673
|
+
},
|
|
7674
|
+
{
|
|
7675
|
+
"source": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7676
|
+
"target": "contexts/execution/interrupt-examples.md",
|
|
7677
|
+
"type": "READ_ONLY",
|
|
7678
|
+
"via": "load_context",
|
|
7679
|
+
"depth": 1
|
|
7680
|
+
},
|
|
7664
7681
|
{
|
|
7665
7682
|
"source": ".agent-src.uncompressed/rules/verify-before-complete.md",
|
|
7666
7683
|
"target": ".agent-src.uncompressed/contexts/execution/verification-mechanics.md",
|
|
@@ -7857,6 +7874,13 @@
|
|
|
7857
7874
|
"via": "self",
|
|
7858
7875
|
"depth": 0
|
|
7859
7876
|
},
|
|
7877
|
+
{
|
|
7878
|
+
"source": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
7879
|
+
"target": ".agent-src.uncompressed/skills/api-design/SKILL.md",
|
|
7880
|
+
"type": "READ_ONLY",
|
|
7881
|
+
"via": "body_link",
|
|
7882
|
+
"depth": 1
|
|
7883
|
+
},
|
|
7860
7884
|
{
|
|
7861
7885
|
"source": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
7862
7886
|
"target": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
@@ -7864,6 +7888,27 @@
|
|
|
7864
7888
|
"via": "self",
|
|
7865
7889
|
"depth": 0
|
|
7866
7890
|
},
|
|
7891
|
+
{
|
|
7892
|
+
"source": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
7893
|
+
"target": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
7894
|
+
"type": "READ_ONLY",
|
|
7895
|
+
"via": "body_link",
|
|
7896
|
+
"depth": 1
|
|
7897
|
+
},
|
|
7898
|
+
{
|
|
7899
|
+
"source": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
7900
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
7901
|
+
"type": "READ_ONLY",
|
|
7902
|
+
"via": "body_link",
|
|
7903
|
+
"depth": 1
|
|
7904
|
+
},
|
|
7905
|
+
{
|
|
7906
|
+
"source": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
7907
|
+
"target": ".agent-src.uncompressed/skills/symfony-workflow/SKILL.md",
|
|
7908
|
+
"type": "READ_ONLY",
|
|
7909
|
+
"via": "body_link",
|
|
7910
|
+
"depth": 1
|
|
7911
|
+
},
|
|
7867
7912
|
{
|
|
7868
7913
|
"source": ".agent-src.uncompressed/skills/api-testing/SKILL.md",
|
|
7869
7914
|
"target": ".agent-src.uncompressed/skills/api-testing/SKILL.md",
|
|
@@ -8214,6 +8259,34 @@
|
|
|
8214
8259
|
"via": "self",
|
|
8215
8260
|
"depth": 0
|
|
8216
8261
|
},
|
|
8262
|
+
{
|
|
8263
|
+
"source": ".agent-src.uncompressed/skills/code-refactoring/SKILL.md",
|
|
8264
|
+
"target": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
8265
|
+
"type": "READ_ONLY",
|
|
8266
|
+
"via": "body_link",
|
|
8267
|
+
"depth": 1
|
|
8268
|
+
},
|
|
8269
|
+
{
|
|
8270
|
+
"source": ".agent-src.uncompressed/skills/code-refactoring/SKILL.md",
|
|
8271
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
8272
|
+
"type": "READ_ONLY",
|
|
8273
|
+
"via": "body_link",
|
|
8274
|
+
"depth": 1
|
|
8275
|
+
},
|
|
8276
|
+
{
|
|
8277
|
+
"source": ".agent-src.uncompressed/skills/code-refactoring/SKILL.md",
|
|
8278
|
+
"target": ".agent-src.uncompressed/skills/symfony-workflow/SKILL.md",
|
|
8279
|
+
"type": "READ_ONLY",
|
|
8280
|
+
"via": "body_link",
|
|
8281
|
+
"depth": 1
|
|
8282
|
+
},
|
|
8283
|
+
{
|
|
8284
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8285
|
+
"target": ".agent-src.uncompressed/skills/blade-ui/SKILL.md",
|
|
8286
|
+
"type": "READ_ONLY",
|
|
8287
|
+
"via": "body_link",
|
|
8288
|
+
"depth": 1
|
|
8289
|
+
},
|
|
8217
8290
|
{
|
|
8218
8291
|
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8219
8292
|
"target": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
@@ -8221,6 +8294,62 @@
|
|
|
8221
8294
|
"via": "self",
|
|
8222
8295
|
"depth": 0
|
|
8223
8296
|
},
|
|
8297
|
+
{
|
|
8298
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8299
|
+
"target": ".agent-src.uncompressed/skills/eloquent/SKILL.md",
|
|
8300
|
+
"type": "READ_ONLY",
|
|
8301
|
+
"via": "body_link",
|
|
8302
|
+
"depth": 1
|
|
8303
|
+
},
|
|
8304
|
+
{
|
|
8305
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8306
|
+
"target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
|
|
8307
|
+
"type": "READ_ONLY",
|
|
8308
|
+
"via": "body_link",
|
|
8309
|
+
"depth": 1
|
|
8310
|
+
},
|
|
8311
|
+
{
|
|
8312
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8313
|
+
"target": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
8314
|
+
"type": "READ_ONLY",
|
|
8315
|
+
"via": "body_link",
|
|
8316
|
+
"depth": 1
|
|
8317
|
+
},
|
|
8318
|
+
{
|
|
8319
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8320
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
8321
|
+
"type": "READ_ONLY",
|
|
8322
|
+
"via": "body_link",
|
|
8323
|
+
"depth": 1
|
|
8324
|
+
},
|
|
8325
|
+
{
|
|
8326
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8327
|
+
"target": ".agent-src.uncompressed/skills/pest-testing/SKILL.md",
|
|
8328
|
+
"type": "READ_ONLY",
|
|
8329
|
+
"via": "body_link",
|
|
8330
|
+
"depth": 1
|
|
8331
|
+
},
|
|
8332
|
+
{
|
|
8333
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8334
|
+
"target": ".agent-src.uncompressed/skills/php-coder/SKILL.md",
|
|
8335
|
+
"type": "READ_ONLY",
|
|
8336
|
+
"via": "body_link",
|
|
8337
|
+
"depth": 1
|
|
8338
|
+
},
|
|
8339
|
+
{
|
|
8340
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8341
|
+
"target": ".agent-src.uncompressed/skills/react-shadcn-ui/SKILL.md",
|
|
8342
|
+
"type": "READ_ONLY",
|
|
8343
|
+
"via": "body_link",
|
|
8344
|
+
"depth": 1
|
|
8345
|
+
},
|
|
8346
|
+
{
|
|
8347
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8348
|
+
"target": ".agent-src.uncompressed/skills/symfony-workflow/SKILL.md",
|
|
8349
|
+
"type": "READ_ONLY",
|
|
8350
|
+
"via": "body_link",
|
|
8351
|
+
"depth": 1
|
|
8352
|
+
},
|
|
8224
8353
|
{
|
|
8225
8354
|
"source": ".agent-src.uncompressed/skills/command-routing/SKILL.md",
|
|
8226
8355
|
"target": ".agent-src.uncompressed/skills/command-routing/SKILL.md",
|
|
@@ -8837,13 +8966,6 @@
|
|
|
8837
8966
|
"via": "self",
|
|
8838
8967
|
"depth": 0
|
|
8839
8968
|
},
|
|
8840
|
-
{
|
|
8841
|
-
"source": ".agent-src.uncompressed/skills/dto-creator/SKILL.md",
|
|
8842
|
-
"target": ".agent-src.uncompressed/skills/dto-creator/SKILL.md",
|
|
8843
|
-
"type": "WRITE",
|
|
8844
|
-
"via": "self",
|
|
8845
|
-
"depth": 0
|
|
8846
|
-
},
|
|
8847
8969
|
{
|
|
8848
8970
|
"source": ".agent-src.uncompressed/skills/editorial-calendar/SKILL.md",
|
|
8849
8971
|
"target": ".agent-src.uncompressed/skills/content-funnel-design/SKILL.md",
|
|
@@ -9663,6 +9785,34 @@
|
|
|
9663
9785
|
"via": "body_link",
|
|
9664
9786
|
"depth": 1
|
|
9665
9787
|
},
|
|
9788
|
+
{
|
|
9789
|
+
"source": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
9790
|
+
"target": ".agent-src.uncompressed/skills/api-design/SKILL.md",
|
|
9791
|
+
"type": "READ_ONLY",
|
|
9792
|
+
"via": "body_link",
|
|
9793
|
+
"depth": 1
|
|
9794
|
+
},
|
|
9795
|
+
{
|
|
9796
|
+
"source": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
9797
|
+
"target": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
9798
|
+
"type": "READ_ONLY",
|
|
9799
|
+
"via": "body_link",
|
|
9800
|
+
"depth": 1
|
|
9801
|
+
},
|
|
9802
|
+
{
|
|
9803
|
+
"source": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
9804
|
+
"target": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
9805
|
+
"type": "WRITE",
|
|
9806
|
+
"via": "self",
|
|
9807
|
+
"depth": 0
|
|
9808
|
+
},
|
|
9809
|
+
{
|
|
9810
|
+
"source": ".agent-src.uncompressed/skills/laravel-dto/SKILL.md",
|
|
9811
|
+
"target": ".agent-src.uncompressed/skills/laravel-dto/SKILL.md",
|
|
9812
|
+
"type": "WRITE",
|
|
9813
|
+
"via": "self",
|
|
9814
|
+
"depth": 0
|
|
9815
|
+
},
|
|
9666
9816
|
{
|
|
9667
9817
|
"source": ".agent-src.uncompressed/skills/laravel-horizon/SKILL.md",
|
|
9668
9818
|
"target": ".agent-src.uncompressed/skills/jobs-events/SKILL.md",
|
|
@@ -9698,6 +9848,13 @@
|
|
|
9698
9848
|
"via": "self",
|
|
9699
9849
|
"depth": 0
|
|
9700
9850
|
},
|
|
9851
|
+
{
|
|
9852
|
+
"source": ".agent-src.uncompressed/skills/laravel-migration/SKILL.md",
|
|
9853
|
+
"target": ".agent-src.uncompressed/skills/laravel-migration/SKILL.md",
|
|
9854
|
+
"type": "WRITE",
|
|
9855
|
+
"via": "self",
|
|
9856
|
+
"depth": 0
|
|
9857
|
+
},
|
|
9701
9858
|
{
|
|
9702
9859
|
"source": ".agent-src.uncompressed/skills/laravel-notifications/SKILL.md",
|
|
9703
9860
|
"target": ".agent-src.uncompressed/skills/laravel-mail/SKILL.md",
|
|
@@ -9735,7 +9892,7 @@
|
|
|
9735
9892
|
},
|
|
9736
9893
|
{
|
|
9737
9894
|
"source": ".agent-src.uncompressed/skills/laravel-reverb/SKILL.md",
|
|
9738
|
-
"target": ".agent-src.uncompressed/skills/websocket/SKILL.md",
|
|
9895
|
+
"target": ".agent-src.uncompressed/skills/laravel-websocket/SKILL.md",
|
|
9739
9896
|
"type": "READ_ONLY",
|
|
9740
9897
|
"via": "body_link",
|
|
9741
9898
|
"depth": 1
|
|
@@ -9754,6 +9911,13 @@
|
|
|
9754
9911
|
"via": "self",
|
|
9755
9912
|
"depth": 0
|
|
9756
9913
|
},
|
|
9914
|
+
{
|
|
9915
|
+
"source": ".agent-src.uncompressed/skills/laravel-websocket/SKILL.md",
|
|
9916
|
+
"target": ".agent-src.uncompressed/skills/laravel-websocket/SKILL.md",
|
|
9917
|
+
"type": "WRITE",
|
|
9918
|
+
"via": "self",
|
|
9919
|
+
"depth": 0
|
|
9920
|
+
},
|
|
9757
9921
|
{
|
|
9758
9922
|
"source": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
9759
9923
|
"target": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
@@ -9985,13 +10149,6 @@
|
|
|
9985
10149
|
"via": "self",
|
|
9986
10150
|
"depth": 0
|
|
9987
10151
|
},
|
|
9988
|
-
{
|
|
9989
|
-
"source": ".agent-src.uncompressed/skills/memory-consolidation/SKILL.md",
|
|
9990
|
-
"target": ".agent-src.uncompressed/commands/onboard.md",
|
|
9991
|
-
"type": "READ_ONLY",
|
|
9992
|
-
"via": "body_link",
|
|
9993
|
-
"depth": 1
|
|
9994
|
-
},
|
|
9995
10152
|
{
|
|
9996
10153
|
"source": ".agent-src.uncompressed/skills/memory-consolidation/SKILL.md",
|
|
9997
10154
|
"target": ".agent-src.uncompressed/skills/memory-consolidation/SKILL.md",
|
|
@@ -10071,21 +10228,14 @@
|
|
|
10071
10228
|
},
|
|
10072
10229
|
{
|
|
10073
10230
|
"source": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
|
|
10074
|
-
"target": ".agent-src.uncompressed/skills/migration
|
|
10075
|
-
"type": "WRITE",
|
|
10076
|
-
"via": "self",
|
|
10077
|
-
"depth": 0
|
|
10078
|
-
},
|
|
10079
|
-
{
|
|
10080
|
-
"source": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
|
|
10081
|
-
"target": ".agent-src.uncompressed/skills/migration-creator/SKILL.md",
|
|
10231
|
+
"target": ".agent-src.uncompressed/skills/laravel-migration/SKILL.md",
|
|
10082
10232
|
"type": "READ_ONLY",
|
|
10083
10233
|
"via": "body_link",
|
|
10084
10234
|
"depth": 1
|
|
10085
10235
|
},
|
|
10086
10236
|
{
|
|
10087
|
-
"source": ".agent-src.uncompressed/skills/migration-
|
|
10088
|
-
"target": ".agent-src.uncompressed/skills/migration-
|
|
10237
|
+
"source": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
|
|
10238
|
+
"target": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
|
|
10089
10239
|
"type": "WRITE",
|
|
10090
10240
|
"via": "self",
|
|
10091
10241
|
"depth": 0
|
|
@@ -11210,6 +11360,13 @@
|
|
|
11210
11360
|
"via": "body_link",
|
|
11211
11361
|
"depth": 1
|
|
11212
11362
|
},
|
|
11363
|
+
{
|
|
11364
|
+
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
11365
|
+
"target": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
11366
|
+
"type": "READ_ONLY",
|
|
11367
|
+
"via": "body_link",
|
|
11368
|
+
"depth": 1
|
|
11369
|
+
},
|
|
11213
11370
|
{
|
|
11214
11371
|
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
11215
11372
|
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
@@ -11254,18 +11411,25 @@
|
|
|
11254
11411
|
},
|
|
11255
11412
|
{
|
|
11256
11413
|
"source": ".agent-src.uncompressed/skills/rtk-output-filtering/SKILL.md",
|
|
11257
|
-
"target": ".agent-src.uncompressed/
|
|
11258
|
-
"type": "
|
|
11259
|
-
"via": "
|
|
11260
|
-
"depth":
|
|
11414
|
+
"target": ".agent-src.uncompressed/skills/rtk-output-filtering/SKILL.md",
|
|
11415
|
+
"type": "WRITE",
|
|
11416
|
+
"via": "self",
|
|
11417
|
+
"depth": 0
|
|
11261
11418
|
},
|
|
11262
11419
|
{
|
|
11263
|
-
"source": ".agent-src.uncompressed/skills/
|
|
11264
|
-
"target": ".agent-src.uncompressed/skills/
|
|
11420
|
+
"source": ".agent-src.uncompressed/skills/rule-refactor/SKILL.md",
|
|
11421
|
+
"target": ".agent-src.uncompressed/skills/rule-refactor/SKILL.md",
|
|
11265
11422
|
"type": "WRITE",
|
|
11266
11423
|
"via": "self",
|
|
11267
11424
|
"depth": 0
|
|
11268
11425
|
},
|
|
11426
|
+
{
|
|
11427
|
+
"source": ".agent-src.uncompressed/skills/rule-refactor/SKILL.md",
|
|
11428
|
+
"target": ".agent-src.uncompressed/skills/rule-writing/SKILL.md",
|
|
11429
|
+
"type": "READ_ONLY",
|
|
11430
|
+
"via": "body_link",
|
|
11431
|
+
"depth": 1
|
|
11432
|
+
},
|
|
11269
11433
|
{
|
|
11270
11434
|
"source": ".agent-src.uncompressed/skills/rule-writing/SKILL.md",
|
|
11271
11435
|
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
@@ -11301,6 +11465,13 @@
|
|
|
11301
11465
|
"via": "body_link",
|
|
11302
11466
|
"depth": 1
|
|
11303
11467
|
},
|
|
11468
|
+
{
|
|
11469
|
+
"source": ".agent-src.uncompressed/skills/rule-writing/SKILL.md",
|
|
11470
|
+
"target": ".agent-src.uncompressed/skills/rule-refactor/SKILL.md",
|
|
11471
|
+
"type": "READ_ONLY",
|
|
11472
|
+
"via": "body_link",
|
|
11473
|
+
"depth": 1
|
|
11474
|
+
},
|
|
11304
11475
|
{
|
|
11305
11476
|
"source": ".agent-src.uncompressed/skills/rule-writing/SKILL.md",
|
|
11306
11477
|
"target": ".agent-src.uncompressed/skills/rule-writing/SKILL.md",
|
|
@@ -11518,6 +11689,13 @@
|
|
|
11518
11689
|
"via": "body_link",
|
|
11519
11690
|
"depth": 1
|
|
11520
11691
|
},
|
|
11692
|
+
{
|
|
11693
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11694
|
+
"target": ".agent-src.uncompressed/skills/adversarial-review/SKILL.md",
|
|
11695
|
+
"type": "READ_ONLY",
|
|
11696
|
+
"via": "body_link",
|
|
11697
|
+
"depth": 1
|
|
11698
|
+
},
|
|
11521
11699
|
{
|
|
11522
11700
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11523
11701
|
"target": ".agent-src.uncompressed/skills/authz-review/SKILL.md",
|
|
@@ -11525,6 +11703,13 @@
|
|
|
11525
11703
|
"via": "body_link",
|
|
11526
11704
|
"depth": 1
|
|
11527
11705
|
},
|
|
11706
|
+
{
|
|
11707
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11708
|
+
"target": ".agent-src.uncompressed/skills/laravel-middleware/SKILL.md",
|
|
11709
|
+
"type": "READ_ONLY",
|
|
11710
|
+
"via": "body_link",
|
|
11711
|
+
"depth": 1
|
|
11712
|
+
},
|
|
11528
11713
|
{
|
|
11529
11714
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11530
11715
|
"target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
|
|
@@ -11532,6 +11717,27 @@
|
|
|
11532
11717
|
"via": "body_link",
|
|
11533
11718
|
"depth": 1
|
|
11534
11719
|
},
|
|
11720
|
+
{
|
|
11721
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11722
|
+
"target": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
11723
|
+
"type": "READ_ONLY",
|
|
11724
|
+
"via": "body_link",
|
|
11725
|
+
"depth": 1
|
|
11726
|
+
},
|
|
11727
|
+
{
|
|
11728
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11729
|
+
"target": ".agent-src.uncompressed/skills/multi-tenancy/SKILL.md",
|
|
11730
|
+
"type": "READ_ONLY",
|
|
11731
|
+
"via": "body_link",
|
|
11732
|
+
"depth": 1
|
|
11733
|
+
},
|
|
11734
|
+
{
|
|
11735
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11736
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
11737
|
+
"type": "READ_ONLY",
|
|
11738
|
+
"via": "body_link",
|
|
11739
|
+
"depth": 1
|
|
11740
|
+
},
|
|
11535
11741
|
{
|
|
11536
11742
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11537
11743
|
"target": ".agent-src.uncompressed/skills/security-audit/SKILL.md",
|
|
@@ -11546,6 +11752,13 @@
|
|
|
11546
11752
|
"via": "self",
|
|
11547
11753
|
"depth": 0
|
|
11548
11754
|
},
|
|
11755
|
+
{
|
|
11756
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11757
|
+
"target": ".agent-src.uncompressed/skills/symfony-workflow/SKILL.md",
|
|
11758
|
+
"type": "READ_ONLY",
|
|
11759
|
+
"via": "body_link",
|
|
11760
|
+
"depth": 1
|
|
11761
|
+
},
|
|
11549
11762
|
{
|
|
11550
11763
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11551
11764
|
"target": ".agent-src.uncompressed/skills/threat-modeling/SKILL.md",
|
|
@@ -12539,13 +12752,6 @@
|
|
|
12539
12752
|
"type": "WRITE",
|
|
12540
12753
|
"via": "self",
|
|
12541
12754
|
"depth": 0
|
|
12542
|
-
},
|
|
12543
|
-
{
|
|
12544
|
-
"source": ".agent-src.uncompressed/skills/websocket/SKILL.md",
|
|
12545
|
-
"target": ".agent-src.uncompressed/skills/websocket/SKILL.md",
|
|
12546
|
-
"type": "WRITE",
|
|
12547
|
-
"via": "self",
|
|
12548
|
-
"depth": 0
|
|
12549
12755
|
}
|
|
12550
12756
|
]
|
|
12551
12757
|
}
|