@event4u/agent-config 1.27.0 → 1.29.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.
Files changed (34) hide show
  1. package/.agent-src/commands/research.md +142 -0
  2. package/.agent-src/contexts/contracts/frugality-charter.md +4 -3
  3. package/.agent-src/contexts/contracts/research-schema.md +117 -0
  4. package/.agent-src/rules/domain-adoption-policy.md +1 -1
  5. package/.agent-src/rules/no-roadmap-references.md +1 -1
  6. package/.agent-src/rules/no-unsolicited-rebase.md +1 -1
  7. package/.agent-src/rules/scope-control.md +6 -8
  8. package/.agent-src/skills/async-python-patterns/SKILL.md +147 -0
  9. package/.agent-src/skills/deep-reading-analyst/SKILL.md +192 -0
  10. package/.agent-src/skills/defense-in-depth/SKILL.md +152 -0
  11. package/.agent-src/skills/error-handling-patterns/SKILL.md +134 -0
  12. package/.agent-src/skills/mcp-builder/SKILL.md +108 -0
  13. package/.agent-src/skills/prompt-engineering-patterns/SKILL.md +145 -0
  14. package/.agent-src/skills/repomix/SKILL.md +135 -0
  15. package/.agent-src/skills/roadmap-writing/SKILL.md +3 -3
  16. package/.agent-src/skills/secrets-management/SKILL.md +142 -0
  17. package/.agent-src/skills/testing-anti-patterns/SKILL.md +145 -0
  18. package/.agent-src/templates/agent-settings.md +1 -1
  19. package/.claude-plugin/marketplace.json +11 -1
  20. package/CHANGELOG.md +57 -0
  21. package/README.md +3 -3
  22. package/docs/architecture.md +3 -3
  23. package/docs/catalog.md +20 -7
  24. package/docs/contracts/command-clusters.md +1 -0
  25. package/docs/contracts/file-ownership-matrix.json +1644 -165
  26. package/docs/contracts/package-self-orientation.md +1 -1
  27. package/docs/decisions/ADR-004-rule-governance-pruning.md +3 -3
  28. package/docs/getting-started.md +1 -1
  29. package/docs/guidelines/agent-infra/inversion-thinking.md +388 -0
  30. package/docs/guidelines/agent-infra/mcp-request-signing.md +11 -14
  31. package/docs/guidelines/agent-infra/mental-models.md +314 -0
  32. package/docs/guidelines/agent-infra/scqa-framework.md +526 -0
  33. package/package.json +1 -1
  34. package/scripts/schemas/skill.schema.json +15 -0
@@ -57,6 +57,24 @@
57
57
  "load_context": [],
58
58
  "load_context_eager": []
59
59
  },
60
+ ".agent-src.uncompressed/commands/challenge-me.md": {
61
+ "kind": "command",
62
+ "rule_type": null,
63
+ "load_context": [],
64
+ "load_context_eager": []
65
+ },
66
+ ".agent-src.uncompressed/commands/challenge-me/vision.md": {
67
+ "kind": "command",
68
+ "rule_type": null,
69
+ "load_context": [],
70
+ "load_context_eager": []
71
+ },
72
+ ".agent-src.uncompressed/commands/challenge-me/with-docs.md": {
73
+ "kind": "command",
74
+ "rule_type": null,
75
+ "load_context": [],
76
+ "load_context_eager": []
77
+ },
60
78
  ".agent-src.uncompressed/commands/chat-history.md": {
61
79
  "kind": "command",
62
80
  "rule_type": null,
@@ -141,6 +159,12 @@
141
159
  "load_context": [],
142
160
  "load_context_eager": []
143
161
  },
162
+ ".agent-src.uncompressed/commands/cost-report.md": {
163
+ "kind": "command",
164
+ "rule_type": null,
165
+ "load_context": [],
166
+ "load_context_eager": []
167
+ },
144
168
  ".agent-src.uncompressed/commands/council.md": {
145
169
  "kind": "command",
146
170
  "rule_type": null,
@@ -285,6 +309,12 @@
285
309
  "load_context": [],
286
310
  "load_context_eager": []
287
311
  },
312
+ ".agent-src.uncompressed/commands/grill-me.md": {
313
+ "kind": "command",
314
+ "rule_type": null,
315
+ "load_context": [],
316
+ "load_context_eager": []
317
+ },
288
318
  ".agent-src.uncompressed/commands/implement-ticket.md": {
289
319
  "kind": "command",
290
320
  "rule_type": null,
@@ -477,6 +507,12 @@
477
507
  "load_context": [],
478
508
  "load_context_eager": []
479
509
  },
510
+ ".agent-src.uncompressed/commands/research.md": {
511
+ "kind": "command",
512
+ "rule_type": null,
513
+ "load_context": [],
514
+ "load_context_eager": []
515
+ },
480
516
  ".agent-src.uncompressed/commands/review-changes.md": {
481
517
  "kind": "command",
482
518
  "rule_type": null,
@@ -495,13 +531,31 @@
495
531
  "load_context": [],
496
532
  "load_context_eager": []
497
533
  },
534
+ ".agent-src.uncompressed/commands/roadmap/ai-council.md": {
535
+ "kind": "command",
536
+ "rule_type": null,
537
+ "load_context": [],
538
+ "load_context_eager": []
539
+ },
498
540
  ".agent-src.uncompressed/commands/roadmap/create.md": {
499
541
  "kind": "command",
500
542
  "rule_type": null,
501
543
  "load_context": [],
502
544
  "load_context_eager": []
503
545
  },
504
- ".agent-src.uncompressed/commands/roadmap/execute.md": {
546
+ ".agent-src.uncompressed/commands/roadmap/process-full.md": {
547
+ "kind": "command",
548
+ "rule_type": null,
549
+ "load_context": [],
550
+ "load_context_eager": []
551
+ },
552
+ ".agent-src.uncompressed/commands/roadmap/process-phase.md": {
553
+ "kind": "command",
554
+ "rule_type": null,
555
+ "load_context": [],
556
+ "load_context_eager": []
557
+ },
558
+ ".agent-src.uncompressed/commands/roadmap/process-step.md": {
505
559
  "kind": "command",
506
560
  "rule_type": null,
507
561
  "load_context": [],
@@ -591,6 +645,12 @@
591
645
  "load_context": [],
592
646
  "load_context_eager": []
593
647
  },
648
+ ".agent-src.uncompressed/contexts/authority/kernel-rule-edits.md": {
649
+ "kind": "context",
650
+ "rule_type": null,
651
+ "load_context": [],
652
+ "load_context_eager": []
653
+ },
594
654
  ".agent-src.uncompressed/contexts/authority/scope-mechanics.md": {
595
655
  "kind": "context",
596
656
  "rule_type": null,
@@ -651,6 +711,30 @@
651
711
  "load_context": [],
652
712
  "load_context_eager": []
653
713
  },
714
+ ".agent-src.uncompressed/contexts/contracts/consumer-agents-md-guide.md": {
715
+ "kind": "context",
716
+ "rule_type": null,
717
+ "load_context": [],
718
+ "load_context_eager": []
719
+ },
720
+ ".agent-src.uncompressed/contexts/contracts/emergency-triage-block.md": {
721
+ "kind": "context",
722
+ "rule_type": null,
723
+ "load_context": [],
724
+ "load_context_eager": []
725
+ },
726
+ ".agent-src.uncompressed/contexts/contracts/frugality-charter.md": {
727
+ "kind": "context",
728
+ "rule_type": null,
729
+ "load_context": [],
730
+ "load_context_eager": []
731
+ },
732
+ ".agent-src.uncompressed/contexts/contracts/research-schema.md": {
733
+ "kind": "context",
734
+ "rule_type": null,
735
+ "load_context": [],
736
+ "load_context_eager": []
737
+ },
654
738
  ".agent-src.uncompressed/contexts/documentation-hierarchy.md": {
655
739
  "kind": "context",
656
740
  "rule_type": null,
@@ -675,6 +759,12 @@
675
759
  "load_context": [],
676
760
  "load_context_eager": []
677
761
  },
762
+ ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md": {
763
+ "kind": "context",
764
+ "rule_type": null,
765
+ "load_context": [],
766
+ "load_context_eager": []
767
+ },
678
768
  ".agent-src.uncompressed/contexts/execution/verification-mechanics.md": {
679
769
  "kind": "context",
680
770
  "rule_type": null,
@@ -779,7 +869,7 @@
779
869
  },
780
870
  ".agent-src.uncompressed/rules/analysis-skill-routing.md": {
781
871
  "kind": "rule",
782
- "rule_type": "auto",
872
+ "rule_type": "manual",
783
873
  "load_context": [],
784
874
  "load_context_eager": []
785
875
  },
@@ -839,6 +929,12 @@
839
929
  "load_context": [],
840
930
  "load_context_eager": []
841
931
  },
932
+ ".agent-src.uncompressed/rules/caveman-speak.md": {
933
+ "kind": "rule",
934
+ "rule_type": "auto",
935
+ "load_context": [],
936
+ "load_context_eager": []
937
+ },
842
938
  ".agent-src.uncompressed/rules/cli-output-handling.md": {
843
939
  "kind": "rule",
844
940
  "rule_type": "auto",
@@ -891,6 +987,12 @@
891
987
  "load_context": [],
892
988
  "load_context_eager": []
893
989
  },
990
+ ".agent-src.uncompressed/rules/domain-adoption-policy.md": {
991
+ "kind": "rule",
992
+ "rule_type": "auto",
993
+ "load_context": [],
994
+ "load_context_eager": []
995
+ },
894
996
  ".agent-src.uncompressed/rules/downstream-changes.md": {
895
997
  "kind": "rule",
896
998
  "rule_type": "auto",
@@ -905,7 +1007,7 @@
905
1007
  },
906
1008
  ".agent-src.uncompressed/rules/guidelines.md": {
907
1009
  "kind": "rule",
908
- "rule_type": "auto",
1010
+ "rule_type": "manual",
909
1011
  "load_context": [
910
1012
  "contexts/communication/rules-auto/guidelines-mechanics.md"
911
1013
  ],
@@ -917,6 +1019,12 @@
917
1019
  "load_context": [],
918
1020
  "load_context_eager": []
919
1021
  },
1022
+ ".agent-src.uncompressed/rules/invite-challenge.md": {
1023
+ "kind": "rule",
1024
+ "rule_type": "auto",
1025
+ "load_context": [],
1026
+ "load_context_eager": []
1027
+ },
920
1028
  ".agent-src.uncompressed/rules/language-and-tone.md": {
921
1029
  "kind": "rule",
922
1030
  "rule_type": "always",
@@ -965,13 +1073,13 @@
965
1073
  "load_context": [],
966
1074
  "load_context_eager": []
967
1075
  },
968
- ".agent-src.uncompressed/rules/no-council-references.md": {
1076
+ ".agent-src.uncompressed/rules/no-roadmap-references.md": {
969
1077
  "kind": "rule",
970
1078
  "rule_type": "auto",
971
1079
  "load_context": [],
972
1080
  "load_context_eager": []
973
1081
  },
974
- ".agent-src.uncompressed/rules/no-roadmap-references.md": {
1082
+ ".agent-src.uncompressed/rules/no-unsolicited-rebase.md": {
975
1083
  "kind": "rule",
976
1084
  "rule_type": "auto",
977
1085
  "load_context": [],
@@ -993,7 +1101,7 @@
993
1101
  },
994
1102
  ".agent-src.uncompressed/rules/package-ci-checks.md": {
995
1103
  "kind": "rule",
996
- "rule_type": "auto",
1104
+ "rule_type": "manual",
997
1105
  "load_context": [],
998
1106
  "load_context_eager": []
999
1107
  },
@@ -1009,12 +1117,6 @@
1009
1117
  "load_context": [],
1010
1118
  "load_context_eager": []
1011
1119
  },
1012
- ".agent-src.uncompressed/rules/review-routing-awareness.md": {
1013
- "kind": "rule",
1014
- "rule_type": "auto",
1015
- "load_context": [],
1016
- "load_context_eager": []
1017
- },
1018
1120
  ".agent-src.uncompressed/rules/reviewer-awareness.md": {
1019
1121
  "kind": "rule",
1020
1122
  "rule_type": "auto",
@@ -1049,7 +1151,8 @@
1049
1151
  "kind": "rule",
1050
1152
  "rule_type": "always",
1051
1153
  "load_context": [
1052
- "contexts/authority/scope-mechanics.md"
1154
+ "contexts/authority/scope-mechanics.md",
1155
+ "contexts/authority/kernel-rule-edits.md"
1053
1156
  ],
1054
1157
  "load_context_eager": []
1055
1158
  },
@@ -1061,7 +1164,7 @@
1061
1164
  },
1062
1165
  ".agent-src.uncompressed/rules/size-enforcement.md": {
1063
1166
  "kind": "rule",
1064
- "rule_type": "auto",
1167
+ "rule_type": "manual",
1065
1168
  "load_context": [],
1066
1169
  "load_context_eager": []
1067
1170
  },
@@ -1139,6 +1242,12 @@
1139
1242
  ],
1140
1243
  "load_context_eager": []
1141
1244
  },
1245
+ ".agent-src.uncompressed/skills/adr-create/SKILL.md": {
1246
+ "kind": "skill",
1247
+ "rule_type": null,
1248
+ "load_context": [],
1249
+ "load_context_eager": []
1250
+ },
1142
1251
  ".agent-src.uncompressed/skills/adversarial-review/SKILL.md": {
1143
1252
  "kind": "skill",
1144
1253
  "rule_type": null,
@@ -1151,6 +1260,12 @@
1151
1260
  "load_context": [],
1152
1261
  "load_context_eager": []
1153
1262
  },
1263
+ ".agent-src.uncompressed/skills/agents-md-thin-root/SKILL.md": {
1264
+ "kind": "skill",
1265
+ "rule_type": null,
1266
+ "load_context": [],
1267
+ "load_context_eager": []
1268
+ },
1154
1269
  ".agent-src.uncompressed/skills/ai-council/SKILL.md": {
1155
1270
  "kind": "skill",
1156
1271
  "rule_type": null,
@@ -1193,6 +1308,12 @@
1193
1308
  "load_context": [],
1194
1309
  "load_context_eager": []
1195
1310
  },
1311
+ ".agent-src.uncompressed/skills/async-python-patterns/SKILL.md": {
1312
+ "kind": "skill",
1313
+ "rule_type": null,
1314
+ "load_context": [],
1315
+ "load_context_eager": []
1316
+ },
1196
1317
  ".agent-src.uncompressed/skills/authz-review/SKILL.md": {
1197
1318
  "kind": "skill",
1198
1319
  "rule_type": null,
@@ -1313,6 +1434,18 @@
1313
1434
  "load_context": [],
1314
1435
  "load_context_eager": []
1315
1436
  },
1437
+ ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md": {
1438
+ "kind": "skill",
1439
+ "rule_type": null,
1440
+ "load_context": [],
1441
+ "load_context_eager": []
1442
+ },
1443
+ ".agent-src.uncompressed/skills/defense-in-depth/SKILL.md": {
1444
+ "kind": "skill",
1445
+ "rule_type": null,
1446
+ "load_context": [],
1447
+ "load_context_eager": []
1448
+ },
1316
1449
  ".agent-src.uncompressed/skills/dependency-upgrade/SKILL.md": {
1317
1450
  "kind": "skill",
1318
1451
  "rule_type": null,
@@ -1361,6 +1494,12 @@
1361
1494
  "load_context": [],
1362
1495
  "load_context_eager": []
1363
1496
  },
1497
+ ".agent-src.uncompressed/skills/error-handling-patterns/SKILL.md": {
1498
+ "kind": "skill",
1499
+ "rule_type": null,
1500
+ "load_context": [],
1501
+ "load_context_eager": []
1502
+ },
1364
1503
  ".agent-src.uncompressed/skills/estimate-ticket/SKILL.md": {
1365
1504
  "kind": "skill",
1366
1505
  "rule_type": null,
@@ -1553,6 +1692,18 @@
1553
1692
  "load_context": [],
1554
1693
  "load_context_eager": []
1555
1694
  },
1695
+ ".agent-src.uncompressed/skills/markitdown/SKILL.md": {
1696
+ "kind": "skill",
1697
+ "rule_type": null,
1698
+ "load_context": [],
1699
+ "load_context_eager": []
1700
+ },
1701
+ ".agent-src.uncompressed/skills/mcp-builder/SKILL.md": {
1702
+ "kind": "skill",
1703
+ "rule_type": null,
1704
+ "load_context": [],
1705
+ "load_context_eager": []
1706
+ },
1556
1707
  ".agent-src.uncompressed/skills/mcp/SKILL.md": {
1557
1708
  "kind": "skill",
1558
1709
  "rule_type": null,
@@ -1577,6 +1728,12 @@
1577
1728
  "load_context": [],
1578
1729
  "load_context_eager": []
1579
1730
  },
1731
+ ".agent-src.uncompressed/skills/mobile-e2e-strategy/SKILL.md": {
1732
+ "kind": "skill",
1733
+ "rule_type": null,
1734
+ "load_context": [],
1735
+ "load_context_eager": []
1736
+ },
1580
1737
  ".agent-src.uncompressed/skills/module-management/SKILL.md": {
1581
1738
  "kind": "skill",
1582
1739
  "rule_type": null,
@@ -1619,6 +1776,12 @@
1619
1776
  "load_context": [],
1620
1777
  "load_context_eager": []
1621
1778
  },
1779
+ ".agent-src.uncompressed/skills/persona-writing/SKILL.md": {
1780
+ "kind": "skill",
1781
+ "rule_type": null,
1782
+ "load_context": [],
1783
+ "load_context_eager": []
1784
+ },
1622
1785
  ".agent-src.uncompressed/skills/pest-testing/SKILL.md": {
1623
1786
  "kind": "skill",
1624
1787
  "rule_type": null,
@@ -1709,6 +1872,12 @@
1709
1872
  "load_context": [],
1710
1873
  "load_context_eager": []
1711
1874
  },
1875
+ ".agent-src.uncompressed/skills/prompt-engineering-patterns/SKILL.md": {
1876
+ "kind": "skill",
1877
+ "rule_type": null,
1878
+ "load_context": [],
1879
+ "load_context_eager": []
1880
+ },
1712
1881
  ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md": {
1713
1882
  "kind": "skill",
1714
1883
  "rule_type": null,
@@ -1721,6 +1890,12 @@
1721
1890
  "load_context": [],
1722
1891
  "load_context_eager": []
1723
1892
  },
1893
+ ".agent-src.uncompressed/skills/react-native-setup/SKILL.md": {
1894
+ "kind": "skill",
1895
+ "rule_type": null,
1896
+ "load_context": [],
1897
+ "load_context_eager": []
1898
+ },
1724
1899
  ".agent-src.uncompressed/skills/react-shadcn-ui/SKILL.md": {
1725
1900
  "kind": "skill",
1726
1901
  "rule_type": null,
@@ -1763,6 +1938,12 @@
1763
1938
  "load_context": [],
1764
1939
  "load_context_eager": []
1765
1940
  },
1941
+ ".agent-src.uncompressed/skills/repomix/SKILL.md": {
1942
+ "kind": "skill",
1943
+ "rule_type": null,
1944
+ "load_context": [],
1945
+ "load_context_eager": []
1946
+ },
1766
1947
  ".agent-src.uncompressed/skills/requesting-code-review/SKILL.md": {
1767
1948
  "kind": "skill",
1768
1949
  "rule_type": null,
@@ -1787,6 +1968,12 @@
1787
1968
  "load_context": [],
1788
1969
  "load_context_eager": []
1789
1970
  },
1971
+ ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md": {
1972
+ "kind": "skill",
1973
+ "rule_type": null,
1974
+ "load_context": [],
1975
+ "load_context_eager": []
1976
+ },
1790
1977
  ".agent-src.uncompressed/skills/rtk-output-filtering/SKILL.md": {
1791
1978
  "kind": "skill",
1792
1979
  "rule_type": null,
@@ -1799,6 +1986,18 @@
1799
1986
  "load_context": [],
1800
1987
  "load_context_eager": []
1801
1988
  },
1989
+ ".agent-src.uncompressed/skills/script-writing/SKILL.md": {
1990
+ "kind": "skill",
1991
+ "rule_type": null,
1992
+ "load_context": [],
1993
+ "load_context_eager": []
1994
+ },
1995
+ ".agent-src.uncompressed/skills/secrets-management/SKILL.md": {
1996
+ "kind": "skill",
1997
+ "rule_type": null,
1998
+ "load_context": [],
1999
+ "load_context_eager": []
2000
+ },
1802
2001
  ".agent-src.uncompressed/skills/security-audit/SKILL.md": {
1803
2002
  "kind": "skill",
1804
2003
  "rule_type": null,
@@ -1895,6 +2094,12 @@
1895
2094
  "load_context": [],
1896
2095
  "load_context_eager": []
1897
2096
  },
2097
+ ".agent-src.uncompressed/skills/testing-anti-patterns/SKILL.md": {
2098
+ "kind": "skill",
2099
+ "rule_type": null,
2100
+ "load_context": [],
2101
+ "load_context_eager": []
2102
+ },
1898
2103
  ".agent-src.uncompressed/skills/threat-modeling/SKILL.md": {
1899
2104
  "kind": "skill",
1900
2105
  "rule_type": null,
@@ -2021,134 +2226,253 @@
2021
2226
  "depth": 0
2022
2227
  },
2023
2228
  {
2024
- "source": ".agent-src.uncompressed/commands/chat-history.md",
2025
- "target": ".agent-src.uncompressed/commands/chat-history.md",
2026
- "type": "WRITE",
2027
- "via": "self",
2028
- "depth": 0
2029
- },
2030
- {
2031
- "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2032
- "target": ".agent-src.uncompressed/commands/chat-history/import.md",
2229
+ "source": ".agent-src.uncompressed/commands/challenge-me.md",
2230
+ "target": ".agent-src.uncompressed/commands/challenge-me.md",
2033
2231
  "type": "WRITE",
2034
2232
  "via": "self",
2035
2233
  "depth": 0
2036
2234
  },
2037
2235
  {
2038
- "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2039
- "target": ".agent-src.uncompressed/commands/chat-history/learn.md",
2040
- "type": "READ_ONLY",
2041
- "via": "body_link",
2042
- "depth": 1
2043
- },
2044
- {
2045
- "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2046
- "target": ".agent-src.uncompressed/commands/chat-history/show.md",
2236
+ "source": ".agent-src.uncompressed/commands/challenge-me.md",
2237
+ "target": ".agent-src.uncompressed/commands/challenge-me/vision.md",
2047
2238
  "type": "READ_ONLY",
2048
2239
  "via": "body_link",
2049
2240
  "depth": 1
2050
2241
  },
2051
2242
  {
2052
- "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2053
- "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
2243
+ "source": ".agent-src.uncompressed/commands/challenge-me.md",
2244
+ "target": ".agent-src.uncompressed/commands/council/default.md",
2054
2245
  "type": "READ_ONLY",
2055
2246
  "via": "body_link",
2056
2247
  "depth": 1
2057
2248
  },
2058
2249
  {
2059
- "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2060
- "target": ".agent-src.uncompressed/rules/user-interaction.md",
2250
+ "source": ".agent-src.uncompressed/commands/challenge-me.md",
2251
+ "target": ".agent-src.uncompressed/commands/grill-me.md",
2061
2252
  "type": "READ_ONLY",
2062
2253
  "via": "body_link",
2063
2254
  "depth": 1
2064
2255
  },
2065
2256
  {
2066
- "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2067
- "target": ".agent-src.uncompressed/commands/chat-history/import.md",
2257
+ "source": ".agent-src.uncompressed/commands/challenge-me.md",
2258
+ "target": ".agent-src.uncompressed/commands/roadmap/create.md",
2068
2259
  "type": "READ_ONLY",
2069
2260
  "via": "body_link",
2070
2261
  "depth": 1
2071
2262
  },
2072
2263
  {
2073
- "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2074
- "target": ".agent-src.uncompressed/commands/chat-history/learn.md",
2264
+ "source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
2265
+ "target": ".agent-src.uncompressed/commands/challenge-me/vision.md",
2075
2266
  "type": "WRITE",
2076
2267
  "via": "self",
2077
2268
  "depth": 0
2078
2269
  },
2079
2270
  {
2080
- "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2081
- "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
2271
+ "source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
2272
+ "target": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
2082
2273
  "type": "READ_ONLY",
2083
2274
  "via": "body_link",
2084
2275
  "depth": 1
2085
2276
  },
2086
2277
  {
2087
- "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2088
- "target": ".agent-src.uncompressed/rules/user-interaction.md",
2278
+ "source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
2279
+ "target": ".agent-src.uncompressed/commands/optimize-prompt.md",
2089
2280
  "type": "READ_ONLY",
2090
2281
  "via": "body_link",
2091
2282
  "depth": 1
2092
2283
  },
2093
2284
  {
2094
- "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2095
- "target": ".agent-src.uncompressed/skills/learning-to-rule-or-skill/SKILL.md",
2285
+ "source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
2286
+ "target": ".agent-src.uncompressed/commands/refine-ticket.md",
2096
2287
  "type": "READ_ONLY",
2097
2288
  "via": "body_link",
2098
2289
  "depth": 1
2099
2290
  },
2100
2291
  {
2101
- "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2102
- "target": ".agent-src.uncompressed/skills/upstream-contribute/SKILL.md",
2292
+ "source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
2293
+ "target": ".agent-src.uncompressed/commands/roadmap/create.md",
2103
2294
  "type": "READ_ONLY",
2104
2295
  "via": "body_link",
2105
2296
  "depth": 1
2106
2297
  },
2107
2298
  {
2108
- "source": ".agent-src.uncompressed/commands/chat-history/show.md",
2109
- "target": ".agent-src.uncompressed/commands/chat-history/show.md",
2110
- "type": "WRITE",
2111
- "via": "self",
2112
- "depth": 0
2299
+ "source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
2300
+ "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
2301
+ "type": "READ_ONLY",
2302
+ "via": "body_link",
2303
+ "depth": 1
2113
2304
  },
2114
2305
  {
2115
- "source": ".agent-src.uncompressed/commands/check-current-md.md",
2116
- "target": ".agent-src.uncompressed/commands/check-current-md.md",
2306
+ "source": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
2307
+ "target": ".agent-src.uncompressed/commands/challenge-me/vision.md",
2308
+ "type": "READ_ONLY",
2309
+ "via": "body_link",
2310
+ "depth": 1
2311
+ },
2312
+ {
2313
+ "source": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
2314
+ "target": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
2117
2315
  "type": "WRITE",
2118
2316
  "via": "self",
2119
2317
  "depth": 0
2120
2318
  },
2121
2319
  {
2122
- "source": ".agent-src.uncompressed/commands/check-current-md.md",
2123
- "target": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
2320
+ "source": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
2321
+ "target": ".agent-src.uncompressed/commands/refine-ticket.md",
2124
2322
  "type": "READ_ONLY",
2125
2323
  "via": "body_link",
2126
2324
  "depth": 1
2127
2325
  },
2128
2326
  {
2129
- "source": ".agent-src.uncompressed/commands/check-current-md.md",
2130
- "target": ".agent-src.uncompressed/rules/language-and-tone.md",
2327
+ "source": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
2328
+ "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
2131
2329
  "type": "READ_ONLY",
2132
2330
  "via": "body_link",
2133
2331
  "depth": 1
2134
2332
  },
2135
2333
  {
2136
- "source": ".agent-src.uncompressed/commands/check-current-md.md",
2137
- "target": ".agent-src.uncompressed/skills/md-language-check/SKILL.md",
2334
+ "source": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
2335
+ "target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
2138
2336
  "type": "READ_ONLY",
2139
2337
  "via": "body_link",
2140
2338
  "depth": 1
2141
2339
  },
2142
2340
  {
2143
- "source": ".agent-src.uncompressed/commands/commit.md",
2144
- "target": ".agent-src.uncompressed/commands/commit.md",
2341
+ "source": ".agent-src.uncompressed/commands/chat-history.md",
2342
+ "target": ".agent-src.uncompressed/commands/chat-history.md",
2145
2343
  "type": "WRITE",
2146
2344
  "via": "self",
2147
2345
  "depth": 0
2148
2346
  },
2149
2347
  {
2150
- "source": ".agent-src.uncompressed/commands/commit/in-chunks.md",
2151
- "target": ".agent-src.uncompressed/commands/commit.md",
2348
+ "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2349
+ "target": ".agent-src.uncompressed/commands/chat-history/import.md",
2350
+ "type": "WRITE",
2351
+ "via": "self",
2352
+ "depth": 0
2353
+ },
2354
+ {
2355
+ "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2356
+ "target": ".agent-src.uncompressed/commands/chat-history/learn.md",
2357
+ "type": "READ_ONLY",
2358
+ "via": "body_link",
2359
+ "depth": 1
2360
+ },
2361
+ {
2362
+ "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2363
+ "target": ".agent-src.uncompressed/commands/chat-history/show.md",
2364
+ "type": "READ_ONLY",
2365
+ "via": "body_link",
2366
+ "depth": 1
2367
+ },
2368
+ {
2369
+ "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2370
+ "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
2371
+ "type": "READ_ONLY",
2372
+ "via": "body_link",
2373
+ "depth": 1
2374
+ },
2375
+ {
2376
+ "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2377
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
2378
+ "type": "READ_ONLY",
2379
+ "via": "body_link",
2380
+ "depth": 1
2381
+ },
2382
+ {
2383
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2384
+ "target": ".agent-src.uncompressed/commands/chat-history/import.md",
2385
+ "type": "READ_ONLY",
2386
+ "via": "body_link",
2387
+ "depth": 1
2388
+ },
2389
+ {
2390
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2391
+ "target": ".agent-src.uncompressed/commands/chat-history/learn.md",
2392
+ "type": "WRITE",
2393
+ "via": "self",
2394
+ "depth": 0
2395
+ },
2396
+ {
2397
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2398
+ "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
2399
+ "type": "READ_ONLY",
2400
+ "via": "body_link",
2401
+ "depth": 1
2402
+ },
2403
+ {
2404
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2405
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
2406
+ "type": "READ_ONLY",
2407
+ "via": "body_link",
2408
+ "depth": 1
2409
+ },
2410
+ {
2411
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2412
+ "target": ".agent-src.uncompressed/skills/learning-to-rule-or-skill/SKILL.md",
2413
+ "type": "READ_ONLY",
2414
+ "via": "body_link",
2415
+ "depth": 1
2416
+ },
2417
+ {
2418
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2419
+ "target": ".agent-src.uncompressed/skills/upstream-contribute/SKILL.md",
2420
+ "type": "READ_ONLY",
2421
+ "via": "body_link",
2422
+ "depth": 1
2423
+ },
2424
+ {
2425
+ "source": ".agent-src.uncompressed/commands/chat-history/show.md",
2426
+ "target": ".agent-src.uncompressed/commands/chat-history/show.md",
2427
+ "type": "WRITE",
2428
+ "via": "self",
2429
+ "depth": 0
2430
+ },
2431
+ {
2432
+ "source": ".agent-src.uncompressed/commands/check-current-md.md",
2433
+ "target": ".agent-src.uncompressed/commands/check-current-md.md",
2434
+ "type": "WRITE",
2435
+ "via": "self",
2436
+ "depth": 0
2437
+ },
2438
+ {
2439
+ "source": ".agent-src.uncompressed/commands/check-current-md.md",
2440
+ "target": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
2441
+ "type": "READ_ONLY",
2442
+ "via": "body_link",
2443
+ "depth": 1
2444
+ },
2445
+ {
2446
+ "source": ".agent-src.uncompressed/commands/check-current-md.md",
2447
+ "target": ".agent-src.uncompressed/rules/language-and-tone.md",
2448
+ "type": "READ_ONLY",
2449
+ "via": "body_link",
2450
+ "depth": 1
2451
+ },
2452
+ {
2453
+ "source": ".agent-src.uncompressed/commands/check-current-md.md",
2454
+ "target": ".agent-src.uncompressed/skills/md-language-check/SKILL.md",
2455
+ "type": "READ_ONLY",
2456
+ "via": "body_link",
2457
+ "depth": 1
2458
+ },
2459
+ {
2460
+ "source": ".agent-src.uncompressed/commands/commit.md",
2461
+ "target": ".agent-src.uncompressed/commands/commit.md",
2462
+ "type": "WRITE",
2463
+ "via": "self",
2464
+ "depth": 0
2465
+ },
2466
+ {
2467
+ "source": ".agent-src.uncompressed/commands/commit.md",
2468
+ "target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
2469
+ "type": "READ_ONLY",
2470
+ "via": "body_link",
2471
+ "depth": 1
2472
+ },
2473
+ {
2474
+ "source": ".agent-src.uncompressed/commands/commit/in-chunks.md",
2475
+ "target": ".agent-src.uncompressed/commands/commit.md",
2152
2476
  "type": "READ_ONLY",
2153
2477
  "via": "body_link",
2154
2478
  "depth": 1
@@ -2230,6 +2554,48 @@
2230
2554
  "via": "self",
2231
2555
  "depth": 0
2232
2556
  },
2557
+ {
2558
+ "source": ".agent-src.uncompressed/commands/cost-report.md",
2559
+ "target": ".agent-src.uncompressed/commands/agent-status.md",
2560
+ "type": "READ_ONLY",
2561
+ "via": "body_link",
2562
+ "depth": 1
2563
+ },
2564
+ {
2565
+ "source": ".agent-src.uncompressed/commands/cost-report.md",
2566
+ "target": ".agent-src.uncompressed/commands/cost-report.md",
2567
+ "type": "WRITE",
2568
+ "via": "self",
2569
+ "depth": 0
2570
+ },
2571
+ {
2572
+ "source": ".agent-src.uncompressed/commands/cost-report.md",
2573
+ "target": ".agent-src.uncompressed/commands/set-cost-profile.md",
2574
+ "type": "READ_ONLY",
2575
+ "via": "body_link",
2576
+ "depth": 1
2577
+ },
2578
+ {
2579
+ "source": ".agent-src.uncompressed/commands/cost-report.md",
2580
+ "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
2581
+ "type": "READ_ONLY",
2582
+ "via": "body_link",
2583
+ "depth": 1
2584
+ },
2585
+ {
2586
+ "source": ".agent-src.uncompressed/commands/cost-report.md",
2587
+ "target": ".agent-src.uncompressed/rules/commit-policy.md",
2588
+ "type": "READ_ONLY",
2589
+ "via": "body_link",
2590
+ "depth": 1
2591
+ },
2592
+ {
2593
+ "source": ".agent-src.uncompressed/commands/cost-report.md",
2594
+ "target": ".agent-src.uncompressed/rules/scope-control.md",
2595
+ "type": "READ_ONLY",
2596
+ "via": "body_link",
2597
+ "depth": 1
2598
+ },
2233
2599
  {
2234
2600
  "source": ".agent-src.uncompressed/commands/council.md",
2235
2601
  "target": ".agent-src.uncompressed/commands/council.md",
@@ -2244,6 +2610,13 @@
2244
2610
  "via": "self",
2245
2611
  "depth": 0
2246
2612
  },
2613
+ {
2614
+ "source": ".agent-src.uncompressed/commands/council/default.md",
2615
+ "target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
2616
+ "type": "READ_ONLY",
2617
+ "via": "body_link",
2618
+ "depth": 1
2619
+ },
2247
2620
  {
2248
2621
  "source": ".agent-src.uncompressed/commands/council/design.md",
2249
2622
  "target": ".agent-src.uncompressed/commands/council/design.md",
@@ -2426,6 +2799,20 @@
2426
2799
  "via": "self",
2427
2800
  "depth": 0
2428
2801
  },
2802
+ {
2803
+ "source": ".agent-src.uncompressed/commands/grill-me.md",
2804
+ "target": ".agent-src.uncompressed/commands/challenge-me.md",
2805
+ "type": "READ_ONLY",
2806
+ "via": "body_link",
2807
+ "depth": 1
2808
+ },
2809
+ {
2810
+ "source": ".agent-src.uncompressed/commands/grill-me.md",
2811
+ "target": ".agent-src.uncompressed/commands/grill-me.md",
2812
+ "type": "WRITE",
2813
+ "via": "self",
2814
+ "depth": 0
2815
+ },
2429
2816
  {
2430
2817
  "source": ".agent-src.uncompressed/commands/implement-ticket.md",
2431
2818
  "target": ".agent-src.uncompressed/commands/commit.md",
@@ -2797,6 +3184,34 @@
2797
3184
  "via": "body_link",
2798
3185
  "depth": 1
2799
3186
  },
3187
+ {
3188
+ "source": ".agent-src.uncompressed/commands/research.md",
3189
+ "target": ".agent-src.uncompressed/commands/research.md",
3190
+ "type": "WRITE",
3191
+ "via": "self",
3192
+ "depth": 0
3193
+ },
3194
+ {
3195
+ "source": ".agent-src.uncompressed/commands/research.md",
3196
+ "target": ".agent-src.uncompressed/contexts/contracts/research-schema.md",
3197
+ "type": "READ_ONLY",
3198
+ "via": "body_link",
3199
+ "depth": 1
3200
+ },
3201
+ {
3202
+ "source": ".agent-src.uncompressed/commands/research.md",
3203
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
3204
+ "type": "READ_ONLY",
3205
+ "via": "body_link",
3206
+ "depth": 1
3207
+ },
3208
+ {
3209
+ "source": ".agent-src.uncompressed/commands/research.md",
3210
+ "target": ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md",
3211
+ "type": "READ_ONLY",
3212
+ "via": "body_link",
3213
+ "depth": 1
3214
+ },
2800
3215
  {
2801
3216
  "source": ".agent-src.uncompressed/commands/review-changes.md",
2802
3217
  "target": ".agent-src.uncompressed/commands/judge.md",
@@ -2867,13 +3282,6 @@
2867
3282
  "via": "self",
2868
3283
  "depth": 0
2869
3284
  },
2870
- {
2871
- "source": ".agent-src.uncompressed/commands/review-routing.md",
2872
- "target": ".agent-src.uncompressed/rules/review-routing-awareness.md",
2873
- "type": "READ_ONLY",
2874
- "via": "body_link",
2875
- "depth": 1
2876
- },
2877
3285
  {
2878
3286
  "source": ".agent-src.uncompressed/commands/review-routing.md",
2879
3287
  "target": ".agent-src.uncompressed/rules/reviewer-awareness.md",
@@ -2903,65 +3311,296 @@
2903
3311
  "depth": 0
2904
3312
  },
2905
3313
  {
2906
- "source": ".agent-src.uncompressed/commands/roadmap/create.md",
2907
- "target": ".agent-src.uncompressed/commands/roadmap/create.md",
2908
- "type": "WRITE",
2909
- "via": "self",
2910
- "depth": 0
3314
+ "source": ".agent-src.uncompressed/commands/roadmap.md",
3315
+ "target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3316
+ "type": "READ_ONLY",
3317
+ "via": "body_link",
3318
+ "depth": 1
2911
3319
  },
2912
3320
  {
2913
- "source": ".agent-src.uncompressed/commands/roadmap/execute.md",
2914
- "target": ".agent-src.uncompressed/commands/roadmap/execute.md",
2915
- "type": "WRITE",
2916
- "via": "self",
2917
- "depth": 0
3321
+ "source": ".agent-src.uncompressed/commands/roadmap.md",
3322
+ "target": ".agent-src.uncompressed/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md",
3323
+ "type": "READ_ONLY",
3324
+ "via": "body_link",
3325
+ "depth": 1
2918
3326
  },
2919
3327
  {
2920
- "source": ".agent-src.uncompressed/commands/rule-compliance-audit.md",
2921
- "target": ".agent-src.uncompressed/commands/rule-compliance-audit.md",
2922
- "type": "WRITE",
2923
- "via": "self",
2924
- "depth": 0
3328
+ "source": ".agent-src.uncompressed/commands/roadmap.md",
3329
+ "target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
3330
+ "type": "READ_ONLY",
3331
+ "via": "body_link",
3332
+ "depth": 1
2925
3333
  },
2926
3334
  {
2927
- "source": ".agent-src.uncompressed/commands/set-cost-profile.md",
2928
- "target": ".agent-src.uncompressed/commands/mode.md",
3335
+ "source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
3336
+ "target": ".agent-src.uncompressed/commands/council/default.md",
2929
3337
  "type": "READ_ONLY",
2930
3338
  "via": "body_link",
2931
3339
  "depth": 1
2932
3340
  },
2933
3341
  {
2934
- "source": ".agent-src.uncompressed/commands/set-cost-profile.md",
2935
- "target": ".agent-src.uncompressed/commands/onboard.md",
3342
+ "source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
3343
+ "target": ".agent-src.uncompressed/commands/roadmap.md",
2936
3344
  "type": "READ_ONLY",
2937
3345
  "via": "body_link",
2938
3346
  "depth": 1
2939
3347
  },
2940
3348
  {
2941
- "source": ".agent-src.uncompressed/commands/set-cost-profile.md",
2942
- "target": ".agent-src.uncompressed/commands/set-cost-profile.md",
3349
+ "source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
3350
+ "target": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
2943
3351
  "type": "WRITE",
2944
3352
  "via": "self",
2945
3353
  "depth": 0
2946
3354
  },
2947
3355
  {
2948
- "source": ".agent-src.uncompressed/commands/sync-agent-settings.md",
2949
- "target": ".agent-src.uncompressed/commands/sync-agent-settings.md",
2950
- "type": "WRITE",
2951
- "via": "self",
2952
- "depth": 0
3356
+ "source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
3357
+ "target": ".agent-src.uncompressed/rules/commit-policy.md",
3358
+ "type": "READ_ONLY",
3359
+ "via": "body_link",
3360
+ "depth": 1
2953
3361
  },
2954
3362
  {
2955
- "source": ".agent-src.uncompressed/commands/sync-agent-settings.md",
2956
- "target": ".agent-src.uncompressed/commands/sync-gitignore.md",
3363
+ "source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
3364
+ "target": ".agent-src.uncompressed/rules/scope-control.md",
2957
3365
  "type": "READ_ONLY",
2958
3366
  "via": "body_link",
2959
3367
  "depth": 1
2960
3368
  },
2961
3369
  {
2962
- "source": ".agent-src.uncompressed/commands/sync-gitignore.md",
2963
- "target": ".agent-src.uncompressed/commands/sync-gitignore.md",
2964
- "type": "WRITE",
3370
+ "source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
3371
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
3372
+ "type": "READ_ONLY",
3373
+ "via": "body_link",
3374
+ "depth": 1
3375
+ },
3376
+ {
3377
+ "source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
3378
+ "target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
3379
+ "type": "READ_ONLY",
3380
+ "via": "body_link",
3381
+ "depth": 1
3382
+ },
3383
+ {
3384
+ "source": ".agent-src.uncompressed/commands/roadmap/create.md",
3385
+ "target": ".agent-src.uncompressed/commands/roadmap/create.md",
3386
+ "type": "WRITE",
3387
+ "via": "self",
3388
+ "depth": 0
3389
+ },
3390
+ {
3391
+ "source": ".agent-src.uncompressed/commands/roadmap/create.md",
3392
+ "target": ".agent-src.uncompressed/commands/roadmap/process-full.md",
3393
+ "type": "READ_ONLY",
3394
+ "via": "body_link",
3395
+ "depth": 1
3396
+ },
3397
+ {
3398
+ "source": ".agent-src.uncompressed/commands/roadmap/create.md",
3399
+ "target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3400
+ "type": "READ_ONLY",
3401
+ "via": "body_link",
3402
+ "depth": 1
3403
+ },
3404
+ {
3405
+ "source": ".agent-src.uncompressed/commands/roadmap/create.md",
3406
+ "target": ".agent-src.uncompressed/commands/roadmap/process-step.md",
3407
+ "type": "READ_ONLY",
3408
+ "via": "body_link",
3409
+ "depth": 1
3410
+ },
3411
+ {
3412
+ "source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
3413
+ "target": ".agent-src.uncompressed/commands/roadmap.md",
3414
+ "type": "READ_ONLY",
3415
+ "via": "body_link",
3416
+ "depth": 1
3417
+ },
3418
+ {
3419
+ "source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
3420
+ "target": ".agent-src.uncompressed/commands/roadmap/process-full.md",
3421
+ "type": "WRITE",
3422
+ "via": "self",
3423
+ "depth": 0
3424
+ },
3425
+ {
3426
+ "source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
3427
+ "target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3428
+ "type": "READ_ONLY",
3429
+ "via": "body_link",
3430
+ "depth": 1
3431
+ },
3432
+ {
3433
+ "source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
3434
+ "target": ".agent-src.uncompressed/commands/roadmap/process-step.md",
3435
+ "type": "READ_ONLY",
3436
+ "via": "body_link",
3437
+ "depth": 1
3438
+ },
3439
+ {
3440
+ "source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
3441
+ "target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
3442
+ "type": "READ_ONLY",
3443
+ "via": "body_link",
3444
+ "depth": 1
3445
+ },
3446
+ {
3447
+ "source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
3448
+ "target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
3449
+ "type": "READ_ONLY",
3450
+ "via": "body_link",
3451
+ "depth": 1
3452
+ },
3453
+ {
3454
+ "source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3455
+ "target": ".agent-src.uncompressed/commands/roadmap.md",
3456
+ "type": "READ_ONLY",
3457
+ "via": "body_link",
3458
+ "depth": 1
3459
+ },
3460
+ {
3461
+ "source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3462
+ "target": ".agent-src.uncompressed/commands/roadmap/create.md",
3463
+ "type": "READ_ONLY",
3464
+ "via": "body_link",
3465
+ "depth": 1
3466
+ },
3467
+ {
3468
+ "source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3469
+ "target": ".agent-src.uncompressed/commands/roadmap/process-full.md",
3470
+ "type": "READ_ONLY",
3471
+ "via": "body_link",
3472
+ "depth": 1
3473
+ },
3474
+ {
3475
+ "source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3476
+ "target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3477
+ "type": "WRITE",
3478
+ "via": "self",
3479
+ "depth": 0
3480
+ },
3481
+ {
3482
+ "source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3483
+ "target": ".agent-src.uncompressed/commands/roadmap/process-step.md",
3484
+ "type": "READ_ONLY",
3485
+ "via": "body_link",
3486
+ "depth": 1
3487
+ },
3488
+ {
3489
+ "source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3490
+ "target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
3491
+ "type": "READ_ONLY",
3492
+ "via": "body_link",
3493
+ "depth": 1
3494
+ },
3495
+ {
3496
+ "source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3497
+ "target": ".agent-src.uncompressed/rules/commit-policy.md",
3498
+ "type": "READ_ONLY",
3499
+ "via": "body_link",
3500
+ "depth": 1
3501
+ },
3502
+ {
3503
+ "source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3504
+ "target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
3505
+ "type": "READ_ONLY",
3506
+ "via": "body_link",
3507
+ "depth": 1
3508
+ },
3509
+ {
3510
+ "source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3511
+ "target": ".agent-src.uncompressed/rules/scope-control.md",
3512
+ "type": "READ_ONLY",
3513
+ "via": "body_link",
3514
+ "depth": 1
3515
+ },
3516
+ {
3517
+ "source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3518
+ "target": ".agent-src.uncompressed/skills/roadmap-management/SKILL.md",
3519
+ "type": "READ_ONLY",
3520
+ "via": "body_link",
3521
+ "depth": 1
3522
+ },
3523
+ {
3524
+ "source": ".agent-src.uncompressed/commands/roadmap/process-step.md",
3525
+ "target": ".agent-src.uncompressed/commands/roadmap.md",
3526
+ "type": "READ_ONLY",
3527
+ "via": "body_link",
3528
+ "depth": 1
3529
+ },
3530
+ {
3531
+ "source": ".agent-src.uncompressed/commands/roadmap/process-step.md",
3532
+ "target": ".agent-src.uncompressed/commands/roadmap/process-full.md",
3533
+ "type": "READ_ONLY",
3534
+ "via": "body_link",
3535
+ "depth": 1
3536
+ },
3537
+ {
3538
+ "source": ".agent-src.uncompressed/commands/roadmap/process-step.md",
3539
+ "target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
3540
+ "type": "READ_ONLY",
3541
+ "via": "body_link",
3542
+ "depth": 1
3543
+ },
3544
+ {
3545
+ "source": ".agent-src.uncompressed/commands/roadmap/process-step.md",
3546
+ "target": ".agent-src.uncompressed/commands/roadmap/process-step.md",
3547
+ "type": "WRITE",
3548
+ "via": "self",
3549
+ "depth": 0
3550
+ },
3551
+ {
3552
+ "source": ".agent-src.uncompressed/commands/roadmap/process-step.md",
3553
+ "target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
3554
+ "type": "READ_ONLY",
3555
+ "via": "body_link",
3556
+ "depth": 1
3557
+ },
3558
+ {
3559
+ "source": ".agent-src.uncompressed/commands/rule-compliance-audit.md",
3560
+ "target": ".agent-src.uncompressed/commands/rule-compliance-audit.md",
3561
+ "type": "WRITE",
3562
+ "via": "self",
3563
+ "depth": 0
3564
+ },
3565
+ {
3566
+ "source": ".agent-src.uncompressed/commands/set-cost-profile.md",
3567
+ "target": ".agent-src.uncompressed/commands/mode.md",
3568
+ "type": "READ_ONLY",
3569
+ "via": "body_link",
3570
+ "depth": 1
3571
+ },
3572
+ {
3573
+ "source": ".agent-src.uncompressed/commands/set-cost-profile.md",
3574
+ "target": ".agent-src.uncompressed/commands/onboard.md",
3575
+ "type": "READ_ONLY",
3576
+ "via": "body_link",
3577
+ "depth": 1
3578
+ },
3579
+ {
3580
+ "source": ".agent-src.uncompressed/commands/set-cost-profile.md",
3581
+ "target": ".agent-src.uncompressed/commands/set-cost-profile.md",
3582
+ "type": "WRITE",
3583
+ "via": "self",
3584
+ "depth": 0
3585
+ },
3586
+ {
3587
+ "source": ".agent-src.uncompressed/commands/sync-agent-settings.md",
3588
+ "target": ".agent-src.uncompressed/commands/sync-agent-settings.md",
3589
+ "type": "WRITE",
3590
+ "via": "self",
3591
+ "depth": 0
3592
+ },
3593
+ {
3594
+ "source": ".agent-src.uncompressed/commands/sync-agent-settings.md",
3595
+ "target": ".agent-src.uncompressed/commands/sync-gitignore.md",
3596
+ "type": "READ_ONLY",
3597
+ "via": "body_link",
3598
+ "depth": 1
3599
+ },
3600
+ {
3601
+ "source": ".agent-src.uncompressed/commands/sync-gitignore.md",
3602
+ "target": ".agent-src.uncompressed/commands/sync-gitignore.md",
3603
+ "type": "WRITE",
2965
3604
  "via": "self",
2966
3605
  "depth": 0
2967
3606
  },
@@ -3189,6 +3828,20 @@
3189
3828
  "via": "body_link",
3190
3829
  "depth": 1
3191
3830
  },
3831
+ {
3832
+ "source": ".agent-src.uncompressed/contexts/authority/kernel-rule-edits.md",
3833
+ "target": ".agent-src.uncompressed/contexts/authority/kernel-rule-edits.md",
3834
+ "type": "WRITE",
3835
+ "via": "self",
3836
+ "depth": 0
3837
+ },
3838
+ {
3839
+ "source": ".agent-src.uncompressed/contexts/authority/kernel-rule-edits.md",
3840
+ "target": ".agent-src.uncompressed/rules/scope-control.md",
3841
+ "type": "READ_ONLY",
3842
+ "via": "body_link",
3843
+ "depth": 1
3844
+ },
3192
3845
  {
3193
3846
  "source": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
3194
3847
  "target": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
@@ -3322,6 +3975,69 @@
3322
3975
  "via": "self",
3323
3976
  "depth": 0
3324
3977
  },
3978
+ {
3979
+ "source": ".agent-src.uncompressed/contexts/contracts/consumer-agents-md-guide.md",
3980
+ "target": ".agent-src.uncompressed/contexts/contracts/consumer-agents-md-guide.md",
3981
+ "type": "WRITE",
3982
+ "via": "self",
3983
+ "depth": 0
3984
+ },
3985
+ {
3986
+ "source": ".agent-src.uncompressed/contexts/contracts/emergency-triage-block.md",
3987
+ "target": ".agent-src.uncompressed/contexts/contracts/emergency-triage-block.md",
3988
+ "type": "WRITE",
3989
+ "via": "self",
3990
+ "depth": 0
3991
+ },
3992
+ {
3993
+ "source": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
3994
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
3995
+ "type": "WRITE",
3996
+ "via": "self",
3997
+ "depth": 0
3998
+ },
3999
+ {
4000
+ "source": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
4001
+ "target": ".agent-src.uncompressed/rules/direct-answers.md",
4002
+ "type": "READ_ONLY",
4003
+ "via": "body_link",
4004
+ "depth": 1
4005
+ },
4006
+ {
4007
+ "source": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
4008
+ "target": ".agent-src.uncompressed/rules/no-cheap-questions.md",
4009
+ "type": "READ_ONLY",
4010
+ "via": "body_link",
4011
+ "depth": 1
4012
+ },
4013
+ {
4014
+ "source": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
4015
+ "target": ".agent-src.uncompressed/rules/token-efficiency.md",
4016
+ "type": "READ_ONLY",
4017
+ "via": "body_link",
4018
+ "depth": 1
4019
+ },
4020
+ {
4021
+ "source": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
4022
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
4023
+ "type": "READ_ONLY",
4024
+ "via": "body_link",
4025
+ "depth": 1
4026
+ },
4027
+ {
4028
+ "source": ".agent-src.uncompressed/contexts/contracts/research-schema.md",
4029
+ "target": ".agent-src.uncompressed/commands/research.md",
4030
+ "type": "READ_ONLY",
4031
+ "via": "body_link",
4032
+ "depth": 1
4033
+ },
4034
+ {
4035
+ "source": ".agent-src.uncompressed/contexts/contracts/research-schema.md",
4036
+ "target": ".agent-src.uncompressed/contexts/contracts/research-schema.md",
4037
+ "type": "WRITE",
4038
+ "via": "self",
4039
+ "depth": 0
4040
+ },
3325
4041
  {
3326
4042
  "source": ".agent-src.uncompressed/contexts/documentation-hierarchy.md",
3327
4043
  "target": ".agent-src.uncompressed/contexts/documentation-hierarchy.md",
@@ -3455,6 +4171,97 @@
3455
4171
  "via": "body_link",
3456
4172
  "depth": 1
3457
4173
  },
4174
+ {
4175
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4176
+ "target": ".agent-src.uncompressed/commands/roadmap/create.md",
4177
+ "type": "READ_ONLY",
4178
+ "via": "body_link",
4179
+ "depth": 1
4180
+ },
4181
+ {
4182
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4183
+ "target": ".agent-src.uncompressed/commands/roadmap/process-full.md",
4184
+ "type": "READ_ONLY",
4185
+ "via": "body_link",
4186
+ "depth": 1
4187
+ },
4188
+ {
4189
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4190
+ "target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
4191
+ "type": "READ_ONLY",
4192
+ "via": "body_link",
4193
+ "depth": 1
4194
+ },
4195
+ {
4196
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4197
+ "target": ".agent-src.uncompressed/commands/roadmap/process-step.md",
4198
+ "type": "READ_ONLY",
4199
+ "via": "body_link",
4200
+ "depth": 1
4201
+ },
4202
+ {
4203
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4204
+ "target": ".agent-src.uncompressed/contexts/authority/commit-mechanics.md",
4205
+ "type": "READ_ONLY",
4206
+ "via": "body_link",
4207
+ "depth": 1
4208
+ },
4209
+ {
4210
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4211
+ "target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4212
+ "type": "WRITE",
4213
+ "via": "self",
4214
+ "depth": 0
4215
+ },
4216
+ {
4217
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4218
+ "target": ".agent-src.uncompressed/rules/commit-policy.md",
4219
+ "type": "READ_ONLY",
4220
+ "via": "body_link",
4221
+ "depth": 1
4222
+ },
4223
+ {
4224
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4225
+ "target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
4226
+ "type": "READ_ONLY",
4227
+ "via": "body_link",
4228
+ "depth": 1
4229
+ },
4230
+ {
4231
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4232
+ "target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
4233
+ "type": "READ_ONLY",
4234
+ "via": "body_link",
4235
+ "depth": 1
4236
+ },
4237
+ {
4238
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4239
+ "target": ".agent-src.uncompressed/rules/security-sensitive-stop.md",
4240
+ "type": "READ_ONLY",
4241
+ "via": "body_link",
4242
+ "depth": 1
4243
+ },
4244
+ {
4245
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4246
+ "target": ".agent-src.uncompressed/rules/verify-before-complete.md",
4247
+ "type": "READ_ONLY",
4248
+ "via": "body_link",
4249
+ "depth": 1
4250
+ },
4251
+ {
4252
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4253
+ "target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
4254
+ "type": "READ_ONLY",
4255
+ "via": "body_link",
4256
+ "depth": 1
4257
+ },
4258
+ {
4259
+ "source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
4260
+ "target": ".agent-src.uncompressed/skills/roadmap-management/SKILL.md",
4261
+ "type": "READ_ONLY",
4262
+ "via": "body_link",
4263
+ "depth": 1
4264
+ },
3458
4265
  {
3459
4266
  "source": ".agent-src.uncompressed/contexts/execution/verification-mechanics.md",
3460
4267
  "target": ".agent-src.uncompressed/contexts/execution/verification-mechanics.md",
@@ -3693,6 +4500,13 @@
3693
4500
  "via": "self",
3694
4501
  "depth": 0
3695
4502
  },
4503
+ {
4504
+ "source": ".agent-src.uncompressed/rules/architecture.md",
4505
+ "target": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
4506
+ "type": "READ_ONLY",
4507
+ "via": "body_link",
4508
+ "depth": 1
4509
+ },
3696
4510
  {
3697
4511
  "source": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
3698
4512
  "target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
@@ -3889,6 +4703,20 @@
3889
4703
  "via": "self",
3890
4704
  "depth": 0
3891
4705
  },
4706
+ {
4707
+ "source": ".agent-src.uncompressed/rules/caveman-speak.md",
4708
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
4709
+ "type": "READ_ONLY",
4710
+ "via": "body_link",
4711
+ "depth": 1
4712
+ },
4713
+ {
4714
+ "source": ".agent-src.uncompressed/rules/caveman-speak.md",
4715
+ "target": ".agent-src.uncompressed/rules/caveman-speak.md",
4716
+ "type": "WRITE",
4717
+ "via": "self",
4718
+ "depth": 0
4719
+ },
3892
4720
  {
3893
4721
  "source": ".agent-src.uncompressed/rules/cli-output-handling.md",
3894
4722
  "target": ".agent-src.uncompressed/rules/cli-output-handling.md",
@@ -4015,6 +4843,13 @@
4015
4843
  "via": "self",
4016
4844
  "depth": 0
4017
4845
  },
4846
+ {
4847
+ "source": ".agent-src.uncompressed/rules/direct-answers.md",
4848
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
4849
+ "type": "READ_ONLY",
4850
+ "via": "body_link",
4851
+ "depth": 1
4852
+ },
4018
4853
  {
4019
4854
  "source": ".agent-src.uncompressed/rules/direct-answers.md",
4020
4855
  "target": ".agent-src.uncompressed/rules/direct-answers.md",
@@ -4036,6 +4871,48 @@
4036
4871
  "via": "self",
4037
4872
  "depth": 0
4038
4873
  },
4874
+ {
4875
+ "source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
4876
+ "target": ".agent-src.uncompressed/rules/augment-portability.md",
4877
+ "type": "READ_ONLY",
4878
+ "via": "body_link",
4879
+ "depth": 1
4880
+ },
4881
+ {
4882
+ "source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
4883
+ "target": ".agent-src.uncompressed/rules/docs-sync.md",
4884
+ "type": "READ_ONLY",
4885
+ "via": "body_link",
4886
+ "depth": 1
4887
+ },
4888
+ {
4889
+ "source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
4890
+ "target": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
4891
+ "type": "WRITE",
4892
+ "via": "self",
4893
+ "depth": 0
4894
+ },
4895
+ {
4896
+ "source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
4897
+ "target": ".agent-src.uncompressed/rules/rule-type-governance.md",
4898
+ "type": "READ_ONLY",
4899
+ "via": "body_link",
4900
+ "depth": 1
4901
+ },
4902
+ {
4903
+ "source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
4904
+ "target": ".agent-src.uncompressed/rules/size-enforcement.md",
4905
+ "type": "READ_ONLY",
4906
+ "via": "body_link",
4907
+ "depth": 1
4908
+ },
4909
+ {
4910
+ "source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
4911
+ "target": ".agent-src.uncompressed/rules/skill-quality.md",
4912
+ "type": "READ_ONLY",
4913
+ "via": "body_link",
4914
+ "depth": 1
4915
+ },
4039
4916
  {
4040
4917
  "source": ".agent-src.uncompressed/rules/downstream-changes.md",
4041
4918
  "target": ".agent-src.uncompressed/rules/downstream-changes.md",
@@ -4085,6 +4962,55 @@
4085
4962
  "via": "self",
4086
4963
  "depth": 0
4087
4964
  },
4965
+ {
4966
+ "source": ".agent-src.uncompressed/rules/invite-challenge.md",
4967
+ "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
4968
+ "type": "READ_ONLY",
4969
+ "via": "body_link",
4970
+ "depth": 1
4971
+ },
4972
+ {
4973
+ "source": ".agent-src.uncompressed/rules/invite-challenge.md",
4974
+ "target": ".agent-src.uncompressed/rules/direct-answers.md",
4975
+ "type": "READ_ONLY",
4976
+ "via": "body_link",
4977
+ "depth": 1
4978
+ },
4979
+ {
4980
+ "source": ".agent-src.uncompressed/rules/invite-challenge.md",
4981
+ "target": ".agent-src.uncompressed/rules/improve-before-implement.md",
4982
+ "type": "READ_ONLY",
4983
+ "via": "body_link",
4984
+ "depth": 1
4985
+ },
4986
+ {
4987
+ "source": ".agent-src.uncompressed/rules/invite-challenge.md",
4988
+ "target": ".agent-src.uncompressed/rules/invite-challenge.md",
4989
+ "type": "WRITE",
4990
+ "via": "self",
4991
+ "depth": 0
4992
+ },
4993
+ {
4994
+ "source": ".agent-src.uncompressed/rules/invite-challenge.md",
4995
+ "target": ".agent-src.uncompressed/rules/no-cheap-questions.md",
4996
+ "type": "READ_ONLY",
4997
+ "via": "body_link",
4998
+ "depth": 1
4999
+ },
5000
+ {
5001
+ "source": ".agent-src.uncompressed/rules/invite-challenge.md",
5002
+ "target": ".agent-src.uncompressed/rules/scope-control.md",
5003
+ "type": "READ_ONLY",
5004
+ "via": "body_link",
5005
+ "depth": 1
5006
+ },
5007
+ {
5008
+ "source": ".agent-src.uncompressed/rules/invite-challenge.md",
5009
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
5010
+ "type": "READ_ONLY",
5011
+ "via": "body_link",
5012
+ "depth": 1
5013
+ },
4088
5014
  {
4089
5015
  "source": ".agent-src.uncompressed/rules/language-and-tone.md",
4090
5016
  "target": ".agent-src.uncompressed/rules/language-and-tone.md",
@@ -4164,14 +5090,14 @@
4164
5090
  },
4165
5091
  {
4166
5092
  "source": ".agent-src.uncompressed/rules/no-cheap-questions.md",
4167
- "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
5093
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
4168
5094
  "type": "READ_ONLY",
4169
5095
  "via": "body_link",
4170
5096
  "depth": 1
4171
5097
  },
4172
5098
  {
4173
5099
  "source": ".agent-src.uncompressed/rules/no-cheap-questions.md",
4174
- "target": ".agent-src.uncompressed/rules/autonomous-execution.md",
5100
+ "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
4175
5101
  "type": "READ_ONLY",
4176
5102
  "via": "body_link",
4177
5103
  "depth": 1
@@ -4183,13 +5109,6 @@
4183
5109
  "via": "body_link",
4184
5110
  "depth": 1
4185
5111
  },
4186
- {
4187
- "source": ".agent-src.uncompressed/rules/no-cheap-questions.md",
4188
- "target": ".agent-src.uncompressed/rules/direct-answers.md",
4189
- "type": "READ_ONLY",
4190
- "via": "body_link",
4191
- "depth": 1
4192
- },
4193
5112
  {
4194
5113
  "source": ".agent-src.uncompressed/rules/no-cheap-questions.md",
4195
5114
  "target": ".agent-src.uncompressed/rules/no-cheap-questions.md",
@@ -4220,77 +5139,77 @@
4220
5139
  },
4221
5140
  {
4222
5141
  "source": ".agent-src.uncompressed/rules/no-cheap-questions.md",
4223
- "target": ".agent-src.uncompressed/rules/user-interaction.md",
5142
+ "target": ".agent-src.uncompressed/rules/verify-before-complete.md",
4224
5143
  "type": "READ_ONLY",
4225
5144
  "via": "body_link",
4226
5145
  "depth": 1
4227
5146
  },
4228
5147
  {
4229
- "source": ".agent-src.uncompressed/rules/no-cheap-questions.md",
4230
- "target": ".agent-src.uncompressed/rules/verify-before-complete.md",
5148
+ "source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
5149
+ "target": ".agent-src.uncompressed/rules/agent-docs.md",
4231
5150
  "type": "READ_ONLY",
4232
5151
  "via": "body_link",
4233
5152
  "depth": 1
4234
5153
  },
4235
5154
  {
4236
- "source": ".agent-src.uncompressed/rules/no-council-references.md",
5155
+ "source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
4237
5156
  "target": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
4238
5157
  "type": "READ_ONLY",
4239
5158
  "via": "body_link",
4240
5159
  "depth": 1
4241
5160
  },
4242
5161
  {
4243
- "source": ".agent-src.uncompressed/rules/no-council-references.md",
4244
- "target": ".agent-src.uncompressed/rules/no-council-references.md",
4245
- "type": "WRITE",
4246
- "via": "self",
4247
- "depth": 0
4248
- },
4249
- {
4250
- "source": ".agent-src.uncompressed/rules/no-council-references.md",
4251
- "target": ".agent-src.uncompressed/rules/no-roadmap-references.md",
5162
+ "source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
5163
+ "target": ".agent-src.uncompressed/rules/docs-sync.md",
4252
5164
  "type": "READ_ONLY",
4253
5165
  "via": "body_link",
4254
5166
  "depth": 1
4255
5167
  },
4256
5168
  {
4257
- "source": ".agent-src.uncompressed/rules/no-council-references.md",
4258
- "target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
4259
- "type": "READ_ONLY",
4260
- "via": "body_link",
4261
- "depth": 1
5169
+ "source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
5170
+ "target": ".agent-src.uncompressed/rules/no-roadmap-references.md",
5171
+ "type": "WRITE",
5172
+ "via": "self",
5173
+ "depth": 0
4262
5174
  },
4263
5175
  {
4264
5176
  "source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
4265
- "target": ".agent-src.uncompressed/rules/agent-docs.md",
5177
+ "target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
4266
5178
  "type": "READ_ONLY",
4267
5179
  "via": "body_link",
4268
5180
  "depth": 1
4269
5181
  },
4270
5182
  {
4271
5183
  "source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
4272
- "target": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
5184
+ "target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
4273
5185
  "type": "READ_ONLY",
4274
5186
  "via": "body_link",
4275
5187
  "depth": 1
4276
5188
  },
4277
5189
  {
4278
- "source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
4279
- "target": ".agent-src.uncompressed/rules/docs-sync.md",
5190
+ "source": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
5191
+ "target": ".agent-src.uncompressed/rules/commit-policy.md",
4280
5192
  "type": "READ_ONLY",
4281
5193
  "via": "body_link",
4282
5194
  "depth": 1
4283
5195
  },
4284
5196
  {
4285
- "source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
4286
- "target": ".agent-src.uncompressed/rules/no-roadmap-references.md",
5197
+ "source": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
5198
+ "target": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
4287
5199
  "type": "WRITE",
4288
5200
  "via": "self",
4289
5201
  "depth": 0
4290
5202
  },
4291
5203
  {
4292
- "source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
4293
- "target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
5204
+ "source": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
5205
+ "target": ".agent-src.uncompressed/rules/scope-control.md",
5206
+ "type": "READ_ONLY",
5207
+ "via": "body_link",
5208
+ "depth": 1
5209
+ },
5210
+ {
5211
+ "source": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
5212
+ "target": ".agent-src.uncompressed/rules/token-efficiency.md",
4294
5213
  "type": "READ_ONLY",
4295
5214
  "via": "body_link",
4296
5215
  "depth": 1
@@ -4372,13 +5291,6 @@
4372
5291
  "via": "self",
4373
5292
  "depth": 0
4374
5293
  },
4375
- {
4376
- "source": ".agent-src.uncompressed/rules/review-routing-awareness.md",
4377
- "target": ".agent-src.uncompressed/rules/review-routing-awareness.md",
4378
- "type": "WRITE",
4379
- "via": "self",
4380
- "depth": 0
4381
- },
4382
5294
  {
4383
5295
  "source": ".agent-src.uncompressed/rules/reviewer-awareness.md",
4384
5296
  "target": ".agent-src.uncompressed/rules/reviewer-awareness.md",
@@ -4442,6 +5354,13 @@
4442
5354
  "via": "self",
4443
5355
  "depth": 0
4444
5356
  },
5357
+ {
5358
+ "source": ".agent-src.uncompressed/rules/scope-control.md",
5359
+ "target": ".agent-src.uncompressed/contexts/authority/kernel-rule-edits.md",
5360
+ "type": "READ_ONLY",
5361
+ "via": "body_link",
5362
+ "depth": 1
5363
+ },
4445
5364
  {
4446
5365
  "source": ".agent-src.uncompressed/rules/scope-control.md",
4447
5366
  "target": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
@@ -4470,6 +5389,13 @@
4470
5389
  "via": "self",
4471
5390
  "depth": 0
4472
5391
  },
5392
+ {
5393
+ "source": ".agent-src.uncompressed/rules/scope-control.md",
5394
+ "target": "contexts/authority/kernel-rule-edits.md",
5395
+ "type": "READ_ONLY",
5396
+ "via": "load_context",
5397
+ "depth": 1
5398
+ },
4473
5399
  {
4474
5400
  "source": ".agent-src.uncompressed/rules/scope-control.md",
4475
5401
  "target": "contexts/authority/scope-mechanics.md",
@@ -4638,6 +5564,20 @@
4638
5564
  "via": "load_context",
4639
5565
  "depth": 1
4640
5566
  },
5567
+ {
5568
+ "source": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
5569
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
5570
+ "type": "READ_ONLY",
5571
+ "via": "body_link",
5572
+ "depth": 1
5573
+ },
5574
+ {
5575
+ "source": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
5576
+ "target": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
5577
+ "type": "WRITE",
5578
+ "via": "self",
5579
+ "depth": 0
5580
+ },
4641
5581
  {
4642
5582
  "source": ".agent-src.uncompressed/skills/adversarial-review/SKILL.md",
4643
5583
  "target": ".agent-src.uncompressed/skills/adversarial-review/SKILL.md",
@@ -4647,14 +5587,63 @@
4647
5587
  },
4648
5588
  {
4649
5589
  "source": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
5590
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
5591
+ "type": "READ_ONLY",
5592
+ "via": "body_link",
5593
+ "depth": 1
5594
+ },
5595
+ {
5596
+ "source": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
5597
+ "target": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
5598
+ "type": "READ_ONLY",
5599
+ "via": "body_link",
5600
+ "depth": 1
5601
+ },
5602
+ {
5603
+ "source": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
5604
+ "target": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
5605
+ "type": "WRITE",
5606
+ "via": "self",
5607
+ "depth": 0
5608
+ },
5609
+ {
5610
+ "source": ".agent-src.uncompressed/skills/agents-md-thin-root/SKILL.md",
5611
+ "target": ".agent-src.uncompressed/rules/size-enforcement.md",
5612
+ "type": "READ_ONLY",
5613
+ "via": "body_link",
5614
+ "depth": 1
5615
+ },
5616
+ {
5617
+ "source": ".agent-src.uncompressed/skills/agents-md-thin-root/SKILL.md",
4650
5618
  "target": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
5619
+ "type": "READ_ONLY",
5620
+ "via": "body_link",
5621
+ "depth": 1
5622
+ },
5623
+ {
5624
+ "source": ".agent-src.uncompressed/skills/agents-md-thin-root/SKILL.md",
5625
+ "target": ".agent-src.uncompressed/skills/agents-md-thin-root/SKILL.md",
4651
5626
  "type": "WRITE",
4652
5627
  "via": "self",
4653
5628
  "depth": 0
4654
5629
  },
5630
+ {
5631
+ "source": ".agent-src.uncompressed/skills/agents-md-thin-root/SKILL.md",
5632
+ "target": ".agent-src.uncompressed/skills/copilot-agents-optimization/SKILL.md",
5633
+ "type": "READ_ONLY",
5634
+ "via": "body_link",
5635
+ "depth": 1
5636
+ },
5637
+ {
5638
+ "source": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
5639
+ "target": ".agent-src.uncompressed/rules/direct-answers.md",
5640
+ "type": "READ_ONLY",
5641
+ "via": "body_link",
5642
+ "depth": 1
5643
+ },
4655
5644
  {
4656
5645
  "source": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
4657
- "target": ".agent-src.uncompressed/rules/no-council-references.md",
5646
+ "target": ".agent-src.uncompressed/rules/no-roadmap-references.md",
4658
5647
  "type": "READ_ONLY",
4659
5648
  "via": "body_link",
4660
5649
  "depth": 1
@@ -4708,6 +5697,41 @@
4708
5697
  "via": "self",
4709
5698
  "depth": 0
4710
5699
  },
5700
+ {
5701
+ "source": ".agent-src.uncompressed/skills/async-python-patterns/SKILL.md",
5702
+ "target": ".agent-src.uncompressed/skills/api-design/SKILL.md",
5703
+ "type": "READ_ONLY",
5704
+ "via": "body_link",
5705
+ "depth": 1
5706
+ },
5707
+ {
5708
+ "source": ".agent-src.uncompressed/skills/async-python-patterns/SKILL.md",
5709
+ "target": ".agent-src.uncompressed/skills/async-python-patterns/SKILL.md",
5710
+ "type": "WRITE",
5711
+ "via": "self",
5712
+ "depth": 0
5713
+ },
5714
+ {
5715
+ "source": ".agent-src.uncompressed/skills/async-python-patterns/SKILL.md",
5716
+ "target": ".agent-src.uncompressed/skills/error-handling-patterns/SKILL.md",
5717
+ "type": "READ_ONLY",
5718
+ "via": "body_link",
5719
+ "depth": 1
5720
+ },
5721
+ {
5722
+ "source": ".agent-src.uncompressed/skills/async-python-patterns/SKILL.md",
5723
+ "target": ".agent-src.uncompressed/skills/mcp-builder/SKILL.md",
5724
+ "type": "READ_ONLY",
5725
+ "via": "body_link",
5726
+ "depth": 1
5727
+ },
5728
+ {
5729
+ "source": ".agent-src.uncompressed/skills/async-python-patterns/SKILL.md",
5730
+ "target": ".agent-src.uncompressed/skills/performance/SKILL.md",
5731
+ "type": "READ_ONLY",
5732
+ "via": "body_link",
5733
+ "depth": 1
5734
+ },
4711
5735
  {
4712
5736
  "source": ".agent-src.uncompressed/skills/authz-review/SKILL.md",
4713
5737
  "target": ".agent-src.uncompressed/skills/authz-review/SKILL.md",
@@ -4883,6 +5907,13 @@
4883
5907
  "via": "self",
4884
5908
  "depth": 0
4885
5909
  },
5910
+ {
5911
+ "source": ".agent-src.uncompressed/skills/command-writing/SKILL.md",
5912
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
5913
+ "type": "READ_ONLY",
5914
+ "via": "body_link",
5915
+ "depth": 1
5916
+ },
4886
5917
  {
4887
5918
  "source": ".agent-src.uncompressed/skills/command-writing/SKILL.md",
4888
5919
  "target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
@@ -4918,6 +5949,13 @@
4918
5949
  "via": "self",
4919
5950
  "depth": 0
4920
5951
  },
5952
+ {
5953
+ "source": ".agent-src.uncompressed/skills/context-authoring/SKILL.md",
5954
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
5955
+ "type": "READ_ONLY",
5956
+ "via": "body_link",
5957
+ "depth": 1
5958
+ },
4921
5959
  {
4922
5960
  "source": ".agent-src.uncompressed/skills/context-authoring/SKILL.md",
4923
5961
  "target": ".agent-src.uncompressed/skills/context-authoring/SKILL.md",
@@ -4932,6 +5970,20 @@
4932
5970
  "via": "self",
4933
5971
  "depth": 0
4934
5972
  },
5973
+ {
5974
+ "source": ".agent-src.uncompressed/skills/conventional-commits-writing/SKILL.md",
5975
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
5976
+ "type": "READ_ONLY",
5977
+ "via": "body_link",
5978
+ "depth": 1
5979
+ },
5980
+ {
5981
+ "source": ".agent-src.uncompressed/skills/conventional-commits-writing/SKILL.md",
5982
+ "target": ".agent-src.uncompressed/rules/no-attribution-footers.md",
5983
+ "type": "READ_ONLY",
5984
+ "via": "body_link",
5985
+ "depth": 1
5986
+ },
4935
5987
  {
4936
5988
  "source": ".agent-src.uncompressed/skills/conventional-commits-writing/SKILL.md",
4937
5989
  "target": ".agent-src.uncompressed/skills/conventional-commits-writing/SKILL.md",
@@ -5030,6 +6082,27 @@
5030
6082
  "via": "body_link",
5031
6083
  "depth": 1
5032
6084
  },
6085
+ {
6086
+ "source": ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md",
6087
+ "target": ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md",
6088
+ "type": "WRITE",
6089
+ "via": "self",
6090
+ "depth": 0
6091
+ },
6092
+ {
6093
+ "source": ".agent-src.uncompressed/skills/defense-in-depth/SKILL.md",
6094
+ "target": ".agent-src.uncompressed/skills/defense-in-depth/SKILL.md",
6095
+ "type": "WRITE",
6096
+ "via": "self",
6097
+ "depth": 0
6098
+ },
6099
+ {
6100
+ "source": ".agent-src.uncompressed/skills/defense-in-depth/SKILL.md",
6101
+ "target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
6102
+ "type": "READ_ONLY",
6103
+ "via": "body_link",
6104
+ "depth": 1
6105
+ },
5033
6106
  {
5034
6107
  "source": ".agent-src.uncompressed/skills/dependency-upgrade/SKILL.md",
5035
6108
  "target": ".agent-src.uncompressed/skills/dependency-upgrade/SKILL.md",
@@ -5100,6 +6173,41 @@
5100
6173
  "via": "self",
5101
6174
  "depth": 0
5102
6175
  },
6176
+ {
6177
+ "source": ".agent-src.uncompressed/skills/error-handling-patterns/SKILL.md",
6178
+ "target": ".agent-src.uncompressed/skills/api-design/SKILL.md",
6179
+ "type": "READ_ONLY",
6180
+ "via": "body_link",
6181
+ "depth": 1
6182
+ },
6183
+ {
6184
+ "source": ".agent-src.uncompressed/skills/error-handling-patterns/SKILL.md",
6185
+ "target": ".agent-src.uncompressed/skills/bug-analyzer/SKILL.md",
6186
+ "type": "READ_ONLY",
6187
+ "via": "body_link",
6188
+ "depth": 1
6189
+ },
6190
+ {
6191
+ "source": ".agent-src.uncompressed/skills/error-handling-patterns/SKILL.md",
6192
+ "target": ".agent-src.uncompressed/skills/defense-in-depth/SKILL.md",
6193
+ "type": "READ_ONLY",
6194
+ "via": "body_link",
6195
+ "depth": 1
6196
+ },
6197
+ {
6198
+ "source": ".agent-src.uncompressed/skills/error-handling-patterns/SKILL.md",
6199
+ "target": ".agent-src.uncompressed/skills/error-handling-patterns/SKILL.md",
6200
+ "type": "WRITE",
6201
+ "via": "self",
6202
+ "depth": 0
6203
+ },
6204
+ {
6205
+ "source": ".agent-src.uncompressed/skills/error-handling-patterns/SKILL.md",
6206
+ "target": ".agent-src.uncompressed/skills/laravel-validation/SKILL.md",
6207
+ "type": "READ_ONLY",
6208
+ "via": "body_link",
6209
+ "depth": 1
6210
+ },
5103
6211
  {
5104
6212
  "source": ".agent-src.uncompressed/skills/estimate-ticket/SKILL.md",
5105
6213
  "target": ".agent-src.uncompressed/commands/jira-ticket.md",
@@ -5352,6 +6460,13 @@
5352
6460
  "via": "self",
5353
6461
  "depth": 0
5354
6462
  },
6463
+ {
6464
+ "source": ".agent-src.uncompressed/skills/guideline-writing/SKILL.md",
6465
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
6466
+ "type": "READ_ONLY",
6467
+ "via": "body_link",
6468
+ "depth": 1
6469
+ },
5355
6470
  {
5356
6471
  "source": ".agent-src.uncompressed/skills/guideline-writing/SKILL.md",
5357
6472
  "target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
@@ -5681,6 +6796,13 @@
5681
6796
  "via": "self",
5682
6797
  "depth": 0
5683
6798
  },
6799
+ {
6800
+ "source": ".agent-src.uncompressed/skills/learning-to-rule-or-skill/SKILL.md",
6801
+ "target": ".agent-src.uncompressed/skills/markitdown/SKILL.md",
6802
+ "type": "READ_ONLY",
6803
+ "via": "body_link",
6804
+ "depth": 1
6805
+ },
5684
6806
  {
5685
6807
  "source": ".agent-src.uncompressed/skills/lint-skills/SKILL.md",
5686
6808
  "target": ".agent-src.uncompressed/skills/lint-skills/SKILL.md",
@@ -5730,6 +6852,48 @@
5730
6852
  "via": "self",
5731
6853
  "depth": 0
5732
6854
  },
6855
+ {
6856
+ "source": ".agent-src.uncompressed/skills/markitdown/SKILL.md",
6857
+ "target": ".agent-src.uncompressed/commands/analyze-reference-repo.md",
6858
+ "type": "READ_ONLY",
6859
+ "via": "body_link",
6860
+ "depth": 1
6861
+ },
6862
+ {
6863
+ "source": ".agent-src.uncompressed/skills/markitdown/SKILL.md",
6864
+ "target": ".agent-src.uncompressed/skills/markitdown/SKILL.md",
6865
+ "type": "WRITE",
6866
+ "via": "self",
6867
+ "depth": 0
6868
+ },
6869
+ {
6870
+ "source": ".agent-src.uncompressed/skills/mcp-builder/SKILL.md",
6871
+ "target": ".agent-src.uncompressed/skills/api-design/SKILL.md",
6872
+ "type": "READ_ONLY",
6873
+ "via": "body_link",
6874
+ "depth": 1
6875
+ },
6876
+ {
6877
+ "source": ".agent-src.uncompressed/skills/mcp-builder/SKILL.md",
6878
+ "target": ".agent-src.uncompressed/skills/mcp-builder/SKILL.md",
6879
+ "type": "WRITE",
6880
+ "via": "self",
6881
+ "depth": 0
6882
+ },
6883
+ {
6884
+ "source": ".agent-src.uncompressed/skills/mcp-builder/SKILL.md",
6885
+ "target": ".agent-src.uncompressed/skills/mcp/SKILL.md",
6886
+ "type": "READ_ONLY",
6887
+ "via": "body_link",
6888
+ "depth": 1
6889
+ },
6890
+ {
6891
+ "source": ".agent-src.uncompressed/skills/mcp-builder/SKILL.md",
6892
+ "target": ".agent-src.uncompressed/skills/testing-anti-patterns/SKILL.md",
6893
+ "type": "READ_ONLY",
6894
+ "via": "body_link",
6895
+ "depth": 1
6896
+ },
5733
6897
  {
5734
6898
  "source": ".agent-src.uncompressed/skills/mcp/SKILL.md",
5735
6899
  "target": ".agent-src.uncompressed/skills/mcp/SKILL.md",
@@ -5765,6 +6929,13 @@
5765
6929
  "via": "self",
5766
6930
  "depth": 0
5767
6931
  },
6932
+ {
6933
+ "source": ".agent-src.uncompressed/skills/mobile-e2e-strategy/SKILL.md",
6934
+ "target": ".agent-src.uncompressed/skills/mobile-e2e-strategy/SKILL.md",
6935
+ "type": "WRITE",
6936
+ "via": "self",
6937
+ "depth": 0
6938
+ },
5768
6939
  {
5769
6940
  "source": ".agent-src.uncompressed/skills/module-management/SKILL.md",
5770
6941
  "target": ".agent-src.uncompressed/skills/module-management/SKILL.md",
@@ -5815,25 +6986,60 @@
5815
6986
  "depth": 0
5816
6987
  },
5817
6988
  {
5818
- "source": ".agent-src.uncompressed/skills/override-management/SKILL.md",
5819
- "target": ".agent-src.uncompressed/skills/override-management/SKILL.md",
6989
+ "source": ".agent-src.uncompressed/skills/override-management/SKILL.md",
6990
+ "target": ".agent-src.uncompressed/skills/override-management/SKILL.md",
6991
+ "type": "WRITE",
6992
+ "via": "self",
6993
+ "depth": 0
6994
+ },
6995
+ {
6996
+ "source": ".agent-src.uncompressed/skills/performance-analysis/SKILL.md",
6997
+ "target": ".agent-src.uncompressed/skills/performance-analysis/SKILL.md",
6998
+ "type": "WRITE",
6999
+ "via": "self",
7000
+ "depth": 0
7001
+ },
7002
+ {
7003
+ "source": ".agent-src.uncompressed/skills/performance/SKILL.md",
7004
+ "target": ".agent-src.uncompressed/skills/performance/SKILL.md",
7005
+ "type": "WRITE",
7006
+ "via": "self",
7007
+ "depth": 0
7008
+ },
7009
+ {
7010
+ "source": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
7011
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
7012
+ "type": "READ_ONLY",
7013
+ "via": "body_link",
7014
+ "depth": 1
7015
+ },
7016
+ {
7017
+ "source": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
7018
+ "target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
7019
+ "type": "READ_ONLY",
7020
+ "via": "body_link",
7021
+ "depth": 1
7022
+ },
7023
+ {
7024
+ "source": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
7025
+ "target": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
5820
7026
  "type": "WRITE",
5821
7027
  "via": "self",
5822
7028
  "depth": 0
5823
7029
  },
5824
7030
  {
5825
- "source": ".agent-src.uncompressed/skills/performance-analysis/SKILL.md",
5826
- "target": ".agent-src.uncompressed/skills/performance-analysis/SKILL.md",
5827
- "type": "WRITE",
5828
- "via": "self",
5829
- "depth": 0
7031
+ "source": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
7032
+ "target": ".agent-src.uncompressed/skills/rule-writing/SKILL.md",
7033
+ "type": "READ_ONLY",
7034
+ "via": "body_link",
7035
+ "depth": 1
5830
7036
  },
5831
7037
  {
5832
- "source": ".agent-src.uncompressed/skills/performance/SKILL.md",
5833
- "target": ".agent-src.uncompressed/skills/performance/SKILL.md",
5834
- "type": "WRITE",
5835
- "via": "self",
5836
- "depth": 0
7038
+ "source": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
7039
+ "target": ".agent-src.uncompressed/skills/skill-writing/SKILL.md",
7040
+ "type": "READ_ONLY",
7041
+ "via": "body_link",
7042
+ "depth": 1
5837
7043
  },
5838
7044
  {
5839
7045
  "source": ".agent-src.uncompressed/skills/pest-testing/SKILL.md",
@@ -5940,6 +7146,41 @@
5940
7146
  "via": "self",
5941
7147
  "depth": 0
5942
7148
  },
7149
+ {
7150
+ "source": ".agent-src.uncompressed/skills/prompt-engineering-patterns/SKILL.md",
7151
+ "target": ".agent-src.uncompressed/skills/async-python-patterns/SKILL.md",
7152
+ "type": "READ_ONLY",
7153
+ "via": "body_link",
7154
+ "depth": 1
7155
+ },
7156
+ {
7157
+ "source": ".agent-src.uncompressed/skills/prompt-engineering-patterns/SKILL.md",
7158
+ "target": ".agent-src.uncompressed/skills/mcp-builder/SKILL.md",
7159
+ "type": "READ_ONLY",
7160
+ "via": "body_link",
7161
+ "depth": 1
7162
+ },
7163
+ {
7164
+ "source": ".agent-src.uncompressed/skills/prompt-engineering-patterns/SKILL.md",
7165
+ "target": ".agent-src.uncompressed/skills/prompt-engineering-patterns/SKILL.md",
7166
+ "type": "WRITE",
7167
+ "via": "self",
7168
+ "depth": 0
7169
+ },
7170
+ {
7171
+ "source": ".agent-src.uncompressed/skills/prompt-engineering-patterns/SKILL.md",
7172
+ "target": ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md",
7173
+ "type": "READ_ONLY",
7174
+ "via": "body_link",
7175
+ "depth": 1
7176
+ },
7177
+ {
7178
+ "source": ".agent-src.uncompressed/skills/prompt-engineering-patterns/SKILL.md",
7179
+ "target": ".agent-src.uncompressed/skills/refine-prompt/SKILL.md",
7180
+ "type": "READ_ONLY",
7181
+ "via": "body_link",
7182
+ "depth": 1
7183
+ },
5943
7184
  {
5944
7185
  "source": ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md",
5945
7186
  "target": ".agent-src.uncompressed/commands/optimize-prompt.md",
@@ -5982,6 +7223,13 @@
5982
7223
  "via": "self",
5983
7224
  "depth": 0
5984
7225
  },
7226
+ {
7227
+ "source": ".agent-src.uncompressed/skills/react-native-setup/SKILL.md",
7228
+ "target": ".agent-src.uncompressed/skills/react-native-setup/SKILL.md",
7229
+ "type": "WRITE",
7230
+ "via": "self",
7231
+ "depth": 0
7232
+ },
5985
7233
  {
5986
7234
  "source": ".agent-src.uncompressed/skills/react-shadcn-ui/SKILL.md",
5987
7235
  "target": ".agent-src.uncompressed/skills/react-shadcn-ui/SKILL.md",
@@ -5996,6 +7244,13 @@
5996
7244
  "via": "self",
5997
7245
  "depth": 0
5998
7246
  },
7247
+ {
7248
+ "source": ".agent-src.uncompressed/skills/readme-writing-package/SKILL.md",
7249
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
7250
+ "type": "READ_ONLY",
7251
+ "via": "body_link",
7252
+ "depth": 1
7253
+ },
5999
7254
  {
6000
7255
  "source": ".agent-src.uncompressed/skills/readme-writing-package/SKILL.md",
6001
7256
  "target": ".agent-src.uncompressed/skills/readme-writing-package/SKILL.md",
@@ -6003,6 +7258,13 @@
6003
7258
  "via": "self",
6004
7259
  "depth": 0
6005
7260
  },
7261
+ {
7262
+ "source": ".agent-src.uncompressed/skills/readme-writing/SKILL.md",
7263
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
7264
+ "type": "READ_ONLY",
7265
+ "via": "body_link",
7266
+ "depth": 1
7267
+ },
6006
7268
  {
6007
7269
  "source": ".agent-src.uncompressed/skills/readme-writing/SKILL.md",
6008
7270
  "target": ".agent-src.uncompressed/skills/readme-writing/SKILL.md",
@@ -6101,6 +7363,48 @@
6101
7363
  "via": "body_link",
6102
7364
  "depth": 1
6103
7365
  },
7366
+ {
7367
+ "source": ".agent-src.uncompressed/skills/repomix/SKILL.md",
7368
+ "target": ".agent-src.uncompressed/commands/analyze-reference-repo.md",
7369
+ "type": "READ_ONLY",
7370
+ "via": "body_link",
7371
+ "depth": 1
7372
+ },
7373
+ {
7374
+ "source": ".agent-src.uncompressed/skills/repomix/SKILL.md",
7375
+ "target": ".agent-src.uncompressed/skills/blast-radius-analyzer/SKILL.md",
7376
+ "type": "READ_ONLY",
7377
+ "via": "body_link",
7378
+ "depth": 1
7379
+ },
7380
+ {
7381
+ "source": ".agent-src.uncompressed/skills/repomix/SKILL.md",
7382
+ "target": ".agent-src.uncompressed/skills/judge-bug-hunter/SKILL.md",
7383
+ "type": "READ_ONLY",
7384
+ "via": "body_link",
7385
+ "depth": 1
7386
+ },
7387
+ {
7388
+ "source": ".agent-src.uncompressed/skills/repomix/SKILL.md",
7389
+ "target": ".agent-src.uncompressed/skills/judge-security-auditor/SKILL.md",
7390
+ "type": "READ_ONLY",
7391
+ "via": "body_link",
7392
+ "depth": 1
7393
+ },
7394
+ {
7395
+ "source": ".agent-src.uncompressed/skills/repomix/SKILL.md",
7396
+ "target": ".agent-src.uncompressed/skills/markitdown/SKILL.md",
7397
+ "type": "READ_ONLY",
7398
+ "via": "body_link",
7399
+ "depth": 1
7400
+ },
7401
+ {
7402
+ "source": ".agent-src.uncompressed/skills/repomix/SKILL.md",
7403
+ "target": ".agent-src.uncompressed/skills/repomix/SKILL.md",
7404
+ "type": "WRITE",
7405
+ "via": "self",
7406
+ "depth": 0
7407
+ },
6104
7408
  {
6105
7409
  "source": ".agent-src.uncompressed/skills/requesting-code-review/SKILL.md",
6106
7410
  "target": ".agent-src.uncompressed/commands/commit.md",
@@ -6157,13 +7461,6 @@
6157
7461
  "via": "self",
6158
7462
  "depth": 0
6159
7463
  },
6160
- {
6161
- "source": ".agent-src.uncompressed/skills/review-routing/SKILL.md",
6162
- "target": ".agent-src.uncompressed/rules/review-routing-awareness.md",
6163
- "type": "READ_ONLY",
6164
- "via": "body_link",
6165
- "depth": 1
6166
- },
6167
7464
  {
6168
7465
  "source": ".agent-src.uncompressed/skills/review-routing/SKILL.md",
6169
7466
  "target": ".agent-src.uncompressed/rules/reviewer-awareness.md",
@@ -6255,6 +7552,62 @@
6255
7552
  "via": "self",
6256
7553
  "depth": 0
6257
7554
  },
7555
+ {
7556
+ "source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
7557
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
7558
+ "type": "READ_ONLY",
7559
+ "via": "body_link",
7560
+ "depth": 1
7561
+ },
7562
+ {
7563
+ "source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
7564
+ "target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
7565
+ "type": "READ_ONLY",
7566
+ "via": "body_link",
7567
+ "depth": 1
7568
+ },
7569
+ {
7570
+ "source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
7571
+ "target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
7572
+ "type": "READ_ONLY",
7573
+ "via": "body_link",
7574
+ "depth": 1
7575
+ },
7576
+ {
7577
+ "source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
7578
+ "target": ".agent-src.uncompressed/rules/scope-control.md",
7579
+ "type": "READ_ONLY",
7580
+ "via": "body_link",
7581
+ "depth": 1
7582
+ },
7583
+ {
7584
+ "source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
7585
+ "target": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
7586
+ "type": "READ_ONLY",
7587
+ "via": "body_link",
7588
+ "depth": 1
7589
+ },
7590
+ {
7591
+ "source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
7592
+ "target": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
7593
+ "type": "READ_ONLY",
7594
+ "via": "body_link",
7595
+ "depth": 1
7596
+ },
7597
+ {
7598
+ "source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
7599
+ "target": ".agent-src.uncompressed/skills/roadmap-management/SKILL.md",
7600
+ "type": "READ_ONLY",
7601
+ "via": "body_link",
7602
+ "depth": 1
7603
+ },
7604
+ {
7605
+ "source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
7606
+ "target": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
7607
+ "type": "WRITE",
7608
+ "via": "self",
7609
+ "depth": 0
7610
+ },
6258
7611
  {
6259
7612
  "source": ".agent-src.uncompressed/skills/rtk-output-filtering/SKILL.md",
6260
7613
  "target": ".agent-src.uncompressed/commands/onboard.md",
@@ -6269,6 +7622,13 @@
6269
7622
  "via": "self",
6270
7623
  "depth": 0
6271
7624
  },
7625
+ {
7626
+ "source": ".agent-src.uncompressed/skills/rule-writing/SKILL.md",
7627
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
7628
+ "type": "READ_ONLY",
7629
+ "via": "body_link",
7630
+ "depth": 1
7631
+ },
6272
7632
  {
6273
7633
  "source": ".agent-src.uncompressed/skills/rule-writing/SKILL.md",
6274
7634
  "target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
@@ -6304,6 +7664,69 @@
6304
7664
  "via": "self",
6305
7665
  "depth": 0
6306
7666
  },
7667
+ {
7668
+ "source": ".agent-src.uncompressed/skills/script-writing/SKILL.md",
7669
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
7670
+ "type": "READ_ONLY",
7671
+ "via": "body_link",
7672
+ "depth": 1
7673
+ },
7674
+ {
7675
+ "source": ".agent-src.uncompressed/skills/script-writing/SKILL.md",
7676
+ "target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
7677
+ "type": "READ_ONLY",
7678
+ "via": "body_link",
7679
+ "depth": 1
7680
+ },
7681
+ {
7682
+ "source": ".agent-src.uncompressed/skills/script-writing/SKILL.md",
7683
+ "target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
7684
+ "type": "READ_ONLY",
7685
+ "via": "body_link",
7686
+ "depth": 1
7687
+ },
7688
+ {
7689
+ "source": ".agent-src.uncompressed/skills/script-writing/SKILL.md",
7690
+ "target": ".agent-src.uncompressed/skills/script-writing/SKILL.md",
7691
+ "type": "WRITE",
7692
+ "via": "self",
7693
+ "depth": 0
7694
+ },
7695
+ {
7696
+ "source": ".agent-src.uncompressed/skills/secrets-management/SKILL.md",
7697
+ "target": ".agent-src.uncompressed/skills/aws-infrastructure/SKILL.md",
7698
+ "type": "READ_ONLY",
7699
+ "via": "body_link",
7700
+ "depth": 1
7701
+ },
7702
+ {
7703
+ "source": ".agent-src.uncompressed/skills/secrets-management/SKILL.md",
7704
+ "target": ".agent-src.uncompressed/skills/secrets-management/SKILL.md",
7705
+ "type": "WRITE",
7706
+ "via": "self",
7707
+ "depth": 0
7708
+ },
7709
+ {
7710
+ "source": ".agent-src.uncompressed/skills/secrets-management/SKILL.md",
7711
+ "target": ".agent-src.uncompressed/skills/security-audit/SKILL.md",
7712
+ "type": "READ_ONLY",
7713
+ "via": "body_link",
7714
+ "depth": 1
7715
+ },
7716
+ {
7717
+ "source": ".agent-src.uncompressed/skills/secrets-management/SKILL.md",
7718
+ "target": ".agent-src.uncompressed/skills/security/SKILL.md",
7719
+ "type": "READ_ONLY",
7720
+ "via": "body_link",
7721
+ "depth": 1
7722
+ },
7723
+ {
7724
+ "source": ".agent-src.uncompressed/skills/secrets-management/SKILL.md",
7725
+ "target": ".agent-src.uncompressed/skills/threat-modeling/SKILL.md",
7726
+ "type": "READ_ONLY",
7727
+ "via": "body_link",
7728
+ "depth": 1
7729
+ },
6307
7730
  {
6308
7731
  "source": ".agent-src.uncompressed/skills/security-audit/SKILL.md",
6309
7732
  "target": ".agent-src.uncompressed/skills/authz-review/SKILL.md",
@@ -6416,6 +7839,13 @@
6416
7839
  "via": "self",
6417
7840
  "depth": 0
6418
7841
  },
7842
+ {
7843
+ "source": ".agent-src.uncompressed/skills/skill-writing/SKILL.md",
7844
+ "target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
7845
+ "type": "READ_ONLY",
7846
+ "via": "body_link",
7847
+ "depth": 1
7848
+ },
6419
7849
  {
6420
7850
  "source": ".agent-src.uncompressed/skills/skill-writing/SKILL.md",
6421
7851
  "target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
@@ -6556,6 +7986,13 @@
6556
7986
  "via": "self",
6557
7987
  "depth": 0
6558
7988
  },
7989
+ {
7990
+ "source": ".agent-src.uncompressed/skills/test-driven-development/SKILL.md",
7991
+ "target": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
7992
+ "type": "READ_ONLY",
7993
+ "via": "body_link",
7994
+ "depth": 1
7995
+ },
6559
7996
  {
6560
7997
  "source": ".agent-src.uncompressed/skills/test-driven-development/SKILL.md",
6561
7998
  "target": ".agent-src.uncompressed/skills/developer-like-execution/SKILL.md",
@@ -6598,6 +8035,48 @@
6598
8035
  "via": "self",
6599
8036
  "depth": 0
6600
8037
  },
8038
+ {
8039
+ "source": ".agent-src.uncompressed/skills/testing-anti-patterns/SKILL.md",
8040
+ "target": ".agent-src.uncompressed/skills/defense-in-depth/SKILL.md",
8041
+ "type": "READ_ONLY",
8042
+ "via": "body_link",
8043
+ "depth": 1
8044
+ },
8045
+ {
8046
+ "source": ".agent-src.uncompressed/skills/testing-anti-patterns/SKILL.md",
8047
+ "target": ".agent-src.uncompressed/skills/judge-test-coverage/SKILL.md",
8048
+ "type": "READ_ONLY",
8049
+ "via": "body_link",
8050
+ "depth": 1
8051
+ },
8052
+ {
8053
+ "source": ".agent-src.uncompressed/skills/testing-anti-patterns/SKILL.md",
8054
+ "target": ".agent-src.uncompressed/skills/pest-testing/SKILL.md",
8055
+ "type": "READ_ONLY",
8056
+ "via": "body_link",
8057
+ "depth": 1
8058
+ },
8059
+ {
8060
+ "source": ".agent-src.uncompressed/skills/testing-anti-patterns/SKILL.md",
8061
+ "target": ".agent-src.uncompressed/skills/systematic-debugging/SKILL.md",
8062
+ "type": "READ_ONLY",
8063
+ "via": "body_link",
8064
+ "depth": 1
8065
+ },
8066
+ {
8067
+ "source": ".agent-src.uncompressed/skills/testing-anti-patterns/SKILL.md",
8068
+ "target": ".agent-src.uncompressed/skills/test-driven-development/SKILL.md",
8069
+ "type": "READ_ONLY",
8070
+ "via": "body_link",
8071
+ "depth": 1
8072
+ },
8073
+ {
8074
+ "source": ".agent-src.uncompressed/skills/testing-anti-patterns/SKILL.md",
8075
+ "target": ".agent-src.uncompressed/skills/testing-anti-patterns/SKILL.md",
8076
+ "type": "WRITE",
8077
+ "via": "self",
8078
+ "depth": 0
8079
+ },
6601
8080
  {
6602
8081
  "source": ".agent-src.uncompressed/skills/threat-modeling/SKILL.md",
6603
8082
  "target": ".agent-src.uncompressed/skills/authz-review/SKILL.md",