@event4u/agent-config 2.25.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/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/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/skills-and-commands.md +2 -2
- 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/minimal-safe-diff.md +6 -0
- package/.agent-src/rules/no-roadmap-references.md +4 -2
- 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/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 +4 -4
- 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/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/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/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/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/templates/agents/agent-project-settings.example.yml +1 -1
- package/.agent-src/templates/copilot-instructions.md +2 -2
- package/.agent-src/templates/rule.md +2 -2
- package/.claude-plugin/marketplace.json +6 -4
- package/AGENTS.md +1 -1
- package/CHANGELOG.md +74 -170
- package/README.md +2 -2
- package/docs/architecture.md +2 -2
- package/docs/archive/CHANGELOG-pre-2.25.0.md +191 -0
- package/docs/catalog.md +17 -12
- package/docs/contracts/file-ownership-matrix.json +473 -43
- package/docs/contracts/kernel-membership.md +17 -0
- package/docs/contracts/smoke-contracts.md +8 -8
- 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/package.json +1 -1
- package/scripts/build_linear_digest.py +0 -1
- package/scripts/lint_framework_leakage.py +348 -0
- package/scripts/lint_framework_leakage_allowlist.json +476 -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/.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
|
@@ -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,
|
|
@@ -1395,6 +1401,12 @@
|
|
|
1395
1401
|
"load_context": [],
|
|
1396
1402
|
"load_context_eager": []
|
|
1397
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
|
+
},
|
|
1398
1410
|
".agent-src.uncompressed/rules/guidelines.md": {
|
|
1399
1411
|
"kind": "rule",
|
|
1400
1412
|
"rule_type": "manual",
|
|
@@ -1525,6 +1537,12 @@
|
|
|
1525
1537
|
"load_context": [],
|
|
1526
1538
|
"load_context_eager": []
|
|
1527
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
|
+
},
|
|
1528
1546
|
".agent-src.uncompressed/rules/preservation-guard.md": {
|
|
1529
1547
|
"kind": "rule",
|
|
1530
1548
|
"rule_type": "auto",
|
|
@@ -1543,6 +1561,12 @@
|
|
|
1543
1561
|
"load_context": [],
|
|
1544
1562
|
"load_context_eager": []
|
|
1545
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
|
+
},
|
|
1546
1570
|
".agent-src.uncompressed/rules/roadmap-progress-sync.md": {
|
|
1547
1571
|
"kind": "rule",
|
|
1548
1572
|
"rule_type": "auto",
|
|
@@ -1660,6 +1684,14 @@
|
|
|
1660
1684
|
],
|
|
1661
1685
|
"load_context_eager": []
|
|
1662
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
|
+
},
|
|
1663
1695
|
".agent-src.uncompressed/rules/verify-before-complete.md": {
|
|
1664
1696
|
"kind": "rule",
|
|
1665
1697
|
"rule_type": "always",
|
|
@@ -2022,12 +2054,6 @@
|
|
|
2022
2054
|
"load_context": [],
|
|
2023
2055
|
"load_context_eager": []
|
|
2024
2056
|
},
|
|
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
2057
|
".agent-src.uncompressed/skills/editorial-calendar/SKILL.md": {
|
|
2032
2058
|
"kind": "skill",
|
|
2033
2059
|
"rule_type": null,
|
|
@@ -2202,6 +2228,18 @@
|
|
|
2202
2228
|
"load_context": [],
|
|
2203
2229
|
"load_context_eager": []
|
|
2204
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
|
+
},
|
|
2205
2243
|
".agent-src.uncompressed/skills/laravel-horizon/SKILL.md": {
|
|
2206
2244
|
"kind": "skill",
|
|
2207
2245
|
"rule_type": null,
|
|
@@ -2220,6 +2258,12 @@
|
|
|
2220
2258
|
"load_context": [],
|
|
2221
2259
|
"load_context_eager": []
|
|
2222
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
|
+
},
|
|
2223
2267
|
".agent-src.uncompressed/skills/laravel-notifications/SKILL.md": {
|
|
2224
2268
|
"kind": "skill",
|
|
2225
2269
|
"rule_type": null,
|
|
@@ -2256,6 +2300,12 @@
|
|
|
2256
2300
|
"load_context": [],
|
|
2257
2301
|
"load_context_eager": []
|
|
2258
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
|
+
},
|
|
2259
2309
|
".agent-src.uncompressed/skills/laravel/SKILL.md": {
|
|
2260
2310
|
"kind": "skill",
|
|
2261
2311
|
"rule_type": null,
|
|
@@ -2352,12 +2402,6 @@
|
|
|
2352
2402
|
"load_context": [],
|
|
2353
2403
|
"load_context_eager": []
|
|
2354
2404
|
},
|
|
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
2405
|
".agent-src.uncompressed/skills/mobile-e2e-strategy/SKILL.md": {
|
|
2362
2406
|
"kind": "skill",
|
|
2363
2407
|
"rule_type": null,
|
|
@@ -3011,12 +3055,6 @@
|
|
|
3011
3055
|
"rule_type": null,
|
|
3012
3056
|
"load_context": [],
|
|
3013
3057
|
"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
3058
|
}
|
|
3021
3059
|
},
|
|
3022
3060
|
"edges": [
|
|
@@ -5904,6 +5942,27 @@
|
|
|
5904
5942
|
"via": "body_link",
|
|
5905
5943
|
"depth": 1
|
|
5906
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
|
+
},
|
|
5907
5966
|
{
|
|
5908
5967
|
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
5909
5968
|
"target": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
@@ -5960,6 +6019,13 @@
|
|
|
5960
6019
|
"via": "body_link",
|
|
5961
6020
|
"depth": 1
|
|
5962
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
|
+
},
|
|
5963
6029
|
{
|
|
5964
6030
|
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
5965
6031
|
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
@@ -6429,6 +6495,34 @@
|
|
|
6429
6495
|
"via": "body_link",
|
|
6430
6496
|
"depth": 1
|
|
6431
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
|
+
},
|
|
6432
6526
|
{
|
|
6433
6527
|
"source": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
6434
6528
|
"target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
@@ -6597,6 +6691,13 @@
|
|
|
6597
6691
|
"via": "body_link",
|
|
6598
6692
|
"depth": 1
|
|
6599
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
|
+
},
|
|
6600
6701
|
{
|
|
6601
6702
|
"source": ".agent-src.uncompressed/rules/autonomous-execution.md",
|
|
6602
6703
|
"target": "contexts/execution/autonomy-detection.md",
|
|
@@ -7003,6 +7104,48 @@
|
|
|
7003
7104
|
"via": "self",
|
|
7004
7105
|
"depth": 0
|
|
7005
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
|
+
},
|
|
7006
7149
|
{
|
|
7007
7150
|
"source": ".agent-src.uncompressed/rules/guidelines.md",
|
|
7008
7151
|
"target": ".agent-src.uncompressed/contexts/communication/rules-auto/guidelines-mechanics.md",
|
|
@@ -7374,6 +7517,34 @@
|
|
|
7374
7517
|
"via": "self",
|
|
7375
7518
|
"depth": 0
|
|
7376
7519
|
},
|
|
7520
|
+
{
|
|
7521
|
+
"source": ".agent-src.uncompressed/rules/post-push-rewrite-discipline.md",
|
|
7522
|
+
"target": ".agent-src.uncompressed/rules/commit-policy.md",
|
|
7523
|
+
"type": "READ_ONLY",
|
|
7524
|
+
"via": "body_link",
|
|
7525
|
+
"depth": 1
|
|
7526
|
+
},
|
|
7527
|
+
{
|
|
7528
|
+
"source": ".agent-src.uncompressed/rules/post-push-rewrite-discipline.md",
|
|
7529
|
+
"target": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
|
|
7530
|
+
"type": "READ_ONLY",
|
|
7531
|
+
"via": "body_link",
|
|
7532
|
+
"depth": 1
|
|
7533
|
+
},
|
|
7534
|
+
{
|
|
7535
|
+
"source": ".agent-src.uncompressed/rules/post-push-rewrite-discipline.md",
|
|
7536
|
+
"target": ".agent-src.uncompressed/rules/post-push-rewrite-discipline.md",
|
|
7537
|
+
"type": "WRITE",
|
|
7538
|
+
"via": "self",
|
|
7539
|
+
"depth": 0
|
|
7540
|
+
},
|
|
7541
|
+
{
|
|
7542
|
+
"source": ".agent-src.uncompressed/rules/post-push-rewrite-discipline.md",
|
|
7543
|
+
"target": ".agent-src.uncompressed/skills/git-workflow/SKILL.md",
|
|
7544
|
+
"type": "READ_ONLY",
|
|
7545
|
+
"via": "body_link",
|
|
7546
|
+
"depth": 1
|
|
7547
|
+
},
|
|
7377
7548
|
{
|
|
7378
7549
|
"source": ".agent-src.uncompressed/rules/preservation-guard.md",
|
|
7379
7550
|
"target": ".agent-src.uncompressed/rules/preservation-guard.md",
|
|
@@ -7409,6 +7580,34 @@
|
|
|
7409
7580
|
"via": "self",
|
|
7410
7581
|
"depth": 0
|
|
7411
7582
|
},
|
|
7583
|
+
{
|
|
7584
|
+
"source": ".agent-src.uncompressed/rules/roadmap-ci-steps-policy.md",
|
|
7585
|
+
"target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
7586
|
+
"type": "READ_ONLY",
|
|
7587
|
+
"via": "body_link",
|
|
7588
|
+
"depth": 1
|
|
7589
|
+
},
|
|
7590
|
+
{
|
|
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",
|
|
7600
|
+
"type": "READ_ONLY",
|
|
7601
|
+
"via": "body_link",
|
|
7602
|
+
"depth": 1
|
|
7603
|
+
},
|
|
7604
|
+
{
|
|
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
|
+
},
|
|
7412
7611
|
{
|
|
7413
7612
|
"source": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
7414
7613
|
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
@@ -7661,6 +7860,55 @@
|
|
|
7661
7860
|
"via": "load_context",
|
|
7662
7861
|
"depth": 1
|
|
7663
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
|
+
},
|
|
7664
7912
|
{
|
|
7665
7913
|
"source": ".agent-src.uncompressed/rules/verify-before-complete.md",
|
|
7666
7914
|
"target": ".agent-src.uncompressed/contexts/execution/verification-mechanics.md",
|
|
@@ -7857,6 +8105,13 @@
|
|
|
7857
8105
|
"via": "self",
|
|
7858
8106
|
"depth": 0
|
|
7859
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
|
+
},
|
|
7860
8115
|
{
|
|
7861
8116
|
"source": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
7862
8117
|
"target": ".agent-src.uncompressed/skills/api-endpoint/SKILL.md",
|
|
@@ -7864,6 +8119,27 @@
|
|
|
7864
8119
|
"via": "self",
|
|
7865
8120
|
"depth": 0
|
|
7866
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
|
+
},
|
|
7867
8143
|
{
|
|
7868
8144
|
"source": ".agent-src.uncompressed/skills/api-testing/SKILL.md",
|
|
7869
8145
|
"target": ".agent-src.uncompressed/skills/api-testing/SKILL.md",
|
|
@@ -8214,6 +8490,34 @@
|
|
|
8214
8490
|
"via": "self",
|
|
8215
8491
|
"depth": 0
|
|
8216
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
|
+
},
|
|
8217
8521
|
{
|
|
8218
8522
|
"source": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
8219
8523
|
"target": ".agent-src.uncompressed/skills/code-review/SKILL.md",
|
|
@@ -8221,6 +8525,62 @@
|
|
|
8221
8525
|
"via": "self",
|
|
8222
8526
|
"depth": 0
|
|
8223
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
|
+
},
|
|
8224
8584
|
{
|
|
8225
8585
|
"source": ".agent-src.uncompressed/skills/command-routing/SKILL.md",
|
|
8226
8586
|
"target": ".agent-src.uncompressed/skills/command-routing/SKILL.md",
|
|
@@ -8837,13 +9197,6 @@
|
|
|
8837
9197
|
"via": "self",
|
|
8838
9198
|
"depth": 0
|
|
8839
9199
|
},
|
|
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
9200
|
{
|
|
8848
9201
|
"source": ".agent-src.uncompressed/skills/editorial-calendar/SKILL.md",
|
|
8849
9202
|
"target": ".agent-src.uncompressed/skills/content-funnel-design/SKILL.md",
|
|
@@ -9663,6 +10016,34 @@
|
|
|
9663
10016
|
"via": "body_link",
|
|
9664
10017
|
"depth": 1
|
|
9665
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
|
+
},
|
|
9666
10047
|
{
|
|
9667
10048
|
"source": ".agent-src.uncompressed/skills/laravel-horizon/SKILL.md",
|
|
9668
10049
|
"target": ".agent-src.uncompressed/skills/jobs-events/SKILL.md",
|
|
@@ -9698,6 +10079,13 @@
|
|
|
9698
10079
|
"via": "self",
|
|
9699
10080
|
"depth": 0
|
|
9700
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
|
+
},
|
|
9701
10089
|
{
|
|
9702
10090
|
"source": ".agent-src.uncompressed/skills/laravel-notifications/SKILL.md",
|
|
9703
10091
|
"target": ".agent-src.uncompressed/skills/laravel-mail/SKILL.md",
|
|
@@ -9735,7 +10123,7 @@
|
|
|
9735
10123
|
},
|
|
9736
10124
|
{
|
|
9737
10125
|
"source": ".agent-src.uncompressed/skills/laravel-reverb/SKILL.md",
|
|
9738
|
-
"target": ".agent-src.uncompressed/skills/websocket/SKILL.md",
|
|
10126
|
+
"target": ".agent-src.uncompressed/skills/laravel-websocket/SKILL.md",
|
|
9739
10127
|
"type": "READ_ONLY",
|
|
9740
10128
|
"via": "body_link",
|
|
9741
10129
|
"depth": 1
|
|
@@ -9754,6 +10142,13 @@
|
|
|
9754
10142
|
"via": "self",
|
|
9755
10143
|
"depth": 0
|
|
9756
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
|
+
},
|
|
9757
10152
|
{
|
|
9758
10153
|
"source": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
9759
10154
|
"target": ".agent-src.uncompressed/skills/laravel/SKILL.md",
|
|
@@ -10071,21 +10466,14 @@
|
|
|
10071
10466
|
},
|
|
10072
10467
|
{
|
|
10073
10468
|
"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",
|
|
10469
|
+
"target": ".agent-src.uncompressed/skills/laravel-migration/SKILL.md",
|
|
10082
10470
|
"type": "READ_ONLY",
|
|
10083
10471
|
"via": "body_link",
|
|
10084
10472
|
"depth": 1
|
|
10085
10473
|
},
|
|
10086
10474
|
{
|
|
10087
|
-
"source": ".agent-src.uncompressed/skills/migration-
|
|
10088
|
-
"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",
|
|
10089
10477
|
"type": "WRITE",
|
|
10090
10478
|
"via": "self",
|
|
10091
10479
|
"depth": 0
|
|
@@ -11210,6 +11598,13 @@
|
|
|
11210
11598
|
"via": "body_link",
|
|
11211
11599
|
"depth": 1
|
|
11212
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
|
+
},
|
|
11213
11608
|
{
|
|
11214
11609
|
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
11215
11610
|
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
@@ -11518,6 +11913,13 @@
|
|
|
11518
11913
|
"via": "body_link",
|
|
11519
11914
|
"depth": 1
|
|
11520
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
|
+
},
|
|
11521
11923
|
{
|
|
11522
11924
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11523
11925
|
"target": ".agent-src.uncompressed/skills/authz-review/SKILL.md",
|
|
@@ -11525,6 +11927,13 @@
|
|
|
11525
11927
|
"via": "body_link",
|
|
11526
11928
|
"depth": 1
|
|
11527
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
|
+
},
|
|
11528
11937
|
{
|
|
11529
11938
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11530
11939
|
"target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
|
|
@@ -11532,6 +11941,27 @@
|
|
|
11532
11941
|
"via": "body_link",
|
|
11533
11942
|
"depth": 1
|
|
11534
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
|
+
},
|
|
11535
11965
|
{
|
|
11536
11966
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11537
11967
|
"target": ".agent-src.uncompressed/skills/security-audit/SKILL.md",
|
|
@@ -11546,6 +11976,13 @@
|
|
|
11546
11976
|
"via": "self",
|
|
11547
11977
|
"depth": 0
|
|
11548
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
|
+
},
|
|
11549
11986
|
{
|
|
11550
11987
|
"source": ".agent-src.uncompressed/skills/security/SKILL.md",
|
|
11551
11988
|
"target": ".agent-src.uncompressed/skills/threat-modeling/SKILL.md",
|
|
@@ -12539,13 +12976,6 @@
|
|
|
12539
12976
|
"type": "WRITE",
|
|
12540
12977
|
"via": "self",
|
|
12541
12978
|
"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
12979
|
}
|
|
12550
12980
|
]
|
|
12551
12981
|
}
|