@event4u/agent-config 2.24.0 → 2.26.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/bug-fix.md +1 -0
- package/.agent-src/commands/create-pr/description-only.md +39 -11
- package/.agent-src/commands/create-pr.md +59 -5
- package/.agent-src/commands/feature/roadmap.md +2 -2
- package/.agent-src/commands/fix/seeder.md +3 -2
- package/.agent-src/commands/memory/add.md +3 -3
- package/.agent-src/commands/module/create.md +1 -0
- package/.agent-src/commands/module/explore.md +10 -6
- package/.agent-src/commands/onboard.md +9 -1
- package/.agent-src/commands/optimize/augmentignore.md +52 -20
- package/.agent-src/commands/optimize/rtk.md +56 -30
- package/.agent-src/commands/package-test.md +86 -10
- package/.agent-src/commands/quality-fix.md +49 -27
- package/.agent-src/commands/update-form-request-messages.md +2 -1
- package/.agent-src/commands/video/from-script.md +5 -5
- package/.agent-src/commands/video/storyboard.md +1 -1
- package/.agent-src/contexts/augment-infrastructure.md +4 -7
- package/.agent-src/contexts/communication/rules-auto/guidelines-mechanics.md +1 -1
- package/.agent-src/contexts/contracts/research-schema.md +1 -1
- package/.agent-src/contexts/execution/interrupt-examples.md +34 -0
- package/.agent-src/contexts/execution/roadmap-process-loop.md +69 -14
- package/.agent-src/contexts/skills-and-commands.md +2 -2
- package/.agent-src/personas/README.md +3 -2
- package/.agent-src/personas/ai-video-technical-director.md +2 -2
- package/.agent-src/personas/hollywood-director.md +3 -3
- package/.agent-src/profiles/content_creator.yml +5 -0
- package/.agent-src/rules/architecture.md +24 -10
- package/.agent-src/rules/artifact-drafting-protocol.md +6 -0
- package/.agent-src/rules/augment-edit-discipline.md +28 -0
- package/.agent-src/rules/augment-source-of-truth.md +2 -2
- package/.agent-src/rules/autonomous-execution.md +31 -0
- package/.agent-src/rules/context-hygiene.md +1 -1
- package/.agent-src/rules/domain-adoption-policy.md +4 -5
- package/.agent-src/rules/domain-safety-disclaimer.md +114 -0
- package/.agent-src/rules/domain-safety-pii.md +142 -0
- package/.agent-src/rules/domain-safety-retention.md +86 -0
- package/.agent-src/rules/downstream-changes.md +4 -4
- package/.agent-src/rules/framework-neutrality-in-generic-skills.md +130 -0
- package/.agent-src/rules/git-history-discipline.md +99 -0
- package/.agent-src/rules/media-governance-routing.md +82 -0
- package/.agent-src/rules/minimal-safe-diff.md +6 -0
- package/.agent-src/rules/no-roadmap-references.md +4 -2
- package/.agent-src/rules/persona-governance.md +90 -0
- package/.agent-src/rules/provider-lifecycle-discipline.md +75 -0
- package/.agent-src/rules/roadmap-ci-steps-policy.md +145 -0
- package/.agent-src/rules/roadmap-progress-sync.md +11 -5
- package/.agent-src/rules/user-interrupt-priority.md +46 -0
- package/.agent-src/rules/verify-before-complete.md +11 -2
- package/.agent-src/skills/adversarial-review/SKILL.md +1 -1
- package/.agent-src/skills/ai-council/SKILL.md +1 -0
- package/.agent-src/skills/api-endpoint/SKILL.md +58 -154
- package/.agent-src/skills/api-testing/SKILL.md +11 -0
- package/.agent-src/skills/character-consistency/SKILL.md +12 -1
- package/.agent-src/skills/code-refactoring/SKILL.md +36 -30
- package/.agent-src/skills/code-review/SKILL.md +41 -36
- package/.agent-src/skills/context-authoring/SKILL.md +1 -1
- package/.agent-src/skills/dashboard-design/SKILL.md +1 -2
- package/.agent-src/skills/database/SKILL.md +8 -3
- package/.agent-src/skills/dependency-upgrade/SKILL.md +65 -19
- package/.agent-src/skills/developer-like-execution/SKILL.md +25 -14
- package/.agent-src/skills/eloquent/SKILL.md +1 -1
- package/.agent-src/skills/feature-planning/SKILL.md +1 -1
- package/.agent-src/skills/file-editor/SKILL.md +45 -19
- package/.agent-src/skills/finishing-a-development-branch/SKILL.md +2 -2
- package/.agent-src/skills/git-workflow/SKILL.md +135 -2
- package/.agent-src/skills/laravel-api-endpoint/SKILL.md +187 -0
- package/.agent-src/skills/{dto-creator → laravel-dto}/SKILL.md +5 -4
- package/.agent-src/skills/{migration-creator → laravel-migration}/SKILL.md +11 -10
- package/.agent-src/skills/laravel-reverb/SKILL.md +3 -3
- package/.agent-src/skills/{websocket → laravel-websocket}/SKILL.md +4 -3
- package/.agent-src/skills/learning-to-rule-or-skill/SKILL.md +1 -1
- package/.agent-src/skills/merge-conflicts/SKILL.md +49 -17
- package/.agent-src/skills/migration-architect/SKILL.md +6 -6
- package/.agent-src/skills/module-management/SKILL.md +1 -0
- package/.agent-src/skills/motion-choreographer/SKILL.md +12 -0
- package/.agent-src/skills/multi-tenancy/SKILL.md +15 -8
- package/.agent-src/skills/pest-testing/SKILL.md +18 -0
- package/.agent-src/skills/php-debugging/SKILL.md +28 -0
- package/.agent-src/skills/php-service/SKILL.md +3 -3
- package/.agent-src/skills/pixar-storyteller/SKILL.md +19 -6
- package/.agent-src/skills/playwright-testing/SKILL.md +16 -1
- package/.agent-src/skills/project-analyzer/SKILL.md +68 -42
- package/.agent-src/skills/readme-writing-package/SKILL.md +94 -23
- package/.agent-src/skills/roadmap-management/SKILL.md +1 -1
- package/.agent-src/skills/roadmap-writing/SKILL.md +10 -0
- package/.agent-src/skills/rtk-output-filtering/SKILL.md +23 -8
- package/.agent-src/skills/rule-refactor/SKILL.md +145 -0
- package/.agent-src/skills/rule-writing/SKILL.md +34 -8
- package/.agent-src/skills/scene-expander/SKILL.md +22 -7
- package/.agent-src/skills/security/SKILL.md +38 -29
- package/.agent-src/skills/skill-reviewer/SKILL.md +1 -1
- package/.agent-src/skills/test-driven-development/SKILL.md +4 -4
- package/.agent-src/skills/test-performance/SKILL.md +6 -5
- package/.agent-src/skills/verify-completion-evidence/SKILL.md +24 -27
- package/.agent-src/skills/video-director/SKILL.md +13 -0
- package/.agent-src/templates/agents/agent-project-settings.example.yml +1 -1
- package/.agent-src/templates/copilot-instructions.md +2 -2
- package/.agent-src/templates/roadmaps.md +16 -0
- package/.agent-src/templates/rule.md +2 -2
- package/.claude-plugin/marketplace.json +6 -4
- package/AGENTS.md +1 -1
- package/CHANGELOG.md +80 -133
- package/README.md +6 -4
- package/config/agent-settings.template.yml +26 -0
- package/docs/architecture.md +2 -2
- package/docs/archive/CHANGELOG-pre-2.25.0.md +191 -0
- package/docs/catalog.md +20 -12
- package/docs/contracts/file-ownership-matrix.json +588 -90
- package/docs/contracts/kernel-membership.md +17 -0
- package/docs/contracts/provider-lifecycle.md +122 -0
- package/docs/contracts/smoke-contracts.md +8 -8
- package/docs/decisions/ADR-011-domain-pack-readiness.md +213 -0
- package/docs/decisions/INDEX.md +1 -0
- package/docs/getting-started-by-role.md +10 -0
- package/docs/getting-started.md +1 -1
- package/docs/guidelines/php/api-design.md +1 -1
- 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/personas.md +73 -26
- package/docs/profiles.md +9 -4
- package/package.json +1 -1
- package/scripts/_tmp_scan_framework_leakage.py +119 -0
- package/scripts/ai-video/adapters/gemini-veo.sh +5 -0
- package/scripts/ai-video/adapters/higgsfield.sh +6 -0
- package/scripts/ai-video/adapters/kling.sh +5 -0
- package/scripts/ai-video/adapters/openai-images.sh +5 -0
- package/scripts/ai-video/adapters/sora.sh +6 -0
- package/scripts/build_linear_digest.py +0 -1
- package/scripts/check_portability.py +6 -0
- package/scripts/lint_framework_leakage.py +348 -0
- package/scripts/lint_framework_leakage_allowlist.json +476 -0
- package/scripts/lint_media_policy_linkage.py +140 -0
- package/scripts/lint_persona_governance.py +164 -0
- package/scripts/lint_roadmap_ci_steps.py +182 -0
- package/scripts/measure_augment_budget.py +6 -0
- package/scripts/schemas/command.schema.json +5 -0
- package/scripts/schemas/skill.schema.json +5 -0
- package/scripts/skill_linter.py +60 -7
- package/scripts/smoke/kernel.sh +4 -4
- package/scripts/smoke/router.sh +2 -2
- package/scripts/smoke/schema.sh +1 -1
- package/.agent-src/personas/pixar-storyboard-artist.md +0 -98
- 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
|
@@ -915,6 +915,12 @@
|
|
|
915
915
|
"load_context": [],
|
|
916
916
|
"load_context_eager": []
|
|
917
917
|
},
|
|
918
|
+
".agent-src.uncompressed/contexts/execution/interrupt-examples.md": {
|
|
919
|
+
"kind": "context",
|
|
920
|
+
"rule_type": null,
|
|
921
|
+
"load_context": [],
|
|
922
|
+
"load_context_eager": []
|
|
923
|
+
},
|
|
918
924
|
".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md": {
|
|
919
925
|
"kind": "context",
|
|
920
926
|
"rule_type": null,
|
|
@@ -1095,12 +1101,6 @@
|
|
|
1095
1101
|
"load_context": [],
|
|
1096
1102
|
"load_context_eager": []
|
|
1097
1103
|
},
|
|
1098
|
-
".agent-src.uncompressed/personas/pixar-storyboard-artist.md": {
|
|
1099
|
-
"kind": "persona",
|
|
1100
|
-
"rule_type": null,
|
|
1101
|
-
"load_context": [],
|
|
1102
|
-
"load_context_eager": []
|
|
1103
|
-
},
|
|
1104
1104
|
".agent-src.uncompressed/personas/product-owner.md": {
|
|
1105
1105
|
"kind": "persona",
|
|
1106
1106
|
"rule_type": null,
|
|
@@ -1401,6 +1401,12 @@
|
|
|
1401
1401
|
"load_context": [],
|
|
1402
1402
|
"load_context_eager": []
|
|
1403
1403
|
},
|
|
1404
|
+
".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md": {
|
|
1405
|
+
"kind": "rule",
|
|
1406
|
+
"rule_type": "auto",
|
|
1407
|
+
"load_context": [],
|
|
1408
|
+
"load_context_eager": []
|
|
1409
|
+
},
|
|
1404
1410
|
".agent-src.uncompressed/rules/guidelines.md": {
|
|
1405
1411
|
"kind": "rule",
|
|
1406
1412
|
"rule_type": "manual",
|
|
@@ -1451,6 +1457,12 @@
|
|
|
1451
1457
|
"load_context": [],
|
|
1452
1458
|
"load_context_eager": []
|
|
1453
1459
|
},
|
|
1460
|
+
".agent-src.uncompressed/rules/media-governance-routing.md": {
|
|
1461
|
+
"kind": "rule",
|
|
1462
|
+
"rule_type": "auto",
|
|
1463
|
+
"load_context": [],
|
|
1464
|
+
"load_context_eager": []
|
|
1465
|
+
},
|
|
1454
1466
|
".agent-src.uncompressed/rules/minimal-safe-diff.md": {
|
|
1455
1467
|
"kind": "rule",
|
|
1456
1468
|
"rule_type": "auto",
|
|
@@ -1513,24 +1525,48 @@
|
|
|
1513
1525
|
"load_context": [],
|
|
1514
1526
|
"load_context_eager": []
|
|
1515
1527
|
},
|
|
1528
|
+
".agent-src.uncompressed/rules/persona-governance.md": {
|
|
1529
|
+
"kind": "rule",
|
|
1530
|
+
"rule_type": "auto",
|
|
1531
|
+
"load_context": [],
|
|
1532
|
+
"load_context_eager": []
|
|
1533
|
+
},
|
|
1516
1534
|
".agent-src.uncompressed/rules/php-coding.md": {
|
|
1517
1535
|
"kind": "rule",
|
|
1518
1536
|
"rule_type": "auto",
|
|
1519
1537
|
"load_context": [],
|
|
1520
1538
|
"load_context_eager": []
|
|
1521
1539
|
},
|
|
1540
|
+
".agent-src.uncompressed/rules/post-push-rewrite-discipline.md": {
|
|
1541
|
+
"kind": "rule",
|
|
1542
|
+
"rule_type": "auto",
|
|
1543
|
+
"load_context": [],
|
|
1544
|
+
"load_context_eager": []
|
|
1545
|
+
},
|
|
1522
1546
|
".agent-src.uncompressed/rules/preservation-guard.md": {
|
|
1523
1547
|
"kind": "rule",
|
|
1524
1548
|
"rule_type": "auto",
|
|
1525
1549
|
"load_context": [],
|
|
1526
1550
|
"load_context_eager": []
|
|
1527
1551
|
},
|
|
1552
|
+
".agent-src.uncompressed/rules/provider-lifecycle-discipline.md": {
|
|
1553
|
+
"kind": "rule",
|
|
1554
|
+
"rule_type": "auto",
|
|
1555
|
+
"load_context": [],
|
|
1556
|
+
"load_context_eager": []
|
|
1557
|
+
},
|
|
1528
1558
|
".agent-src.uncompressed/rules/reviewer-awareness.md": {
|
|
1529
1559
|
"kind": "rule",
|
|
1530
1560
|
"rule_type": "auto",
|
|
1531
1561
|
"load_context": [],
|
|
1532
1562
|
"load_context_eager": []
|
|
1533
1563
|
},
|
|
1564
|
+
".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md": {
|
|
1565
|
+
"kind": "rule",
|
|
1566
|
+
"rule_type": "auto",
|
|
1567
|
+
"load_context": [],
|
|
1568
|
+
"load_context_eager": []
|
|
1569
|
+
},
|
|
1534
1570
|
".agent-src.uncompressed/rules/roadmap-progress-sync.md": {
|
|
1535
1571
|
"kind": "rule",
|
|
1536
1572
|
"rule_type": "auto",
|
|
@@ -1648,6 +1684,14 @@
|
|
|
1648
1684
|
],
|
|
1649
1685
|
"load_context_eager": []
|
|
1650
1686
|
},
|
|
1687
|
+
".agent-src.uncompressed/rules/user-interrupt-priority.md": {
|
|
1688
|
+
"kind": "rule",
|
|
1689
|
+
"rule_type": "always",
|
|
1690
|
+
"load_context": [
|
|
1691
|
+
"contexts/execution/interrupt-examples.md"
|
|
1692
|
+
],
|
|
1693
|
+
"load_context_eager": []
|
|
1694
|
+
},
|
|
1651
1695
|
".agent-src.uncompressed/rules/verify-before-complete.md": {
|
|
1652
1696
|
"kind": "rule",
|
|
1653
1697
|
"rule_type": "always",
|
|
@@ -2010,12 +2054,6 @@
|
|
|
2010
2054
|
"load_context": [],
|
|
2011
2055
|
"load_context_eager": []
|
|
2012
2056
|
},
|
|
2013
|
-
".agent-src.uncompressed/skills/dto-creator/SKILL.md": {
|
|
2014
|
-
"kind": "skill",
|
|
2015
|
-
"rule_type": null,
|
|
2016
|
-
"load_context": [],
|
|
2017
|
-
"load_context_eager": []
|
|
2018
|
-
},
|
|
2019
2057
|
".agent-src.uncompressed/skills/editorial-calendar/SKILL.md": {
|
|
2020
2058
|
"kind": "skill",
|
|
2021
2059
|
"rule_type": null,
|
|
@@ -2190,6 +2228,18 @@
|
|
|
2190
2228
|
"load_context": [],
|
|
2191
2229
|
"load_context_eager": []
|
|
2192
2230
|
},
|
|
2231
|
+
".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md": {
|
|
2232
|
+
"kind": "skill",
|
|
2233
|
+
"rule_type": null,
|
|
2234
|
+
"load_context": [],
|
|
2235
|
+
"load_context_eager": []
|
|
2236
|
+
},
|
|
2237
|
+
".agent-src.uncompressed/skills/laravel-dto/SKILL.md": {
|
|
2238
|
+
"kind": "skill",
|
|
2239
|
+
"rule_type": null,
|
|
2240
|
+
"load_context": [],
|
|
2241
|
+
"load_context_eager": []
|
|
2242
|
+
},
|
|
2193
2243
|
".agent-src.uncompressed/skills/laravel-horizon/SKILL.md": {
|
|
2194
2244
|
"kind": "skill",
|
|
2195
2245
|
"rule_type": null,
|
|
@@ -2208,6 +2258,12 @@
|
|
|
2208
2258
|
"load_context": [],
|
|
2209
2259
|
"load_context_eager": []
|
|
2210
2260
|
},
|
|
2261
|
+
".agent-src.uncompressed/skills/laravel-migration/SKILL.md": {
|
|
2262
|
+
"kind": "skill",
|
|
2263
|
+
"rule_type": null,
|
|
2264
|
+
"load_context": [],
|
|
2265
|
+
"load_context_eager": []
|
|
2266
|
+
},
|
|
2211
2267
|
".agent-src.uncompressed/skills/laravel-notifications/SKILL.md": {
|
|
2212
2268
|
"kind": "skill",
|
|
2213
2269
|
"rule_type": null,
|
|
@@ -2244,6 +2300,12 @@
|
|
|
2244
2300
|
"load_context": [],
|
|
2245
2301
|
"load_context_eager": []
|
|
2246
2302
|
},
|
|
2303
|
+
".agent-src.uncompressed/skills/laravel-websocket/SKILL.md": {
|
|
2304
|
+
"kind": "skill",
|
|
2305
|
+
"rule_type": null,
|
|
2306
|
+
"load_context": [],
|
|
2307
|
+
"load_context_eager": []
|
|
2308
|
+
},
|
|
2247
2309
|
".agent-src.uncompressed/skills/laravel/SKILL.md": {
|
|
2248
2310
|
"kind": "skill",
|
|
2249
2311
|
"rule_type": null,
|
|
@@ -2340,12 +2402,6 @@
|
|
|
2340
2402
|
"load_context": [],
|
|
2341
2403
|
"load_context_eager": []
|
|
2342
2404
|
},
|
|
2343
|
-
".agent-src.uncompressed/skills/migration-creator/SKILL.md": {
|
|
2344
|
-
"kind": "skill",
|
|
2345
|
-
"rule_type": null,
|
|
2346
|
-
"load_context": [],
|
|
2347
|
-
"load_context_eager": []
|
|
2348
|
-
},
|
|
2349
2405
|
".agent-src.uncompressed/skills/mobile-e2e-strategy/SKILL.md": {
|
|
2350
2406
|
"kind": "skill",
|
|
2351
2407
|
"rule_type": null,
|
|
@@ -2999,12 +3055,6 @@
|
|
|
2999
3055
|
"rule_type": null,
|
|
3000
3056
|
"load_context": [],
|
|
3001
3057
|
"load_context_eager": []
|
|
3002
|
-
},
|
|
3003
|
-
".agent-src.uncompressed/skills/websocket/SKILL.md": {
|
|
3004
|
-
"kind": "skill",
|
|
3005
|
-
"rule_type": null,
|
|
3006
|
-
"load_context": [],
|
|
3007
|
-
"load_context_eager": []
|
|
3008
3058
|
}
|
|
3009
3059
|
},
|
|
3010
3060
|
"edges": [
|
|
@@ -5892,6 +5942,27 @@
|
|
|
5892
5942
|
"via": "body_link",
|
|
5893
5943
|
"depth": 1
|
|
5894
5944
|
},
|
|
5945
|
+
{
|
|
5946
|
+
"source": ".agent-src.uncompressed/contexts/execution/interrupt-examples.md",
|
|
5947
|
+
"target": ".agent-src.uncompressed/contexts/execution/interrupt-examples.md",
|
|
5948
|
+
"type": "WRITE",
|
|
5949
|
+
"via": "self",
|
|
5950
|
+
"depth": 0
|
|
5951
|
+
},
|
|
5952
|
+
{
|
|
5953
|
+
"source": ".agent-src.uncompressed/contexts/execution/interrupt-examples.md",
|
|
5954
|
+
"target": ".agent-src.uncompressed/rules/autonomous-execution.md",
|
|
5955
|
+
"type": "READ_ONLY",
|
|
5956
|
+
"via": "body_link",
|
|
5957
|
+
"depth": 1
|
|
5958
|
+
},
|
|
5959
|
+
{
|
|
5960
|
+
"source": ".agent-src.uncompressed/contexts/execution/interrupt-examples.md",
|
|
5961
|
+
"target": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
5962
|
+
"type": "READ_ONLY",
|
|
5963
|
+
"via": "body_link",
|
|
5964
|
+
"depth": 1
|
|
5965
|
+
},
|
|
5895
5966
|
{
|
|
5896
5967
|
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
5897
5968
|
"target": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
@@ -5948,6 +6019,13 @@
|
|
|
5948
6019
|
"via": "body_link",
|
|
5949
6020
|
"depth": 1
|
|
5950
6021
|
},
|
|
6022
|
+
{
|
|
6023
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
6024
|
+
"target": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
6025
|
+
"type": "READ_ONLY",
|
|
6026
|
+
"via": "body_link",
|
|
6027
|
+
"depth": 1
|
|
6028
|
+
},
|
|
5951
6029
|
{
|
|
5952
6030
|
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
5953
6031
|
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
@@ -6116,6 +6194,13 @@
|
|
|
6116
6194
|
"via": "body_link",
|
|
6117
6195
|
"depth": 1
|
|
6118
6196
|
},
|
|
6197
|
+
{
|
|
6198
|
+
"source": ".agent-src.uncompressed/personas/README.md",
|
|
6199
|
+
"target": ".agent-src.uncompressed/rules/persona-governance.md",
|
|
6200
|
+
"type": "READ_ONLY",
|
|
6201
|
+
"via": "body_link",
|
|
6202
|
+
"depth": 1
|
|
6203
|
+
},
|
|
6119
6204
|
{
|
|
6120
6205
|
"source": ".agent-src.uncompressed/personas/_template-specialist/persona.md",
|
|
6121
6206
|
"target": ".agent-src.uncompressed/personas/_template-specialist/persona.md",
|
|
@@ -6263,13 +6348,6 @@
|
|
|
6263
6348
|
"via": "self",
|
|
6264
6349
|
"depth": 0
|
|
6265
6350
|
},
|
|
6266
|
-
{
|
|
6267
|
-
"source": ".agent-src.uncompressed/personas/pixar-storyboard-artist.md",
|
|
6268
|
-
"target": ".agent-src.uncompressed/personas/pixar-storyboard-artist.md",
|
|
6269
|
-
"type": "WRITE",
|
|
6270
|
-
"via": "self",
|
|
6271
|
-
"depth": 0
|
|
6272
|
-
},
|
|
6273
6351
|
{
|
|
6274
6352
|
"source": ".agent-src.uncompressed/personas/product-owner.md",
|
|
6275
6353
|
"target": ".agent-src.uncompressed/personas/product-owner.md",
|
|
@@ -6417,6 +6495,34 @@
|
|
|
6417
6495
|
"via": "body_link",
|
|
6418
6496
|
"depth": 1
|
|
6419
6497
|
},
|
|
6498
|
+
{
|
|
6499
|
+
"source": ".agent-src.uncompressed/rules/architecture.md",
|
|
6500
|
+
"target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
|
|
6501
|
+
"type": "READ_ONLY",
|
|
6502
|
+
"via": "body_link",
|
|
6503
|
+
"depth": 1
|
|
6504
|
+
},
|
|
6505
|
+
{
|
|
6506
|
+
"source": ".agent-src.uncompressed/rules/architecture.md",
|
|
6507
|
+
"target": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
6508
|
+
"type": "READ_ONLY",
|
|
6509
|
+
"via": "body_link",
|
|
6510
|
+
"depth": 1
|
|
6511
|
+
},
|
|
6512
|
+
{
|
|
6513
|
+
"source": ".agent-src.uncompressed/rules/architecture.md",
|
|
6514
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
6515
|
+
"type": "READ_ONLY",
|
|
6516
|
+
"via": "body_link",
|
|
6517
|
+
"depth": 1
|
|
6518
|
+
},
|
|
6519
|
+
{
|
|
6520
|
+
"source": ".agent-src.uncompressed/rules/architecture.md",
|
|
6521
|
+
"target": ".agent-src.uncompressed/skills/symfony-workflow/SKILL.md",
|
|
6522
|
+
"type": "READ_ONLY",
|
|
6523
|
+
"via": "body_link",
|
|
6524
|
+
"depth": 1
|
|
6525
|
+
},
|
|
6420
6526
|
{
|
|
6421
6527
|
"source": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
6422
6528
|
"target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
@@ -6585,6 +6691,13 @@
|
|
|
6585
6691
|
"via": "body_link",
|
|
6586
6692
|
"depth": 1
|
|
6587
6693
|
},
|
|
6694
|
+
{
|
|
6695
|
+
"source": ".agent-src.uncompressed/rules/autonomous-execution.md",
|
|
6696
|
+
"target": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
6697
|
+
"type": "READ_ONLY",
|
|
6698
|
+
"via": "body_link",
|
|
6699
|
+
"depth": 1
|
|
6700
|
+
},
|
|
6588
6701
|
{
|
|
6589
6702
|
"source": ".agent-src.uncompressed/rules/autonomous-execution.md",
|
|
6590
6703
|
"target": "contexts/execution/autonomy-detection.md",
|
|
@@ -6991,6 +7104,48 @@
|
|
|
6991
7104
|
"via": "self",
|
|
6992
7105
|
"depth": 0
|
|
6993
7106
|
},
|
|
7107
|
+
{
|
|
7108
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
7109
|
+
"target": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
7110
|
+
"type": "WRITE",
|
|
7111
|
+
"via": "self",
|
|
7112
|
+
"depth": 0
|
|
7113
|
+
},
|
|
7114
|
+
{
|
|
7115
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
7116
|
+
"target": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7117
|
+
"type": "READ_ONLY",
|
|
7118
|
+
"via": "body_link",
|
|
7119
|
+
"depth": 1
|
|
7120
|
+
},
|
|
7121
|
+
{
|
|
7122
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
7123
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
7124
|
+
"type": "READ_ONLY",
|
|
7125
|
+
"via": "body_link",
|
|
7126
|
+
"depth": 1
|
|
7127
|
+
},
|
|
7128
|
+
{
|
|
7129
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
7130
|
+
"target": ".agent-src.uncompressed/rules/skill-quality.md",
|
|
7131
|
+
"type": "READ_ONLY",
|
|
7132
|
+
"via": "body_link",
|
|
7133
|
+
"depth": 1
|
|
7134
|
+
},
|
|
7135
|
+
{
|
|
7136
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
7137
|
+
"target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
|
|
7138
|
+
"type": "READ_ONLY",
|
|
7139
|
+
"via": "body_link",
|
|
7140
|
+
"depth": 1
|
|
7141
|
+
},
|
|
7142
|
+
{
|
|
7143
|
+
"source": ".agent-src.uncompressed/rules/framework-neutrality-in-generic-skills.md",
|
|
7144
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
7145
|
+
"type": "READ_ONLY",
|
|
7146
|
+
"via": "body_link",
|
|
7147
|
+
"depth": 1
|
|
7148
|
+
},
|
|
6994
7149
|
{
|
|
6995
7150
|
"source": ".agent-src.uncompressed/rules/guidelines.md",
|
|
6996
7151
|
"target": ".agent-src.uncompressed/contexts/communication/rules-auto/guidelines-mechanics.md",
|
|
@@ -7117,6 +7272,13 @@
|
|
|
7117
7272
|
"via": "self",
|
|
7118
7273
|
"depth": 0
|
|
7119
7274
|
},
|
|
7275
|
+
{
|
|
7276
|
+
"source": ".agent-src.uncompressed/rules/media-governance-routing.md",
|
|
7277
|
+
"target": ".agent-src.uncompressed/rules/media-governance-routing.md",
|
|
7278
|
+
"type": "WRITE",
|
|
7279
|
+
"via": "self",
|
|
7280
|
+
"depth": 0
|
|
7281
|
+
},
|
|
7120
7282
|
{
|
|
7121
7283
|
"source": ".agent-src.uncompressed/rules/minimal-safe-diff.md",
|
|
7122
7284
|
"target": ".agent-src.uncompressed/rules/minimal-safe-diff.md",
|
|
@@ -7328,99 +7490,197 @@
|
|
|
7328
7490
|
"depth": 0
|
|
7329
7491
|
},
|
|
7330
7492
|
{
|
|
7331
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7332
|
-
"target": ".agent-src.uncompressed/rules/
|
|
7493
|
+
"source": ".agent-src.uncompressed/rules/persona-governance.md",
|
|
7494
|
+
"target": ".agent-src.uncompressed/rules/persona-governance.md",
|
|
7333
7495
|
"type": "WRITE",
|
|
7334
7496
|
"via": "self",
|
|
7335
7497
|
"depth": 0
|
|
7336
7498
|
},
|
|
7337
7499
|
{
|
|
7338
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7339
|
-
"target": ".agent-src.uncompressed/rules/
|
|
7340
|
-
"type": "
|
|
7341
|
-
"via": "
|
|
7342
|
-
"depth":
|
|
7500
|
+
"source": ".agent-src.uncompressed/rules/persona-governance.md",
|
|
7501
|
+
"target": ".agent-src.uncompressed/rules/skill-quality.md",
|
|
7502
|
+
"type": "READ_ONLY",
|
|
7503
|
+
"via": "body_link",
|
|
7504
|
+
"depth": 1
|
|
7343
7505
|
},
|
|
7344
7506
|
{
|
|
7345
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7346
|
-
"target": ".agent-src.uncompressed/
|
|
7347
|
-
"type": "
|
|
7348
|
-
"via": "
|
|
7349
|
-
"depth":
|
|
7507
|
+
"source": ".agent-src.uncompressed/rules/persona-governance.md",
|
|
7508
|
+
"target": ".agent-src.uncompressed/skills/pixar-storyteller/SKILL.md",
|
|
7509
|
+
"type": "READ_ONLY",
|
|
7510
|
+
"via": "body_link",
|
|
7511
|
+
"depth": 1
|
|
7350
7512
|
},
|
|
7351
7513
|
{
|
|
7352
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7353
|
-
"target": ".agent-src.uncompressed/rules/
|
|
7514
|
+
"source": ".agent-src.uncompressed/rules/php-coding.md",
|
|
7515
|
+
"target": ".agent-src.uncompressed/rules/php-coding.md",
|
|
7354
7516
|
"type": "WRITE",
|
|
7355
7517
|
"via": "self",
|
|
7356
7518
|
"depth": 0
|
|
7357
7519
|
},
|
|
7358
7520
|
{
|
|
7359
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7360
|
-
"target": ".agent-src.uncompressed/
|
|
7521
|
+
"source": ".agent-src.uncompressed/rules/post-push-rewrite-discipline.md",
|
|
7522
|
+
"target": ".agent-src.uncompressed/rules/commit-policy.md",
|
|
7361
7523
|
"type": "READ_ONLY",
|
|
7362
7524
|
"via": "body_link",
|
|
7363
7525
|
"depth": 1
|
|
7364
7526
|
},
|
|
7365
7527
|
{
|
|
7366
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7367
|
-
"target": ".agent-src.uncompressed/rules/
|
|
7528
|
+
"source": ".agent-src.uncompressed/rules/post-push-rewrite-discipline.md",
|
|
7529
|
+
"target": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
|
|
7368
7530
|
"type": "READ_ONLY",
|
|
7369
7531
|
"via": "body_link",
|
|
7370
7532
|
"depth": 1
|
|
7371
7533
|
},
|
|
7372
7534
|
{
|
|
7373
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7374
|
-
"target": ".agent-src.uncompressed/rules/
|
|
7535
|
+
"source": ".agent-src.uncompressed/rules/post-push-rewrite-discipline.md",
|
|
7536
|
+
"target": ".agent-src.uncompressed/rules/post-push-rewrite-discipline.md",
|
|
7375
7537
|
"type": "WRITE",
|
|
7376
7538
|
"via": "self",
|
|
7377
7539
|
"depth": 0
|
|
7378
7540
|
},
|
|
7379
7541
|
{
|
|
7380
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7381
|
-
"target": ".agent-src.uncompressed/
|
|
7542
|
+
"source": ".agent-src.uncompressed/rules/post-push-rewrite-discipline.md",
|
|
7543
|
+
"target": ".agent-src.uncompressed/skills/git-workflow/SKILL.md",
|
|
7382
7544
|
"type": "READ_ONLY",
|
|
7383
7545
|
"via": "body_link",
|
|
7384
7546
|
"depth": 1
|
|
7385
7547
|
},
|
|
7386
7548
|
{
|
|
7387
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7388
|
-
"target": ".agent-src.uncompressed/rules/
|
|
7549
|
+
"source": ".agent-src.uncompressed/rules/preservation-guard.md",
|
|
7550
|
+
"target": ".agent-src.uncompressed/rules/preservation-guard.md",
|
|
7551
|
+
"type": "WRITE",
|
|
7552
|
+
"via": "self",
|
|
7553
|
+
"depth": 0
|
|
7554
|
+
},
|
|
7555
|
+
{
|
|
7556
|
+
"source": ".agent-src.uncompressed/rules/provider-lifecycle-discipline.md",
|
|
7557
|
+
"target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
|
|
7389
7558
|
"type": "READ_ONLY",
|
|
7390
7559
|
"via": "body_link",
|
|
7391
7560
|
"depth": 1
|
|
7392
7561
|
},
|
|
7393
7562
|
{
|
|
7394
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7395
|
-
"target": ".agent-src.uncompressed/rules/
|
|
7563
|
+
"source": ".agent-src.uncompressed/rules/provider-lifecycle-discipline.md",
|
|
7564
|
+
"target": ".agent-src.uncompressed/rules/media-governance-routing.md",
|
|
7565
|
+
"type": "READ_ONLY",
|
|
7566
|
+
"via": "body_link",
|
|
7567
|
+
"depth": 1
|
|
7568
|
+
},
|
|
7569
|
+
{
|
|
7570
|
+
"source": ".agent-src.uncompressed/rules/provider-lifecycle-discipline.md",
|
|
7571
|
+
"target": ".agent-src.uncompressed/rules/provider-lifecycle-discipline.md",
|
|
7396
7572
|
"type": "WRITE",
|
|
7397
7573
|
"via": "self",
|
|
7398
7574
|
"depth": 0
|
|
7399
7575
|
},
|
|
7400
7576
|
{
|
|
7401
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7402
|
-
"target": ".agent-src.uncompressed/rules/
|
|
7577
|
+
"source": ".agent-src.uncompressed/rules/reviewer-awareness.md",
|
|
7578
|
+
"target": ".agent-src.uncompressed/rules/reviewer-awareness.md",
|
|
7403
7579
|
"type": "WRITE",
|
|
7404
7580
|
"via": "self",
|
|
7405
7581
|
"depth": 0
|
|
7406
7582
|
},
|
|
7407
7583
|
{
|
|
7408
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7409
|
-
"target": ".agent-src.uncompressed/contexts/
|
|
7584
|
+
"source": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7585
|
+
"target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
7410
7586
|
"type": "READ_ONLY",
|
|
7411
7587
|
"via": "body_link",
|
|
7412
7588
|
"depth": 1
|
|
7413
7589
|
},
|
|
7414
7590
|
{
|
|
7415
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7416
|
-
"target": ".agent-src.uncompressed/
|
|
7591
|
+
"source": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7592
|
+
"target": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7593
|
+
"type": "WRITE",
|
|
7594
|
+
"via": "self",
|
|
7595
|
+
"depth": 0
|
|
7596
|
+
},
|
|
7597
|
+
{
|
|
7598
|
+
"source": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7599
|
+
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
7417
7600
|
"type": "READ_ONLY",
|
|
7418
7601
|
"via": "body_link",
|
|
7419
7602
|
"depth": 1
|
|
7420
7603
|
},
|
|
7421
7604
|
{
|
|
7422
|
-
"source": ".agent-src.uncompressed/rules/
|
|
7423
|
-
"target": ".agent-src.uncompressed/rules/
|
|
7605
|
+
"source": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7606
|
+
"target": ".agent-src.uncompressed/rules/verify-before-complete.md",
|
|
7607
|
+
"type": "READ_ONLY",
|
|
7608
|
+
"via": "body_link",
|
|
7609
|
+
"depth": 1
|
|
7610
|
+
},
|
|
7611
|
+
{
|
|
7612
|
+
"source": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
7613
|
+
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
7614
|
+
"type": "WRITE",
|
|
7615
|
+
"via": "self",
|
|
7616
|
+
"depth": 0
|
|
7617
|
+
},
|
|
7618
|
+
{
|
|
7619
|
+
"source": ".agent-src.uncompressed/rules/role-mode-adherence.md",
|
|
7620
|
+
"target": ".agent-src.uncompressed/commands/mode.md",
|
|
7621
|
+
"type": "READ_ONLY",
|
|
7622
|
+
"via": "body_link",
|
|
7623
|
+
"depth": 1
|
|
7624
|
+
},
|
|
7625
|
+
{
|
|
7626
|
+
"source": ".agent-src.uncompressed/rules/role-mode-adherence.md",
|
|
7627
|
+
"target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
|
|
7628
|
+
"type": "READ_ONLY",
|
|
7629
|
+
"via": "body_link",
|
|
7630
|
+
"depth": 1
|
|
7631
|
+
},
|
|
7632
|
+
{
|
|
7633
|
+
"source": ".agent-src.uncompressed/rules/role-mode-adherence.md",
|
|
7634
|
+
"target": ".agent-src.uncompressed/rules/role-mode-adherence.md",
|
|
7635
|
+
"type": "WRITE",
|
|
7636
|
+
"via": "self",
|
|
7637
|
+
"depth": 0
|
|
7638
|
+
},
|
|
7639
|
+
{
|
|
7640
|
+
"source": ".agent-src.uncompressed/rules/role-mode-adherence.md",
|
|
7641
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
7642
|
+
"type": "READ_ONLY",
|
|
7643
|
+
"via": "body_link",
|
|
7644
|
+
"depth": 1
|
|
7645
|
+
},
|
|
7646
|
+
{
|
|
7647
|
+
"source": ".agent-src.uncompressed/rules/role-mode-adherence.md",
|
|
7648
|
+
"target": ".agent-src.uncompressed/rules/verify-before-complete.md",
|
|
7649
|
+
"type": "READ_ONLY",
|
|
7650
|
+
"via": "body_link",
|
|
7651
|
+
"depth": 1
|
|
7652
|
+
},
|
|
7653
|
+
{
|
|
7654
|
+
"source": ".agent-src.uncompressed/rules/rule-type-governance.md",
|
|
7655
|
+
"target": ".agent-src.uncompressed/rules/rule-type-governance.md",
|
|
7656
|
+
"type": "WRITE",
|
|
7657
|
+
"via": "self",
|
|
7658
|
+
"depth": 0
|
|
7659
|
+
},
|
|
7660
|
+
{
|
|
7661
|
+
"source": ".agent-src.uncompressed/rules/runtime-safety.md",
|
|
7662
|
+
"target": ".agent-src.uncompressed/rules/runtime-safety.md",
|
|
7663
|
+
"type": "WRITE",
|
|
7664
|
+
"via": "self",
|
|
7665
|
+
"depth": 0
|
|
7666
|
+
},
|
|
7667
|
+
{
|
|
7668
|
+
"source": ".agent-src.uncompressed/rules/scope-control.md",
|
|
7669
|
+
"target": ".agent-src.uncompressed/contexts/authority/kernel-rule-edits.md",
|
|
7670
|
+
"type": "READ_ONLY",
|
|
7671
|
+
"via": "body_link",
|
|
7672
|
+
"depth": 1
|
|
7673
|
+
},
|
|
7674
|
+
{
|
|
7675
|
+
"source": ".agent-src.uncompressed/rules/scope-control.md",
|
|
7676
|
+
"target": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
|
|
7677
|
+
"type": "READ_ONLY",
|
|
7678
|
+
"via": "body_link",
|
|
7679
|
+
"depth": 1
|
|
7680
|
+
},
|
|
7681
|
+
{
|
|
7682
|
+
"source": ".agent-src.uncompressed/rules/scope-control.md",
|
|
7683
|
+
"target": ".agent-src.uncompressed/rules/commit-policy.md",
|
|
7424
7684
|
"type": "READ_ONLY",
|
|
7425
7685
|
"via": "body_link",
|
|
7426
7686
|
"depth": 1
|
|
@@ -7600,6 +7860,55 @@
|
|
|
7600
7860
|
"via": "load_context",
|
|
7601
7861
|
"depth": 1
|
|
7602
7862
|
},
|
|
7863
|
+
{
|
|
7864
|
+
"source": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7865
|
+
"target": ".agent-src.uncompressed/contexts/execution/interrupt-examples.md",
|
|
7866
|
+
"type": "READ_ONLY",
|
|
7867
|
+
"via": "body_link",
|
|
7868
|
+
"depth": 1
|
|
7869
|
+
},
|
|
7870
|
+
{
|
|
7871
|
+
"source": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7872
|
+
"target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
|
|
7873
|
+
"type": "READ_ONLY",
|
|
7874
|
+
"via": "body_link",
|
|
7875
|
+
"depth": 1
|
|
7876
|
+
},
|
|
7877
|
+
{
|
|
7878
|
+
"source": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7879
|
+
"target": ".agent-src.uncompressed/rules/autonomous-execution.md",
|
|
7880
|
+
"type": "READ_ONLY",
|
|
7881
|
+
"via": "body_link",
|
|
7882
|
+
"depth": 1
|
|
7883
|
+
},
|
|
7884
|
+
{
|
|
7885
|
+
"source": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7886
|
+
"target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
|
|
7887
|
+
"type": "READ_ONLY",
|
|
7888
|
+
"via": "body_link",
|
|
7889
|
+
"depth": 1
|
|
7890
|
+
},
|
|
7891
|
+
{
|
|
7892
|
+
"source": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7893
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
7894
|
+
"type": "READ_ONLY",
|
|
7895
|
+
"via": "body_link",
|
|
7896
|
+
"depth": 1
|
|
7897
|
+
},
|
|
7898
|
+
{
|
|
7899
|
+
"source": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7900
|
+
"target": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7901
|
+
"type": "WRITE",
|
|
7902
|
+
"via": "self",
|
|
7903
|
+
"depth": 0
|
|
7904
|
+
},
|
|
7905
|
+
{
|
|
7906
|
+
"source": ".agent-src.uncompressed/rules/user-interrupt-priority.md",
|
|
7907
|
+
"target": "contexts/execution/interrupt-examples.md",
|
|
7908
|
+
"type": "READ_ONLY",
|
|
7909
|
+
"via": "load_context",
|
|
7910
|
+
"depth": 1
|
|
7911
|
+
},
|
|
7603
7912
|
{
|
|
7604
7913
|
"source": ".agent-src.uncompressed/rules/verify-before-complete.md",
|
|
7605
7914
|
"target": ".agent-src.uncompressed/contexts/execution/verification-mechanics.md",
|
|
@@ -7796,6 +8105,13 @@
|
|
|
7796
8105
|
"via": "self",
|
|
7797
8106
|
"depth": 0
|
|
7798
8107
|
},
|
|
8108
|
+
{
|
|
8109
|
+
"source": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
8110
|
+
"target": ".agent-src.uncompressed/skills/api-design/SKILL.md",
|
|
8111
|
+
"type": "READ_ONLY",
|
|
8112
|
+
"via": "body_link",
|
|
8113
|
+
"depth": 1
|
|
8114
|
+
},
|
|
7799
8115
|
{
|
|
7800
8116
|
"source": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
7801
8117
|
"target": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
@@ -7803,6 +8119,27 @@
|
|
|
7803
8119
|
"via": "self",
|
|
7804
8120
|
"depth": 0
|
|
7805
8121
|
},
|
|
8122
|
+
{
|
|
8123
|
+
"source": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
8124
|
+
"target": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
8125
|
+
"type": "READ_ONLY",
|
|
8126
|
+
"via": "body_link",
|
|
8127
|
+
"depth": 1
|
|
8128
|
+
},
|
|
8129
|
+
{
|
|
8130
|
+
"source": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
8131
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
8132
|
+
"type": "READ_ONLY",
|
|
8133
|
+
"via": "body_link",
|
|
8134
|
+
"depth": 1
|
|
8135
|
+
},
|
|
8136
|
+
{
|
|
8137
|
+
"source": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
8138
|
+
"target": ".agent-src.uncompressed/skills/symfony-workflow/SKILL.md",
|
|
8139
|
+
"type": "READ_ONLY",
|
|
8140
|
+
"via": "body_link",
|
|
8141
|
+
"depth": 1
|
|
8142
|
+
},
|
|
7806
8143
|
{
|
|
7807
8144
|
"source": ".agent-src.uncompressed/skills/api-testing/SKILL.md",
|
|
7808
8145
|
"target": ".agent-src.uncompressed/skills/api-testing/SKILL.md",
|
|
@@ -8153,6 +8490,34 @@
|
|
|
8153
8490
|
"via": "self",
|
|
8154
8491
|
"depth": 0
|
|
8155
8492
|
},
|
|
8493
|
+
{
|
|
8494
|
+
"source": ".agent-src.uncompressed/skills/code-refactoring/SKILL.md",
|
|
8495
|
+
"target": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
8496
|
+
"type": "READ_ONLY",
|
|
8497
|
+
"via": "body_link",
|
|
8498
|
+
"depth": 1
|
|
8499
|
+
},
|
|
8500
|
+
{
|
|
8501
|
+
"source": ".agent-src.uncompressed/skills/code-refactoring/SKILL.md",
|
|
8502
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
8503
|
+
"type": "READ_ONLY",
|
|
8504
|
+
"via": "body_link",
|
|
8505
|
+
"depth": 1
|
|
8506
|
+
},
|
|
8507
|
+
{
|
|
8508
|
+
"source": ".agent-src.uncompressed/skills/code-refactoring/SKILL.md",
|
|
8509
|
+
"target": ".agent-src.uncompressed/skills/symfony-workflow/SKILL.md",
|
|
8510
|
+
"type": "READ_ONLY",
|
|
8511
|
+
"via": "body_link",
|
|
8512
|
+
"depth": 1
|
|
8513
|
+
},
|
|
8514
|
+
{
|
|
8515
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8516
|
+
"target": ".agent-src.uncompressed/skills/blade-ui/SKILL.md",
|
|
8517
|
+
"type": "READ_ONLY",
|
|
8518
|
+
"via": "body_link",
|
|
8519
|
+
"depth": 1
|
|
8520
|
+
},
|
|
8156
8521
|
{
|
|
8157
8522
|
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8158
8523
|
"target": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
@@ -8160,6 +8525,62 @@
|
|
|
8160
8525
|
"via": "self",
|
|
8161
8526
|
"depth": 0
|
|
8162
8527
|
},
|
|
8528
|
+
{
|
|
8529
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8530
|
+
"target": ".agent-src.uncompressed/skills/eloquent/SKILL.md",
|
|
8531
|
+
"type": "READ_ONLY",
|
|
8532
|
+
"via": "body_link",
|
|
8533
|
+
"depth": 1
|
|
8534
|
+
},
|
|
8535
|
+
{
|
|
8536
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8537
|
+
"target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
|
|
8538
|
+
"type": "READ_ONLY",
|
|
8539
|
+
"via": "body_link",
|
|
8540
|
+
"depth": 1
|
|
8541
|
+
},
|
|
8542
|
+
{
|
|
8543
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8544
|
+
"target": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
8545
|
+
"type": "READ_ONLY",
|
|
8546
|
+
"via": "body_link",
|
|
8547
|
+
"depth": 1
|
|
8548
|
+
},
|
|
8549
|
+
{
|
|
8550
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8551
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
8552
|
+
"type": "READ_ONLY",
|
|
8553
|
+
"via": "body_link",
|
|
8554
|
+
"depth": 1
|
|
8555
|
+
},
|
|
8556
|
+
{
|
|
8557
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8558
|
+
"target": ".agent-src.uncompressed/skills/pest-testing/SKILL.md",
|
|
8559
|
+
"type": "READ_ONLY",
|
|
8560
|
+
"via": "body_link",
|
|
8561
|
+
"depth": 1
|
|
8562
|
+
},
|
|
8563
|
+
{
|
|
8564
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8565
|
+
"target": ".agent-src.uncompressed/skills/php-coder/SKILL.md",
|
|
8566
|
+
"type": "READ_ONLY",
|
|
8567
|
+
"via": "body_link",
|
|
8568
|
+
"depth": 1
|
|
8569
|
+
},
|
|
8570
|
+
{
|
|
8571
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8572
|
+
"target": ".agent-src.uncompressed/skills/react-shadcn-ui/SKILL.md",
|
|
8573
|
+
"type": "READ_ONLY",
|
|
8574
|
+
"via": "body_link",
|
|
8575
|
+
"depth": 1
|
|
8576
|
+
},
|
|
8577
|
+
{
|
|
8578
|
+
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8579
|
+
"target": ".agent-src.uncompressed/skills/symfony-workflow/SKILL.md",
|
|
8580
|
+
"type": "READ_ONLY",
|
|
8581
|
+
"via": "body_link",
|
|
8582
|
+
"depth": 1
|
|
8583
|
+
},
|
|
8163
8584
|
{
|
|
8164
8585
|
"source": ".agent-src.uncompressed/skills/command-routing/SKILL.md",
|
|
8165
8586
|
"target": ".agent-src.uncompressed/skills/command-routing/SKILL.md",
|
|
@@ -8776,13 +9197,6 @@
|
|
|
8776
9197
|
"via": "self",
|
|
8777
9198
|
"depth": 0
|
|
8778
9199
|
},
|
|
8779
|
-
{
|
|
8780
|
-
"source": ".agent-src.uncompressed/skills/dto-creator/SKILL.md",
|
|
8781
|
-
"target": ".agent-src.uncompressed/skills/dto-creator/SKILL.md",
|
|
8782
|
-
"type": "WRITE",
|
|
8783
|
-
"via": "self",
|
|
8784
|
-
"depth": 0
|
|
8785
|
-
},
|
|
8786
9200
|
{
|
|
8787
9201
|
"source": ".agent-src.uncompressed/skills/editorial-calendar/SKILL.md",
|
|
8788
9202
|
"target": ".agent-src.uncompressed/skills/content-funnel-design/SKILL.md",
|
|
@@ -9602,6 +10016,34 @@
|
|
|
9602
10016
|
"via": "body_link",
|
|
9603
10017
|
"depth": 1
|
|
9604
10018
|
},
|
|
10019
|
+
{
|
|
10020
|
+
"source": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
10021
|
+
"target": ".agent-src.uncompressed/skills/api-design/SKILL.md",
|
|
10022
|
+
"type": "READ_ONLY",
|
|
10023
|
+
"via": "body_link",
|
|
10024
|
+
"depth": 1
|
|
10025
|
+
},
|
|
10026
|
+
{
|
|
10027
|
+
"source": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
10028
|
+
"target": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
10029
|
+
"type": "READ_ONLY",
|
|
10030
|
+
"via": "body_link",
|
|
10031
|
+
"depth": 1
|
|
10032
|
+
},
|
|
10033
|
+
{
|
|
10034
|
+
"source": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
10035
|
+
"target": ".agent-src.uncompressed/skills/laravel-api-endpoint/SKILL.md",
|
|
10036
|
+
"type": "WRITE",
|
|
10037
|
+
"via": "self",
|
|
10038
|
+
"depth": 0
|
|
10039
|
+
},
|
|
10040
|
+
{
|
|
10041
|
+
"source": ".agent-src.uncompressed/skills/laravel-dto/SKILL.md",
|
|
10042
|
+
"target": ".agent-src.uncompressed/skills/laravel-dto/SKILL.md",
|
|
10043
|
+
"type": "WRITE",
|
|
10044
|
+
"via": "self",
|
|
10045
|
+
"depth": 0
|
|
10046
|
+
},
|
|
9605
10047
|
{
|
|
9606
10048
|
"source": ".agent-src.uncompressed/skills/laravel-horizon/SKILL.md",
|
|
9607
10049
|
"target": ".agent-src.uncompressed/skills/jobs-events/SKILL.md",
|
|
@@ -9637,6 +10079,13 @@
|
|
|
9637
10079
|
"via": "self",
|
|
9638
10080
|
"depth": 0
|
|
9639
10081
|
},
|
|
10082
|
+
{
|
|
10083
|
+
"source": ".agent-src.uncompressed/skills/laravel-migration/SKILL.md",
|
|
10084
|
+
"target": ".agent-src.uncompressed/skills/laravel-migration/SKILL.md",
|
|
10085
|
+
"type": "WRITE",
|
|
10086
|
+
"via": "self",
|
|
10087
|
+
"depth": 0
|
|
10088
|
+
},
|
|
9640
10089
|
{
|
|
9641
10090
|
"source": ".agent-src.uncompressed/skills/laravel-notifications/SKILL.md",
|
|
9642
10091
|
"target": ".agent-src.uncompressed/skills/laravel-mail/SKILL.md",
|
|
@@ -9674,7 +10123,7 @@
|
|
|
9674
10123
|
},
|
|
9675
10124
|
{
|
|
9676
10125
|
"source": ".agent-src.uncompressed/skills/laravel-reverb/SKILL.md",
|
|
9677
|
-
"target": ".agent-src.uncompressed/skills/websocket/SKILL.md",
|
|
10126
|
+
"target": ".agent-src.uncompressed/skills/laravel-websocket/SKILL.md",
|
|
9678
10127
|
"type": "READ_ONLY",
|
|
9679
10128
|
"via": "body_link",
|
|
9680
10129
|
"depth": 1
|
|
@@ -9693,6 +10142,13 @@
|
|
|
9693
10142
|
"via": "self",
|
|
9694
10143
|
"depth": 0
|
|
9695
10144
|
},
|
|
10145
|
+
{
|
|
10146
|
+
"source": ".agent-src.uncompressed/skills/laravel-websocket/SKILL.md",
|
|
10147
|
+
"target": ".agent-src.uncompressed/skills/laravel-websocket/SKILL.md",
|
|
10148
|
+
"type": "WRITE",
|
|
10149
|
+
"via": "self",
|
|
10150
|
+
"depth": 0
|
|
10151
|
+
},
|
|
9696
10152
|
{
|
|
9697
10153
|
"source": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
9698
10154
|
"target": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
@@ -10010,21 +10466,14 @@
|
|
|
10010
10466
|
},
|
|
10011
10467
|
{
|
|
10012
10468
|
"source": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
|
|
10013
|
-
"target": ".agent-src.uncompressed/skills/migration
|
|
10014
|
-
"type": "WRITE",
|
|
10015
|
-
"via": "self",
|
|
10016
|
-
"depth": 0
|
|
10017
|
-
},
|
|
10018
|
-
{
|
|
10019
|
-
"source": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
|
|
10020
|
-
"target": ".agent-src.uncompressed/skills/migration-creator/SKILL.md",
|
|
10469
|
+
"target": ".agent-src.uncompressed/skills/laravel-migration/SKILL.md",
|
|
10021
10470
|
"type": "READ_ONLY",
|
|
10022
10471
|
"via": "body_link",
|
|
10023
10472
|
"depth": 1
|
|
10024
10473
|
},
|
|
10025
10474
|
{
|
|
10026
|
-
"source": ".agent-src.uncompressed/skills/migration-
|
|
10027
|
-
"target": ".agent-src.uncompressed/skills/migration-
|
|
10475
|
+
"source": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
|
|
10476
|
+
"target": ".agent-src.uncompressed/skills/migration-architect/SKILL.md",
|
|
10028
10477
|
"type": "WRITE",
|
|
10029
10478
|
"via": "self",
|
|
10030
10479
|
"depth": 0
|
|
@@ -11149,6 +11598,13 @@
|
|
|
11149
11598
|
"via": "body_link",
|
|
11150
11599
|
"depth": 1
|
|
11151
11600
|
},
|
|
11601
|
+
{
|
|
11602
|
+
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
11603
|
+
"target": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
11604
|
+
"type": "READ_ONLY",
|
|
11605
|
+
"via": "body_link",
|
|
11606
|
+
"depth": 1
|
|
11607
|
+
},
|
|
11152
11608
|
{
|
|
11153
11609
|
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
11154
11610
|
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
@@ -11338,6 +11794,13 @@
|
|
|
11338
11794
|
"via": "body_link",
|
|
11339
11795
|
"depth": 1
|
|
11340
11796
|
},
|
|
11797
|
+
{
|
|
11798
|
+
"source": ".agent-src.uncompressed/skills/scene-expander/SKILL.md",
|
|
11799
|
+
"target": ".agent-src.uncompressed/skills/pixar-storyteller/SKILL.md",
|
|
11800
|
+
"type": "READ_ONLY",
|
|
11801
|
+
"via": "body_link",
|
|
11802
|
+
"depth": 1
|
|
11803
|
+
},
|
|
11341
11804
|
{
|
|
11342
11805
|
"source": ".agent-src.uncompressed/skills/scene-expander/SKILL.md",
|
|
11343
11806
|
"target": ".agent-src.uncompressed/skills/scene-expander/SKILL.md",
|
|
@@ -11450,6 +11913,13 @@
|
|
|
11450
11913
|
"via": "body_link",
|
|
11451
11914
|
"depth": 1
|
|
11452
11915
|
},
|
|
11916
|
+
{
|
|
11917
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11918
|
+
"target": ".agent-src.uncompressed/skills/adversarial-review/SKILL.md",
|
|
11919
|
+
"type": "READ_ONLY",
|
|
11920
|
+
"via": "body_link",
|
|
11921
|
+
"depth": 1
|
|
11922
|
+
},
|
|
11453
11923
|
{
|
|
11454
11924
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11455
11925
|
"target": ".agent-src.uncompressed/skills/authz-review/SKILL.md",
|
|
@@ -11457,6 +11927,13 @@
|
|
|
11457
11927
|
"via": "body_link",
|
|
11458
11928
|
"depth": 1
|
|
11459
11929
|
},
|
|
11930
|
+
{
|
|
11931
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11932
|
+
"target": ".agent-src.uncompressed/skills/laravel-middleware/SKILL.md",
|
|
11933
|
+
"type": "READ_ONLY",
|
|
11934
|
+
"via": "body_link",
|
|
11935
|
+
"depth": 1
|
|
11936
|
+
},
|
|
11460
11937
|
{
|
|
11461
11938
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11462
11939
|
"target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
|
|
@@ -11464,6 +11941,27 @@
|
|
|
11464
11941
|
"via": "body_link",
|
|
11465
11942
|
"depth": 1
|
|
11466
11943
|
},
|
|
11944
|
+
{
|
|
11945
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11946
|
+
"target": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
11947
|
+
"type": "READ_ONLY",
|
|
11948
|
+
"via": "body_link",
|
|
11949
|
+
"depth": 1
|
|
11950
|
+
},
|
|
11951
|
+
{
|
|
11952
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11953
|
+
"target": ".agent-src.uncompressed/skills/multi-tenancy/SKILL.md",
|
|
11954
|
+
"type": "READ_ONLY",
|
|
11955
|
+
"via": "body_link",
|
|
11956
|
+
"depth": 1
|
|
11957
|
+
},
|
|
11958
|
+
{
|
|
11959
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11960
|
+
"target": ".agent-src.uncompressed/skills/nextjs-patterns/SKILL.md",
|
|
11961
|
+
"type": "READ_ONLY",
|
|
11962
|
+
"via": "body_link",
|
|
11963
|
+
"depth": 1
|
|
11964
|
+
},
|
|
11467
11965
|
{
|
|
11468
11966
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11469
11967
|
"target": ".agent-src.uncompressed/skills/security-audit/SKILL.md",
|
|
@@ -11478,6 +11976,13 @@
|
|
|
11478
11976
|
"via": "self",
|
|
11479
11977
|
"depth": 0
|
|
11480
11978
|
},
|
|
11979
|
+
{
|
|
11980
|
+
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11981
|
+
"target": ".agent-src.uncompressed/skills/symfony-workflow/SKILL.md",
|
|
11982
|
+
"type": "READ_ONLY",
|
|
11983
|
+
"via": "body_link",
|
|
11984
|
+
"depth": 1
|
|
11985
|
+
},
|
|
11481
11986
|
{
|
|
11482
11987
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11483
11988
|
"target": ".agent-src.uncompressed/skills/threat-modeling/SKILL.md",
|
|
@@ -12471,13 +12976,6 @@
|
|
|
12471
12976
|
"type": "WRITE",
|
|
12472
12977
|
"via": "self",
|
|
12473
12978
|
"depth": 0
|
|
12474
|
-
},
|
|
12475
|
-
{
|
|
12476
|
-
"source": ".agent-src.uncompressed/skills/websocket/SKILL.md",
|
|
12477
|
-
"target": ".agent-src.uncompressed/skills/websocket/SKILL.md",
|
|
12478
|
-
"type": "WRITE",
|
|
12479
|
-
"via": "self",
|
|
12480
|
-
"depth": 0
|
|
12481
12979
|
}
|
|
12482
12980
|
]
|
|
12483
12981
|
}
|