@event4u/agent-config 1.27.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent-src/commands/research.md +142 -0
- package/.agent-src/contexts/contracts/frugality-charter.md +4 -3
- package/.agent-src/contexts/contracts/research-schema.md +117 -0
- package/.agent-src/rules/domain-adoption-policy.md +1 -1
- package/.agent-src/rules/no-roadmap-references.md +1 -1
- package/.agent-src/rules/no-unsolicited-rebase.md +1 -1
- package/.agent-src/rules/scope-control.md +6 -8
- package/.agent-src/skills/deep-reading-analyst/SKILL.md +192 -0
- package/.agent-src/skills/roadmap-writing/SKILL.md +3 -3
- package/.agent-src/templates/agent-settings.md +1 -1
- package/.claude-plugin/marketplace.json +3 -1
- package/CHANGELOG.md +30 -0
- package/README.md +3 -3
- package/docs/architecture.md +3 -3
- package/docs/catalog.md +12 -7
- package/docs/contracts/command-clusters.md +1 -0
- package/docs/contracts/file-ownership-matrix.json +1261 -96
- package/docs/decisions/ADR-004-rule-governance-pruning.md +3 -3
- package/docs/getting-started.md +1 -1
- package/docs/guidelines/agent-infra/inversion-thinking.md +388 -0
- package/docs/guidelines/agent-infra/mcp-request-signing.md +11 -14
- package/docs/guidelines/agent-infra/mental-models.md +314 -0
- package/docs/guidelines/agent-infra/scqa-framework.md +526 -0
- package/package.json +1 -1
- 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/
|
|
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": "
|
|
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": "
|
|
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-
|
|
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-
|
|
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": "
|
|
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": "
|
|
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,
|
|
@@ -1313,6 +1428,12 @@
|
|
|
1313
1428
|
"load_context": [],
|
|
1314
1429
|
"load_context_eager": []
|
|
1315
1430
|
},
|
|
1431
|
+
".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md": {
|
|
1432
|
+
"kind": "skill",
|
|
1433
|
+
"rule_type": null,
|
|
1434
|
+
"load_context": [],
|
|
1435
|
+
"load_context_eager": []
|
|
1436
|
+
},
|
|
1316
1437
|
".agent-src.uncompressed/skills/dependency-upgrade/SKILL.md": {
|
|
1317
1438
|
"kind": "skill",
|
|
1318
1439
|
"rule_type": null,
|
|
@@ -1553,6 +1674,12 @@
|
|
|
1553
1674
|
"load_context": [],
|
|
1554
1675
|
"load_context_eager": []
|
|
1555
1676
|
},
|
|
1677
|
+
".agent-src.uncompressed/skills/markitdown/SKILL.md": {
|
|
1678
|
+
"kind": "skill",
|
|
1679
|
+
"rule_type": null,
|
|
1680
|
+
"load_context": [],
|
|
1681
|
+
"load_context_eager": []
|
|
1682
|
+
},
|
|
1556
1683
|
".agent-src.uncompressed/skills/mcp/SKILL.md": {
|
|
1557
1684
|
"kind": "skill",
|
|
1558
1685
|
"rule_type": null,
|
|
@@ -1577,6 +1704,12 @@
|
|
|
1577
1704
|
"load_context": [],
|
|
1578
1705
|
"load_context_eager": []
|
|
1579
1706
|
},
|
|
1707
|
+
".agent-src.uncompressed/skills/mobile-e2e-strategy/SKILL.md": {
|
|
1708
|
+
"kind": "skill",
|
|
1709
|
+
"rule_type": null,
|
|
1710
|
+
"load_context": [],
|
|
1711
|
+
"load_context_eager": []
|
|
1712
|
+
},
|
|
1580
1713
|
".agent-src.uncompressed/skills/module-management/SKILL.md": {
|
|
1581
1714
|
"kind": "skill",
|
|
1582
1715
|
"rule_type": null,
|
|
@@ -1619,6 +1752,12 @@
|
|
|
1619
1752
|
"load_context": [],
|
|
1620
1753
|
"load_context_eager": []
|
|
1621
1754
|
},
|
|
1755
|
+
".agent-src.uncompressed/skills/persona-writing/SKILL.md": {
|
|
1756
|
+
"kind": "skill",
|
|
1757
|
+
"rule_type": null,
|
|
1758
|
+
"load_context": [],
|
|
1759
|
+
"load_context_eager": []
|
|
1760
|
+
},
|
|
1622
1761
|
".agent-src.uncompressed/skills/pest-testing/SKILL.md": {
|
|
1623
1762
|
"kind": "skill",
|
|
1624
1763
|
"rule_type": null,
|
|
@@ -1721,6 +1860,12 @@
|
|
|
1721
1860
|
"load_context": [],
|
|
1722
1861
|
"load_context_eager": []
|
|
1723
1862
|
},
|
|
1863
|
+
".agent-src.uncompressed/skills/react-native-setup/SKILL.md": {
|
|
1864
|
+
"kind": "skill",
|
|
1865
|
+
"rule_type": null,
|
|
1866
|
+
"load_context": [],
|
|
1867
|
+
"load_context_eager": []
|
|
1868
|
+
},
|
|
1724
1869
|
".agent-src.uncompressed/skills/react-shadcn-ui/SKILL.md": {
|
|
1725
1870
|
"kind": "skill",
|
|
1726
1871
|
"rule_type": null,
|
|
@@ -1787,6 +1932,12 @@
|
|
|
1787
1932
|
"load_context": [],
|
|
1788
1933
|
"load_context_eager": []
|
|
1789
1934
|
},
|
|
1935
|
+
".agent-src.uncompressed/skills/roadmap-writing/SKILL.md": {
|
|
1936
|
+
"kind": "skill",
|
|
1937
|
+
"rule_type": null,
|
|
1938
|
+
"load_context": [],
|
|
1939
|
+
"load_context_eager": []
|
|
1940
|
+
},
|
|
1790
1941
|
".agent-src.uncompressed/skills/rtk-output-filtering/SKILL.md": {
|
|
1791
1942
|
"kind": "skill",
|
|
1792
1943
|
"rule_type": null,
|
|
@@ -1799,6 +1950,12 @@
|
|
|
1799
1950
|
"load_context": [],
|
|
1800
1951
|
"load_context_eager": []
|
|
1801
1952
|
},
|
|
1953
|
+
".agent-src.uncompressed/skills/script-writing/SKILL.md": {
|
|
1954
|
+
"kind": "skill",
|
|
1955
|
+
"rule_type": null,
|
|
1956
|
+
"load_context": [],
|
|
1957
|
+
"load_context_eager": []
|
|
1958
|
+
},
|
|
1802
1959
|
".agent-src.uncompressed/skills/security-audit/SKILL.md": {
|
|
1803
1960
|
"kind": "skill",
|
|
1804
1961
|
"rule_type": null,
|
|
@@ -2020,6 +2177,118 @@
|
|
|
2020
2177
|
"via": "self",
|
|
2021
2178
|
"depth": 0
|
|
2022
2179
|
},
|
|
2180
|
+
{
|
|
2181
|
+
"source": ".agent-src.uncompressed/commands/challenge-me.md",
|
|
2182
|
+
"target": ".agent-src.uncompressed/commands/challenge-me.md",
|
|
2183
|
+
"type": "WRITE",
|
|
2184
|
+
"via": "self",
|
|
2185
|
+
"depth": 0
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"source": ".agent-src.uncompressed/commands/challenge-me.md",
|
|
2189
|
+
"target": ".agent-src.uncompressed/commands/challenge-me/vision.md",
|
|
2190
|
+
"type": "READ_ONLY",
|
|
2191
|
+
"via": "body_link",
|
|
2192
|
+
"depth": 1
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"source": ".agent-src.uncompressed/commands/challenge-me.md",
|
|
2196
|
+
"target": ".agent-src.uncompressed/commands/council/default.md",
|
|
2197
|
+
"type": "READ_ONLY",
|
|
2198
|
+
"via": "body_link",
|
|
2199
|
+
"depth": 1
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"source": ".agent-src.uncompressed/commands/challenge-me.md",
|
|
2203
|
+
"target": ".agent-src.uncompressed/commands/grill-me.md",
|
|
2204
|
+
"type": "READ_ONLY",
|
|
2205
|
+
"via": "body_link",
|
|
2206
|
+
"depth": 1
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"source": ".agent-src.uncompressed/commands/challenge-me.md",
|
|
2210
|
+
"target": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
2211
|
+
"type": "READ_ONLY",
|
|
2212
|
+
"via": "body_link",
|
|
2213
|
+
"depth": 1
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
|
|
2217
|
+
"target": ".agent-src.uncompressed/commands/challenge-me/vision.md",
|
|
2218
|
+
"type": "WRITE",
|
|
2219
|
+
"via": "self",
|
|
2220
|
+
"depth": 0
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
|
|
2224
|
+
"target": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
|
|
2225
|
+
"type": "READ_ONLY",
|
|
2226
|
+
"via": "body_link",
|
|
2227
|
+
"depth": 1
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
|
|
2231
|
+
"target": ".agent-src.uncompressed/commands/optimize-prompt.md",
|
|
2232
|
+
"type": "READ_ONLY",
|
|
2233
|
+
"via": "body_link",
|
|
2234
|
+
"depth": 1
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
|
|
2238
|
+
"target": ".agent-src.uncompressed/commands/refine-ticket.md",
|
|
2239
|
+
"type": "READ_ONLY",
|
|
2240
|
+
"via": "body_link",
|
|
2241
|
+
"depth": 1
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
|
|
2245
|
+
"target": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
2246
|
+
"type": "READ_ONLY",
|
|
2247
|
+
"via": "body_link",
|
|
2248
|
+
"depth": 1
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"source": ".agent-src.uncompressed/commands/challenge-me/vision.md",
|
|
2252
|
+
"target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
|
|
2253
|
+
"type": "READ_ONLY",
|
|
2254
|
+
"via": "body_link",
|
|
2255
|
+
"depth": 1
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"source": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
|
|
2259
|
+
"target": ".agent-src.uncompressed/commands/challenge-me/vision.md",
|
|
2260
|
+
"type": "READ_ONLY",
|
|
2261
|
+
"via": "body_link",
|
|
2262
|
+
"depth": 1
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"source": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
|
|
2266
|
+
"target": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
|
|
2267
|
+
"type": "WRITE",
|
|
2268
|
+
"via": "self",
|
|
2269
|
+
"depth": 0
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"source": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
|
|
2273
|
+
"target": ".agent-src.uncompressed/commands/refine-ticket.md",
|
|
2274
|
+
"type": "READ_ONLY",
|
|
2275
|
+
"via": "body_link",
|
|
2276
|
+
"depth": 1
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"source": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
|
|
2280
|
+
"target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
|
|
2281
|
+
"type": "READ_ONLY",
|
|
2282
|
+
"via": "body_link",
|
|
2283
|
+
"depth": 1
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"source": ".agent-src.uncompressed/commands/challenge-me/with-docs.md",
|
|
2287
|
+
"target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
|
|
2288
|
+
"type": "READ_ONLY",
|
|
2289
|
+
"via": "body_link",
|
|
2290
|
+
"depth": 1
|
|
2291
|
+
},
|
|
2023
2292
|
{
|
|
2024
2293
|
"source": ".agent-src.uncompressed/commands/chat-history.md",
|
|
2025
2294
|
"target": ".agent-src.uncompressed/commands/chat-history.md",
|
|
@@ -2146,6 +2415,13 @@
|
|
|
2146
2415
|
"via": "self",
|
|
2147
2416
|
"depth": 0
|
|
2148
2417
|
},
|
|
2418
|
+
{
|
|
2419
|
+
"source": ".agent-src.uncompressed/commands/commit.md",
|
|
2420
|
+
"target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
|
|
2421
|
+
"type": "READ_ONLY",
|
|
2422
|
+
"via": "body_link",
|
|
2423
|
+
"depth": 1
|
|
2424
|
+
},
|
|
2149
2425
|
{
|
|
2150
2426
|
"source": ".agent-src.uncompressed/commands/commit/in-chunks.md",
|
|
2151
2427
|
"target": ".agent-src.uncompressed/commands/commit.md",
|
|
@@ -2231,23 +2507,72 @@
|
|
|
2231
2507
|
"depth": 0
|
|
2232
2508
|
},
|
|
2233
2509
|
{
|
|
2234
|
-
"source": ".agent-src.uncompressed/commands/
|
|
2235
|
-
"target": ".agent-src.uncompressed/commands/
|
|
2236
|
-
"type": "
|
|
2237
|
-
"via": "
|
|
2238
|
-
"depth":
|
|
2510
|
+
"source": ".agent-src.uncompressed/commands/cost-report.md",
|
|
2511
|
+
"target": ".agent-src.uncompressed/commands/agent-status.md",
|
|
2512
|
+
"type": "READ_ONLY",
|
|
2513
|
+
"via": "body_link",
|
|
2514
|
+
"depth": 1
|
|
2239
2515
|
},
|
|
2240
2516
|
{
|
|
2241
|
-
"source": ".agent-src.uncompressed/commands/
|
|
2242
|
-
"target": ".agent-src.uncompressed/commands/
|
|
2517
|
+
"source": ".agent-src.uncompressed/commands/cost-report.md",
|
|
2518
|
+
"target": ".agent-src.uncompressed/commands/cost-report.md",
|
|
2243
2519
|
"type": "WRITE",
|
|
2244
2520
|
"via": "self",
|
|
2245
2521
|
"depth": 0
|
|
2246
2522
|
},
|
|
2247
2523
|
{
|
|
2248
|
-
"source": ".agent-src.uncompressed/commands/
|
|
2249
|
-
"target": ".agent-src.uncompressed/commands/
|
|
2250
|
-
"type": "
|
|
2524
|
+
"source": ".agent-src.uncompressed/commands/cost-report.md",
|
|
2525
|
+
"target": ".agent-src.uncompressed/commands/set-cost-profile.md",
|
|
2526
|
+
"type": "READ_ONLY",
|
|
2527
|
+
"via": "body_link",
|
|
2528
|
+
"depth": 1
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"source": ".agent-src.uncompressed/commands/cost-report.md",
|
|
2532
|
+
"target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
|
|
2533
|
+
"type": "READ_ONLY",
|
|
2534
|
+
"via": "body_link",
|
|
2535
|
+
"depth": 1
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"source": ".agent-src.uncompressed/commands/cost-report.md",
|
|
2539
|
+
"target": ".agent-src.uncompressed/rules/commit-policy.md",
|
|
2540
|
+
"type": "READ_ONLY",
|
|
2541
|
+
"via": "body_link",
|
|
2542
|
+
"depth": 1
|
|
2543
|
+
},
|
|
2544
|
+
{
|
|
2545
|
+
"source": ".agent-src.uncompressed/commands/cost-report.md",
|
|
2546
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
2547
|
+
"type": "READ_ONLY",
|
|
2548
|
+
"via": "body_link",
|
|
2549
|
+
"depth": 1
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"source": ".agent-src.uncompressed/commands/council.md",
|
|
2553
|
+
"target": ".agent-src.uncompressed/commands/council.md",
|
|
2554
|
+
"type": "WRITE",
|
|
2555
|
+
"via": "self",
|
|
2556
|
+
"depth": 0
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"source": ".agent-src.uncompressed/commands/council/default.md",
|
|
2560
|
+
"target": ".agent-src.uncompressed/commands/council/default.md",
|
|
2561
|
+
"type": "WRITE",
|
|
2562
|
+
"via": "self",
|
|
2563
|
+
"depth": 0
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
"source": ".agent-src.uncompressed/commands/council/default.md",
|
|
2567
|
+
"target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
|
|
2568
|
+
"type": "READ_ONLY",
|
|
2569
|
+
"via": "body_link",
|
|
2570
|
+
"depth": 1
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"source": ".agent-src.uncompressed/commands/council/design.md",
|
|
2574
|
+
"target": ".agent-src.uncompressed/commands/council/design.md",
|
|
2575
|
+
"type": "WRITE",
|
|
2251
2576
|
"via": "self",
|
|
2252
2577
|
"depth": 0
|
|
2253
2578
|
},
|
|
@@ -2426,6 +2751,20 @@
|
|
|
2426
2751
|
"via": "self",
|
|
2427
2752
|
"depth": 0
|
|
2428
2753
|
},
|
|
2754
|
+
{
|
|
2755
|
+
"source": ".agent-src.uncompressed/commands/grill-me.md",
|
|
2756
|
+
"target": ".agent-src.uncompressed/commands/challenge-me.md",
|
|
2757
|
+
"type": "READ_ONLY",
|
|
2758
|
+
"via": "body_link",
|
|
2759
|
+
"depth": 1
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"source": ".agent-src.uncompressed/commands/grill-me.md",
|
|
2763
|
+
"target": ".agent-src.uncompressed/commands/grill-me.md",
|
|
2764
|
+
"type": "WRITE",
|
|
2765
|
+
"via": "self",
|
|
2766
|
+
"depth": 0
|
|
2767
|
+
},
|
|
2429
2768
|
{
|
|
2430
2769
|
"source": ".agent-src.uncompressed/commands/implement-ticket.md",
|
|
2431
2770
|
"target": ".agent-src.uncompressed/commands/commit.md",
|
|
@@ -2797,6 +3136,34 @@
|
|
|
2797
3136
|
"via": "body_link",
|
|
2798
3137
|
"depth": 1
|
|
2799
3138
|
},
|
|
3139
|
+
{
|
|
3140
|
+
"source": ".agent-src.uncompressed/commands/research.md",
|
|
3141
|
+
"target": ".agent-src.uncompressed/commands/research.md",
|
|
3142
|
+
"type": "WRITE",
|
|
3143
|
+
"via": "self",
|
|
3144
|
+
"depth": 0
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"source": ".agent-src.uncompressed/commands/research.md",
|
|
3148
|
+
"target": ".agent-src.uncompressed/contexts/contracts/research-schema.md",
|
|
3149
|
+
"type": "READ_ONLY",
|
|
3150
|
+
"via": "body_link",
|
|
3151
|
+
"depth": 1
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"source": ".agent-src.uncompressed/commands/research.md",
|
|
3155
|
+
"target": ".agent-src.uncompressed/rules/user-interaction.md",
|
|
3156
|
+
"type": "READ_ONLY",
|
|
3157
|
+
"via": "body_link",
|
|
3158
|
+
"depth": 1
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"source": ".agent-src.uncompressed/commands/research.md",
|
|
3162
|
+
"target": ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md",
|
|
3163
|
+
"type": "READ_ONLY",
|
|
3164
|
+
"via": "body_link",
|
|
3165
|
+
"depth": 1
|
|
3166
|
+
},
|
|
2800
3167
|
{
|
|
2801
3168
|
"source": ".agent-src.uncompressed/commands/review-changes.md",
|
|
2802
3169
|
"target": ".agent-src.uncompressed/commands/judge.md",
|
|
@@ -2869,39 +3236,102 @@
|
|
|
2869
3236
|
},
|
|
2870
3237
|
{
|
|
2871
3238
|
"source": ".agent-src.uncompressed/commands/review-routing.md",
|
|
2872
|
-
"target": ".agent-src.uncompressed/rules/
|
|
3239
|
+
"target": ".agent-src.uncompressed/rules/reviewer-awareness.md",
|
|
2873
3240
|
"type": "READ_ONLY",
|
|
2874
3241
|
"via": "body_link",
|
|
2875
3242
|
"depth": 1
|
|
2876
3243
|
},
|
|
2877
3244
|
{
|
|
2878
3245
|
"source": ".agent-src.uncompressed/commands/review-routing.md",
|
|
2879
|
-
"target": ".agent-src.uncompressed/rules/
|
|
3246
|
+
"target": ".agent-src.uncompressed/rules/verify-before-complete.md",
|
|
2880
3247
|
"type": "READ_ONLY",
|
|
2881
3248
|
"via": "body_link",
|
|
2882
3249
|
"depth": 1
|
|
2883
3250
|
},
|
|
2884
3251
|
{
|
|
2885
3252
|
"source": ".agent-src.uncompressed/commands/review-routing.md",
|
|
2886
|
-
"target": ".agent-src.uncompressed/
|
|
3253
|
+
"target": ".agent-src.uncompressed/skills/review-routing/SKILL.md",
|
|
2887
3254
|
"type": "READ_ONLY",
|
|
2888
3255
|
"via": "body_link",
|
|
2889
3256
|
"depth": 1
|
|
2890
3257
|
},
|
|
2891
3258
|
{
|
|
2892
|
-
"source": ".agent-src.uncompressed/commands/
|
|
2893
|
-
"target": ".agent-src.uncompressed/
|
|
3259
|
+
"source": ".agent-src.uncompressed/commands/roadmap.md",
|
|
3260
|
+
"target": ".agent-src.uncompressed/commands/roadmap.md",
|
|
3261
|
+
"type": "WRITE",
|
|
3262
|
+
"via": "self",
|
|
3263
|
+
"depth": 0
|
|
3264
|
+
},
|
|
3265
|
+
{
|
|
3266
|
+
"source": ".agent-src.uncompressed/commands/roadmap.md",
|
|
3267
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
2894
3268
|
"type": "READ_ONLY",
|
|
2895
3269
|
"via": "body_link",
|
|
2896
3270
|
"depth": 1
|
|
2897
3271
|
},
|
|
2898
3272
|
{
|
|
2899
3273
|
"source": ".agent-src.uncompressed/commands/roadmap.md",
|
|
3274
|
+
"target": ".agent-src.uncompressed/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md",
|
|
3275
|
+
"type": "READ_ONLY",
|
|
3276
|
+
"via": "body_link",
|
|
3277
|
+
"depth": 1
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"source": ".agent-src.uncompressed/commands/roadmap.md",
|
|
3281
|
+
"target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
3282
|
+
"type": "READ_ONLY",
|
|
3283
|
+
"via": "body_link",
|
|
3284
|
+
"depth": 1
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
|
|
3288
|
+
"target": ".agent-src.uncompressed/commands/council/default.md",
|
|
3289
|
+
"type": "READ_ONLY",
|
|
3290
|
+
"via": "body_link",
|
|
3291
|
+
"depth": 1
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
|
|
2900
3295
|
"target": ".agent-src.uncompressed/commands/roadmap.md",
|
|
3296
|
+
"type": "READ_ONLY",
|
|
3297
|
+
"via": "body_link",
|
|
3298
|
+
"depth": 1
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
|
|
3302
|
+
"target": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
|
|
2901
3303
|
"type": "WRITE",
|
|
2902
3304
|
"via": "self",
|
|
2903
3305
|
"depth": 0
|
|
2904
3306
|
},
|
|
3307
|
+
{
|
|
3308
|
+
"source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
|
|
3309
|
+
"target": ".agent-src.uncompressed/rules/commit-policy.md",
|
|
3310
|
+
"type": "READ_ONLY",
|
|
3311
|
+
"via": "body_link",
|
|
3312
|
+
"depth": 1
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
|
|
3316
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
3317
|
+
"type": "READ_ONLY",
|
|
3318
|
+
"via": "body_link",
|
|
3319
|
+
"depth": 1
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
|
|
3323
|
+
"target": ".agent-src.uncompressed/rules/user-interaction.md",
|
|
3324
|
+
"type": "READ_ONLY",
|
|
3325
|
+
"via": "body_link",
|
|
3326
|
+
"depth": 1
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"source": ".agent-src.uncompressed/commands/roadmap/ai-council.md",
|
|
3330
|
+
"target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
|
|
3331
|
+
"type": "READ_ONLY",
|
|
3332
|
+
"via": "body_link",
|
|
3333
|
+
"depth": 1
|
|
3334
|
+
},
|
|
2905
3335
|
{
|
|
2906
3336
|
"source": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
2907
3337
|
"target": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
@@ -2910,12 +3340,173 @@
|
|
|
2910
3340
|
"depth": 0
|
|
2911
3341
|
},
|
|
2912
3342
|
{
|
|
2913
|
-
"source": ".agent-src.uncompressed/commands/roadmap/
|
|
2914
|
-
"target": ".agent-src.uncompressed/commands/roadmap/
|
|
3343
|
+
"source": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
3344
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-full.md",
|
|
3345
|
+
"type": "READ_ONLY",
|
|
3346
|
+
"via": "body_link",
|
|
3347
|
+
"depth": 1
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"source": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
3351
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3352
|
+
"type": "READ_ONLY",
|
|
3353
|
+
"via": "body_link",
|
|
3354
|
+
"depth": 1
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"source": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
3358
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-step.md",
|
|
3359
|
+
"type": "READ_ONLY",
|
|
3360
|
+
"via": "body_link",
|
|
3361
|
+
"depth": 1
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
|
|
3365
|
+
"target": ".agent-src.uncompressed/commands/roadmap.md",
|
|
3366
|
+
"type": "READ_ONLY",
|
|
3367
|
+
"via": "body_link",
|
|
3368
|
+
"depth": 1
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
|
|
3372
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-full.md",
|
|
3373
|
+
"type": "WRITE",
|
|
3374
|
+
"via": "self",
|
|
3375
|
+
"depth": 0
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
|
|
3379
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3380
|
+
"type": "READ_ONLY",
|
|
3381
|
+
"via": "body_link",
|
|
3382
|
+
"depth": 1
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
|
|
3386
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-step.md",
|
|
3387
|
+
"type": "READ_ONLY",
|
|
3388
|
+
"via": "body_link",
|
|
3389
|
+
"depth": 1
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
|
|
3393
|
+
"target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
3394
|
+
"type": "READ_ONLY",
|
|
3395
|
+
"via": "body_link",
|
|
3396
|
+
"depth": 1
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-full.md",
|
|
3400
|
+
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
3401
|
+
"type": "READ_ONLY",
|
|
3402
|
+
"via": "body_link",
|
|
3403
|
+
"depth": 1
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3407
|
+
"target": ".agent-src.uncompressed/commands/roadmap.md",
|
|
3408
|
+
"type": "READ_ONLY",
|
|
3409
|
+
"via": "body_link",
|
|
3410
|
+
"depth": 1
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3414
|
+
"target": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
3415
|
+
"type": "READ_ONLY",
|
|
3416
|
+
"via": "body_link",
|
|
3417
|
+
"depth": 1
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3421
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-full.md",
|
|
3422
|
+
"type": "READ_ONLY",
|
|
3423
|
+
"via": "body_link",
|
|
3424
|
+
"depth": 1
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3428
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3429
|
+
"type": "WRITE",
|
|
3430
|
+
"via": "self",
|
|
3431
|
+
"depth": 0
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3435
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-step.md",
|
|
3436
|
+
"type": "READ_ONLY",
|
|
3437
|
+
"via": "body_link",
|
|
3438
|
+
"depth": 1
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3442
|
+
"target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
3443
|
+
"type": "READ_ONLY",
|
|
3444
|
+
"via": "body_link",
|
|
3445
|
+
"depth": 1
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3449
|
+
"target": ".agent-src.uncompressed/rules/commit-policy.md",
|
|
3450
|
+
"type": "READ_ONLY",
|
|
3451
|
+
"via": "body_link",
|
|
3452
|
+
"depth": 1
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3456
|
+
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
3457
|
+
"type": "READ_ONLY",
|
|
3458
|
+
"via": "body_link",
|
|
3459
|
+
"depth": 1
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3463
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
3464
|
+
"type": "READ_ONLY",
|
|
3465
|
+
"via": "body_link",
|
|
3466
|
+
"depth": 1
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3470
|
+
"target": ".agent-src.uncompressed/skills/roadmap-management/SKILL.md",
|
|
3471
|
+
"type": "READ_ONLY",
|
|
3472
|
+
"via": "body_link",
|
|
3473
|
+
"depth": 1
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-step.md",
|
|
3477
|
+
"target": ".agent-src.uncompressed/commands/roadmap.md",
|
|
3478
|
+
"type": "READ_ONLY",
|
|
3479
|
+
"via": "body_link",
|
|
3480
|
+
"depth": 1
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-step.md",
|
|
3484
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-full.md",
|
|
3485
|
+
"type": "READ_ONLY",
|
|
3486
|
+
"via": "body_link",
|
|
3487
|
+
"depth": 1
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-step.md",
|
|
3491
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
3492
|
+
"type": "READ_ONLY",
|
|
3493
|
+
"via": "body_link",
|
|
3494
|
+
"depth": 1
|
|
3495
|
+
},
|
|
3496
|
+
{
|
|
3497
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-step.md",
|
|
3498
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-step.md",
|
|
2915
3499
|
"type": "WRITE",
|
|
2916
3500
|
"via": "self",
|
|
2917
3501
|
"depth": 0
|
|
2918
3502
|
},
|
|
3503
|
+
{
|
|
3504
|
+
"source": ".agent-src.uncompressed/commands/roadmap/process-step.md",
|
|
3505
|
+
"target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
3506
|
+
"type": "READ_ONLY",
|
|
3507
|
+
"via": "body_link",
|
|
3508
|
+
"depth": 1
|
|
3509
|
+
},
|
|
2919
3510
|
{
|
|
2920
3511
|
"source": ".agent-src.uncompressed/commands/rule-compliance-audit.md",
|
|
2921
3512
|
"target": ".agent-src.uncompressed/commands/rule-compliance-audit.md",
|
|
@@ -3189,6 +3780,20 @@
|
|
|
3189
3780
|
"via": "body_link",
|
|
3190
3781
|
"depth": 1
|
|
3191
3782
|
},
|
|
3783
|
+
{
|
|
3784
|
+
"source": ".agent-src.uncompressed/contexts/authority/kernel-rule-edits.md",
|
|
3785
|
+
"target": ".agent-src.uncompressed/contexts/authority/kernel-rule-edits.md",
|
|
3786
|
+
"type": "WRITE",
|
|
3787
|
+
"via": "self",
|
|
3788
|
+
"depth": 0
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"source": ".agent-src.uncompressed/contexts/authority/kernel-rule-edits.md",
|
|
3792
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
3793
|
+
"type": "READ_ONLY",
|
|
3794
|
+
"via": "body_link",
|
|
3795
|
+
"depth": 1
|
|
3796
|
+
},
|
|
3192
3797
|
{
|
|
3193
3798
|
"source": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
|
|
3194
3799
|
"target": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
|
|
@@ -3288,36 +3893,99 @@
|
|
|
3288
3893
|
"depth": 1
|
|
3289
3894
|
},
|
|
3290
3895
|
{
|
|
3291
|
-
"source": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
|
|
3292
|
-
"target": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
|
|
3293
|
-
"type": "WRITE",
|
|
3294
|
-
"via": "self",
|
|
3295
|
-
"depth": 0
|
|
3896
|
+
"source": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
|
|
3897
|
+
"target": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
|
|
3898
|
+
"type": "WRITE",
|
|
3899
|
+
"via": "self",
|
|
3900
|
+
"depth": 0
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"source": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
|
|
3904
|
+
"target": ".agent-src.uncompressed/rules/language-and-tone.md",
|
|
3905
|
+
"type": "READ_ONLY",
|
|
3906
|
+
"via": "body_link",
|
|
3907
|
+
"depth": 1
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"source": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
|
|
3911
|
+
"target": ".agent-src.uncompressed/rules/user-interaction.md",
|
|
3912
|
+
"type": "READ_ONLY",
|
|
3913
|
+
"via": "body_link",
|
|
3914
|
+
"depth": 1
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"source": ".agent-src.uncompressed/contexts/contracts/artifact-engagement-flow.md",
|
|
3918
|
+
"target": ".agent-src.uncompressed/contexts/contracts/artifact-engagement-flow.md",
|
|
3919
|
+
"type": "WRITE",
|
|
3920
|
+
"via": "self",
|
|
3921
|
+
"depth": 0
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
"source": ".agent-src.uncompressed/contexts/contracts/command-suggestion-flow.md",
|
|
3925
|
+
"target": ".agent-src.uncompressed/contexts/contracts/command-suggestion-flow.md",
|
|
3926
|
+
"type": "WRITE",
|
|
3927
|
+
"via": "self",
|
|
3928
|
+
"depth": 0
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"source": ".agent-src.uncompressed/contexts/contracts/consumer-agents-md-guide.md",
|
|
3932
|
+
"target": ".agent-src.uncompressed/contexts/contracts/consumer-agents-md-guide.md",
|
|
3933
|
+
"type": "WRITE",
|
|
3934
|
+
"via": "self",
|
|
3935
|
+
"depth": 0
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"source": ".agent-src.uncompressed/contexts/contracts/emergency-triage-block.md",
|
|
3939
|
+
"target": ".agent-src.uncompressed/contexts/contracts/emergency-triage-block.md",
|
|
3940
|
+
"type": "WRITE",
|
|
3941
|
+
"via": "self",
|
|
3942
|
+
"depth": 0
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"source": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
3946
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
3947
|
+
"type": "WRITE",
|
|
3948
|
+
"via": "self",
|
|
3949
|
+
"depth": 0
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"source": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
3953
|
+
"target": ".agent-src.uncompressed/rules/direct-answers.md",
|
|
3954
|
+
"type": "READ_ONLY",
|
|
3955
|
+
"via": "body_link",
|
|
3956
|
+
"depth": 1
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"source": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
3960
|
+
"target": ".agent-src.uncompressed/rules/no-cheap-questions.md",
|
|
3961
|
+
"type": "READ_ONLY",
|
|
3962
|
+
"via": "body_link",
|
|
3963
|
+
"depth": 1
|
|
3296
3964
|
},
|
|
3297
3965
|
{
|
|
3298
|
-
"source": ".agent-src.uncompressed/contexts/
|
|
3299
|
-
"target": ".agent-src.uncompressed/rules/
|
|
3966
|
+
"source": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
3967
|
+
"target": ".agent-src.uncompressed/rules/token-efficiency.md",
|
|
3300
3968
|
"type": "READ_ONLY",
|
|
3301
3969
|
"via": "body_link",
|
|
3302
3970
|
"depth": 1
|
|
3303
3971
|
},
|
|
3304
3972
|
{
|
|
3305
|
-
"source": ".agent-src.uncompressed/contexts/
|
|
3973
|
+
"source": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
3306
3974
|
"target": ".agent-src.uncompressed/rules/user-interaction.md",
|
|
3307
3975
|
"type": "READ_ONLY",
|
|
3308
3976
|
"via": "body_link",
|
|
3309
3977
|
"depth": 1
|
|
3310
3978
|
},
|
|
3311
3979
|
{
|
|
3312
|
-
"source": ".agent-src.uncompressed/contexts/contracts/
|
|
3313
|
-
"target": ".agent-src.uncompressed/
|
|
3314
|
-
"type": "
|
|
3315
|
-
"via": "
|
|
3316
|
-
"depth":
|
|
3980
|
+
"source": ".agent-src.uncompressed/contexts/contracts/research-schema.md",
|
|
3981
|
+
"target": ".agent-src.uncompressed/commands/research.md",
|
|
3982
|
+
"type": "READ_ONLY",
|
|
3983
|
+
"via": "body_link",
|
|
3984
|
+
"depth": 1
|
|
3317
3985
|
},
|
|
3318
3986
|
{
|
|
3319
|
-
"source": ".agent-src.uncompressed/contexts/contracts/
|
|
3320
|
-
"target": ".agent-src.uncompressed/contexts/contracts/
|
|
3987
|
+
"source": ".agent-src.uncompressed/contexts/contracts/research-schema.md",
|
|
3988
|
+
"target": ".agent-src.uncompressed/contexts/contracts/research-schema.md",
|
|
3321
3989
|
"type": "WRITE",
|
|
3322
3990
|
"via": "self",
|
|
3323
3991
|
"depth": 0
|
|
@@ -3455,6 +4123,97 @@
|
|
|
3455
4123
|
"via": "body_link",
|
|
3456
4124
|
"depth": 1
|
|
3457
4125
|
},
|
|
4126
|
+
{
|
|
4127
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4128
|
+
"target": ".agent-src.uncompressed/commands/roadmap/create.md",
|
|
4129
|
+
"type": "READ_ONLY",
|
|
4130
|
+
"via": "body_link",
|
|
4131
|
+
"depth": 1
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4135
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-full.md",
|
|
4136
|
+
"type": "READ_ONLY",
|
|
4137
|
+
"via": "body_link",
|
|
4138
|
+
"depth": 1
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4142
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-phase.md",
|
|
4143
|
+
"type": "READ_ONLY",
|
|
4144
|
+
"via": "body_link",
|
|
4145
|
+
"depth": 1
|
|
4146
|
+
},
|
|
4147
|
+
{
|
|
4148
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4149
|
+
"target": ".agent-src.uncompressed/commands/roadmap/process-step.md",
|
|
4150
|
+
"type": "READ_ONLY",
|
|
4151
|
+
"via": "body_link",
|
|
4152
|
+
"depth": 1
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4156
|
+
"target": ".agent-src.uncompressed/contexts/authority/commit-mechanics.md",
|
|
4157
|
+
"type": "READ_ONLY",
|
|
4158
|
+
"via": "body_link",
|
|
4159
|
+
"depth": 1
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4163
|
+
"target": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4164
|
+
"type": "WRITE",
|
|
4165
|
+
"via": "self",
|
|
4166
|
+
"depth": 0
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4170
|
+
"target": ".agent-src.uncompressed/rules/commit-policy.md",
|
|
4171
|
+
"type": "READ_ONLY",
|
|
4172
|
+
"via": "body_link",
|
|
4173
|
+
"depth": 1
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4177
|
+
"target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
|
|
4178
|
+
"type": "READ_ONLY",
|
|
4179
|
+
"via": "body_link",
|
|
4180
|
+
"depth": 1
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4184
|
+
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
4185
|
+
"type": "READ_ONLY",
|
|
4186
|
+
"via": "body_link",
|
|
4187
|
+
"depth": 1
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4191
|
+
"target": ".agent-src.uncompressed/rules/security-sensitive-stop.md",
|
|
4192
|
+
"type": "READ_ONLY",
|
|
4193
|
+
"via": "body_link",
|
|
4194
|
+
"depth": 1
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4198
|
+
"target": ".agent-src.uncompressed/rules/verify-before-complete.md",
|
|
4199
|
+
"type": "READ_ONLY",
|
|
4200
|
+
"via": "body_link",
|
|
4201
|
+
"depth": 1
|
|
4202
|
+
},
|
|
4203
|
+
{
|
|
4204
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4205
|
+
"target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
|
|
4206
|
+
"type": "READ_ONLY",
|
|
4207
|
+
"via": "body_link",
|
|
4208
|
+
"depth": 1
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"source": ".agent-src.uncompressed/contexts/execution/roadmap-process-loop.md",
|
|
4212
|
+
"target": ".agent-src.uncompressed/skills/roadmap-management/SKILL.md",
|
|
4213
|
+
"type": "READ_ONLY",
|
|
4214
|
+
"via": "body_link",
|
|
4215
|
+
"depth": 1
|
|
4216
|
+
},
|
|
3458
4217
|
{
|
|
3459
4218
|
"source": ".agent-src.uncompressed/contexts/execution/verification-mechanics.md",
|
|
3460
4219
|
"target": ".agent-src.uncompressed/contexts/execution/verification-mechanics.md",
|
|
@@ -3693,6 +4452,13 @@
|
|
|
3693
4452
|
"via": "self",
|
|
3694
4453
|
"depth": 0
|
|
3695
4454
|
},
|
|
4455
|
+
{
|
|
4456
|
+
"source": ".agent-src.uncompressed/rules/architecture.md",
|
|
4457
|
+
"target": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
|
|
4458
|
+
"type": "READ_ONLY",
|
|
4459
|
+
"via": "body_link",
|
|
4460
|
+
"depth": 1
|
|
4461
|
+
},
|
|
3696
4462
|
{
|
|
3697
4463
|
"source": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
3698
4464
|
"target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
@@ -3889,6 +4655,20 @@
|
|
|
3889
4655
|
"via": "self",
|
|
3890
4656
|
"depth": 0
|
|
3891
4657
|
},
|
|
4658
|
+
{
|
|
4659
|
+
"source": ".agent-src.uncompressed/rules/caveman-speak.md",
|
|
4660
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
4661
|
+
"type": "READ_ONLY",
|
|
4662
|
+
"via": "body_link",
|
|
4663
|
+
"depth": 1
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"source": ".agent-src.uncompressed/rules/caveman-speak.md",
|
|
4667
|
+
"target": ".agent-src.uncompressed/rules/caveman-speak.md",
|
|
4668
|
+
"type": "WRITE",
|
|
4669
|
+
"via": "self",
|
|
4670
|
+
"depth": 0
|
|
4671
|
+
},
|
|
3892
4672
|
{
|
|
3893
4673
|
"source": ".agent-src.uncompressed/rules/cli-output-handling.md",
|
|
3894
4674
|
"target": ".agent-src.uncompressed/rules/cli-output-handling.md",
|
|
@@ -4015,6 +4795,13 @@
|
|
|
4015
4795
|
"via": "self",
|
|
4016
4796
|
"depth": 0
|
|
4017
4797
|
},
|
|
4798
|
+
{
|
|
4799
|
+
"source": ".agent-src.uncompressed/rules/direct-answers.md",
|
|
4800
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
4801
|
+
"type": "READ_ONLY",
|
|
4802
|
+
"via": "body_link",
|
|
4803
|
+
"depth": 1
|
|
4804
|
+
},
|
|
4018
4805
|
{
|
|
4019
4806
|
"source": ".agent-src.uncompressed/rules/direct-answers.md",
|
|
4020
4807
|
"target": ".agent-src.uncompressed/rules/direct-answers.md",
|
|
@@ -4036,6 +4823,48 @@
|
|
|
4036
4823
|
"via": "self",
|
|
4037
4824
|
"depth": 0
|
|
4038
4825
|
},
|
|
4826
|
+
{
|
|
4827
|
+
"source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
|
|
4828
|
+
"target": ".agent-src.uncompressed/rules/augment-portability.md",
|
|
4829
|
+
"type": "READ_ONLY",
|
|
4830
|
+
"via": "body_link",
|
|
4831
|
+
"depth": 1
|
|
4832
|
+
},
|
|
4833
|
+
{
|
|
4834
|
+
"source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
|
|
4835
|
+
"target": ".agent-src.uncompressed/rules/docs-sync.md",
|
|
4836
|
+
"type": "READ_ONLY",
|
|
4837
|
+
"via": "body_link",
|
|
4838
|
+
"depth": 1
|
|
4839
|
+
},
|
|
4840
|
+
{
|
|
4841
|
+
"source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
|
|
4842
|
+
"target": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
|
|
4843
|
+
"type": "WRITE",
|
|
4844
|
+
"via": "self",
|
|
4845
|
+
"depth": 0
|
|
4846
|
+
},
|
|
4847
|
+
{
|
|
4848
|
+
"source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
|
|
4849
|
+
"target": ".agent-src.uncompressed/rules/rule-type-governance.md",
|
|
4850
|
+
"type": "READ_ONLY",
|
|
4851
|
+
"via": "body_link",
|
|
4852
|
+
"depth": 1
|
|
4853
|
+
},
|
|
4854
|
+
{
|
|
4855
|
+
"source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
|
|
4856
|
+
"target": ".agent-src.uncompressed/rules/size-enforcement.md",
|
|
4857
|
+
"type": "READ_ONLY",
|
|
4858
|
+
"via": "body_link",
|
|
4859
|
+
"depth": 1
|
|
4860
|
+
},
|
|
4861
|
+
{
|
|
4862
|
+
"source": ".agent-src.uncompressed/rules/domain-adoption-policy.md",
|
|
4863
|
+
"target": ".agent-src.uncompressed/rules/skill-quality.md",
|
|
4864
|
+
"type": "READ_ONLY",
|
|
4865
|
+
"via": "body_link",
|
|
4866
|
+
"depth": 1
|
|
4867
|
+
},
|
|
4039
4868
|
{
|
|
4040
4869
|
"source": ".agent-src.uncompressed/rules/downstream-changes.md",
|
|
4041
4870
|
"target": ".agent-src.uncompressed/rules/downstream-changes.md",
|
|
@@ -4085,6 +4914,55 @@
|
|
|
4085
4914
|
"via": "self",
|
|
4086
4915
|
"depth": 0
|
|
4087
4916
|
},
|
|
4917
|
+
{
|
|
4918
|
+
"source": ".agent-src.uncompressed/rules/invite-challenge.md",
|
|
4919
|
+
"target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
|
|
4920
|
+
"type": "READ_ONLY",
|
|
4921
|
+
"via": "body_link",
|
|
4922
|
+
"depth": 1
|
|
4923
|
+
},
|
|
4924
|
+
{
|
|
4925
|
+
"source": ".agent-src.uncompressed/rules/invite-challenge.md",
|
|
4926
|
+
"target": ".agent-src.uncompressed/rules/direct-answers.md",
|
|
4927
|
+
"type": "READ_ONLY",
|
|
4928
|
+
"via": "body_link",
|
|
4929
|
+
"depth": 1
|
|
4930
|
+
},
|
|
4931
|
+
{
|
|
4932
|
+
"source": ".agent-src.uncompressed/rules/invite-challenge.md",
|
|
4933
|
+
"target": ".agent-src.uncompressed/rules/improve-before-implement.md",
|
|
4934
|
+
"type": "READ_ONLY",
|
|
4935
|
+
"via": "body_link",
|
|
4936
|
+
"depth": 1
|
|
4937
|
+
},
|
|
4938
|
+
{
|
|
4939
|
+
"source": ".agent-src.uncompressed/rules/invite-challenge.md",
|
|
4940
|
+
"target": ".agent-src.uncompressed/rules/invite-challenge.md",
|
|
4941
|
+
"type": "WRITE",
|
|
4942
|
+
"via": "self",
|
|
4943
|
+
"depth": 0
|
|
4944
|
+
},
|
|
4945
|
+
{
|
|
4946
|
+
"source": ".agent-src.uncompressed/rules/invite-challenge.md",
|
|
4947
|
+
"target": ".agent-src.uncompressed/rules/no-cheap-questions.md",
|
|
4948
|
+
"type": "READ_ONLY",
|
|
4949
|
+
"via": "body_link",
|
|
4950
|
+
"depth": 1
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"source": ".agent-src.uncompressed/rules/invite-challenge.md",
|
|
4954
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
4955
|
+
"type": "READ_ONLY",
|
|
4956
|
+
"via": "body_link",
|
|
4957
|
+
"depth": 1
|
|
4958
|
+
},
|
|
4959
|
+
{
|
|
4960
|
+
"source": ".agent-src.uncompressed/rules/invite-challenge.md",
|
|
4961
|
+
"target": ".agent-src.uncompressed/rules/user-interaction.md",
|
|
4962
|
+
"type": "READ_ONLY",
|
|
4963
|
+
"via": "body_link",
|
|
4964
|
+
"depth": 1
|
|
4965
|
+
},
|
|
4088
4966
|
{
|
|
4089
4967
|
"source": ".agent-src.uncompressed/rules/language-and-tone.md",
|
|
4090
4968
|
"target": ".agent-src.uncompressed/rules/language-and-tone.md",
|
|
@@ -4164,14 +5042,14 @@
|
|
|
4164
5042
|
},
|
|
4165
5043
|
{
|
|
4166
5044
|
"source": ".agent-src.uncompressed/rules/no-cheap-questions.md",
|
|
4167
|
-
"target": ".agent-src.uncompressed/
|
|
5045
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
4168
5046
|
"type": "READ_ONLY",
|
|
4169
5047
|
"via": "body_link",
|
|
4170
5048
|
"depth": 1
|
|
4171
5049
|
},
|
|
4172
5050
|
{
|
|
4173
5051
|
"source": ".agent-src.uncompressed/rules/no-cheap-questions.md",
|
|
4174
|
-
"target": ".agent-src.uncompressed/rules/
|
|
5052
|
+
"target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
|
|
4175
5053
|
"type": "READ_ONLY",
|
|
4176
5054
|
"via": "body_link",
|
|
4177
5055
|
"depth": 1
|
|
@@ -4183,13 +5061,6 @@
|
|
|
4183
5061
|
"via": "body_link",
|
|
4184
5062
|
"depth": 1
|
|
4185
5063
|
},
|
|
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
5064
|
{
|
|
4194
5065
|
"source": ".agent-src.uncompressed/rules/no-cheap-questions.md",
|
|
4195
5066
|
"target": ".agent-src.uncompressed/rules/no-cheap-questions.md",
|
|
@@ -4220,77 +5091,77 @@
|
|
|
4220
5091
|
},
|
|
4221
5092
|
{
|
|
4222
5093
|
"source": ".agent-src.uncompressed/rules/no-cheap-questions.md",
|
|
4223
|
-
"target": ".agent-src.uncompressed/rules/
|
|
5094
|
+
"target": ".agent-src.uncompressed/rules/verify-before-complete.md",
|
|
4224
5095
|
"type": "READ_ONLY",
|
|
4225
5096
|
"via": "body_link",
|
|
4226
5097
|
"depth": 1
|
|
4227
5098
|
},
|
|
4228
5099
|
{
|
|
4229
|
-
"source": ".agent-src.uncompressed/rules/no-
|
|
4230
|
-
"target": ".agent-src.uncompressed/rules/
|
|
5100
|
+
"source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
5101
|
+
"target": ".agent-src.uncompressed/rules/agent-docs.md",
|
|
4231
5102
|
"type": "READ_ONLY",
|
|
4232
5103
|
"via": "body_link",
|
|
4233
5104
|
"depth": 1
|
|
4234
5105
|
},
|
|
4235
5106
|
{
|
|
4236
|
-
"source": ".agent-src.uncompressed/rules/no-
|
|
5107
|
+
"source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
4237
5108
|
"target": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
|
|
4238
5109
|
"type": "READ_ONLY",
|
|
4239
5110
|
"via": "body_link",
|
|
4240
5111
|
"depth": 1
|
|
4241
5112
|
},
|
|
4242
5113
|
{
|
|
4243
|
-
"source": ".agent-src.uncompressed/rules/no-
|
|
4244
|
-
"target": ".agent-src.uncompressed/rules/
|
|
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",
|
|
5114
|
+
"source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
5115
|
+
"target": ".agent-src.uncompressed/rules/docs-sync.md",
|
|
4252
5116
|
"type": "READ_ONLY",
|
|
4253
5117
|
"via": "body_link",
|
|
4254
5118
|
"depth": 1
|
|
4255
5119
|
},
|
|
4256
5120
|
{
|
|
4257
|
-
"source": ".agent-src.uncompressed/rules/no-
|
|
4258
|
-
"target": ".agent-src.uncompressed/
|
|
4259
|
-
"type": "
|
|
4260
|
-
"via": "
|
|
4261
|
-
"depth":
|
|
5121
|
+
"source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
5122
|
+
"target": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
5123
|
+
"type": "WRITE",
|
|
5124
|
+
"via": "self",
|
|
5125
|
+
"depth": 0
|
|
4262
5126
|
},
|
|
4263
5127
|
{
|
|
4264
5128
|
"source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
4265
|
-
"target": ".agent-src.uncompressed/rules/
|
|
5129
|
+
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
4266
5130
|
"type": "READ_ONLY",
|
|
4267
5131
|
"via": "body_link",
|
|
4268
5132
|
"depth": 1
|
|
4269
5133
|
},
|
|
4270
5134
|
{
|
|
4271
5135
|
"source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
4272
|
-
"target": ".agent-src.uncompressed/
|
|
5136
|
+
"target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
|
|
4273
5137
|
"type": "READ_ONLY",
|
|
4274
5138
|
"via": "body_link",
|
|
4275
5139
|
"depth": 1
|
|
4276
5140
|
},
|
|
4277
5141
|
{
|
|
4278
|
-
"source": ".agent-src.uncompressed/rules/no-
|
|
4279
|
-
"target": ".agent-src.uncompressed/rules/
|
|
5142
|
+
"source": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
|
|
5143
|
+
"target": ".agent-src.uncompressed/rules/commit-policy.md",
|
|
4280
5144
|
"type": "READ_ONLY",
|
|
4281
5145
|
"via": "body_link",
|
|
4282
5146
|
"depth": 1
|
|
4283
5147
|
},
|
|
4284
5148
|
{
|
|
4285
|
-
"source": ".agent-src.uncompressed/rules/no-
|
|
4286
|
-
"target": ".agent-src.uncompressed/rules/no-
|
|
5149
|
+
"source": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
|
|
5150
|
+
"target": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
|
|
4287
5151
|
"type": "WRITE",
|
|
4288
5152
|
"via": "self",
|
|
4289
5153
|
"depth": 0
|
|
4290
5154
|
},
|
|
4291
5155
|
{
|
|
4292
|
-
"source": ".agent-src.uncompressed/rules/no-
|
|
4293
|
-
"target": ".agent-src.uncompressed/rules/
|
|
5156
|
+
"source": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
|
|
5157
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
5158
|
+
"type": "READ_ONLY",
|
|
5159
|
+
"via": "body_link",
|
|
5160
|
+
"depth": 1
|
|
5161
|
+
},
|
|
5162
|
+
{
|
|
5163
|
+
"source": ".agent-src.uncompressed/rules/no-unsolicited-rebase.md",
|
|
5164
|
+
"target": ".agent-src.uncompressed/rules/token-efficiency.md",
|
|
4294
5165
|
"type": "READ_ONLY",
|
|
4295
5166
|
"via": "body_link",
|
|
4296
5167
|
"depth": 1
|
|
@@ -4372,13 +5243,6 @@
|
|
|
4372
5243
|
"via": "self",
|
|
4373
5244
|
"depth": 0
|
|
4374
5245
|
},
|
|
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
5246
|
{
|
|
4383
5247
|
"source": ".agent-src.uncompressed/rules/reviewer-awareness.md",
|
|
4384
5248
|
"target": ".agent-src.uncompressed/rules/reviewer-awareness.md",
|
|
@@ -4442,6 +5306,13 @@
|
|
|
4442
5306
|
"via": "self",
|
|
4443
5307
|
"depth": 0
|
|
4444
5308
|
},
|
|
5309
|
+
{
|
|
5310
|
+
"source": ".agent-src.uncompressed/rules/scope-control.md",
|
|
5311
|
+
"target": ".agent-src.uncompressed/contexts/authority/kernel-rule-edits.md",
|
|
5312
|
+
"type": "READ_ONLY",
|
|
5313
|
+
"via": "body_link",
|
|
5314
|
+
"depth": 1
|
|
5315
|
+
},
|
|
4445
5316
|
{
|
|
4446
5317
|
"source": ".agent-src.uncompressed/rules/scope-control.md",
|
|
4447
5318
|
"target": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
|
|
@@ -4470,6 +5341,13 @@
|
|
|
4470
5341
|
"via": "self",
|
|
4471
5342
|
"depth": 0
|
|
4472
5343
|
},
|
|
5344
|
+
{
|
|
5345
|
+
"source": ".agent-src.uncompressed/rules/scope-control.md",
|
|
5346
|
+
"target": "contexts/authority/kernel-rule-edits.md",
|
|
5347
|
+
"type": "READ_ONLY",
|
|
5348
|
+
"via": "load_context",
|
|
5349
|
+
"depth": 1
|
|
5350
|
+
},
|
|
4473
5351
|
{
|
|
4474
5352
|
"source": ".agent-src.uncompressed/rules/scope-control.md",
|
|
4475
5353
|
"target": "contexts/authority/scope-mechanics.md",
|
|
@@ -4638,6 +5516,20 @@
|
|
|
4638
5516
|
"via": "load_context",
|
|
4639
5517
|
"depth": 1
|
|
4640
5518
|
},
|
|
5519
|
+
{
|
|
5520
|
+
"source": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
|
|
5521
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
5522
|
+
"type": "READ_ONLY",
|
|
5523
|
+
"via": "body_link",
|
|
5524
|
+
"depth": 1
|
|
5525
|
+
},
|
|
5526
|
+
{
|
|
5527
|
+
"source": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
|
|
5528
|
+
"target": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
|
|
5529
|
+
"type": "WRITE",
|
|
5530
|
+
"via": "self",
|
|
5531
|
+
"depth": 0
|
|
5532
|
+
},
|
|
4641
5533
|
{
|
|
4642
5534
|
"source": ".agent-src.uncompressed/skills/adversarial-review/SKILL.md",
|
|
4643
5535
|
"target": ".agent-src.uncompressed/skills/adversarial-review/SKILL.md",
|
|
@@ -4647,14 +5539,63 @@
|
|
|
4647
5539
|
},
|
|
4648
5540
|
{
|
|
4649
5541
|
"source": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
|
|
5542
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
5543
|
+
"type": "READ_ONLY",
|
|
5544
|
+
"via": "body_link",
|
|
5545
|
+
"depth": 1
|
|
5546
|
+
},
|
|
5547
|
+
{
|
|
5548
|
+
"source": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
|
|
5549
|
+
"target": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
|
|
5550
|
+
"type": "READ_ONLY",
|
|
5551
|
+
"via": "body_link",
|
|
5552
|
+
"depth": 1
|
|
5553
|
+
},
|
|
5554
|
+
{
|
|
5555
|
+
"source": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
|
|
5556
|
+
"target": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
|
|
5557
|
+
"type": "WRITE",
|
|
5558
|
+
"via": "self",
|
|
5559
|
+
"depth": 0
|
|
5560
|
+
},
|
|
5561
|
+
{
|
|
5562
|
+
"source": ".agent-src.uncompressed/skills/agents-md-thin-root/SKILL.md",
|
|
5563
|
+
"target": ".agent-src.uncompressed/rules/size-enforcement.md",
|
|
5564
|
+
"type": "READ_ONLY",
|
|
5565
|
+
"via": "body_link",
|
|
5566
|
+
"depth": 1
|
|
5567
|
+
},
|
|
5568
|
+
{
|
|
5569
|
+
"source": ".agent-src.uncompressed/skills/agents-md-thin-root/SKILL.md",
|
|
4650
5570
|
"target": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
|
|
5571
|
+
"type": "READ_ONLY",
|
|
5572
|
+
"via": "body_link",
|
|
5573
|
+
"depth": 1
|
|
5574
|
+
},
|
|
5575
|
+
{
|
|
5576
|
+
"source": ".agent-src.uncompressed/skills/agents-md-thin-root/SKILL.md",
|
|
5577
|
+
"target": ".agent-src.uncompressed/skills/agents-md-thin-root/SKILL.md",
|
|
4651
5578
|
"type": "WRITE",
|
|
4652
5579
|
"via": "self",
|
|
4653
5580
|
"depth": 0
|
|
4654
5581
|
},
|
|
5582
|
+
{
|
|
5583
|
+
"source": ".agent-src.uncompressed/skills/agents-md-thin-root/SKILL.md",
|
|
5584
|
+
"target": ".agent-src.uncompressed/skills/copilot-agents-optimization/SKILL.md",
|
|
5585
|
+
"type": "READ_ONLY",
|
|
5586
|
+
"via": "body_link",
|
|
5587
|
+
"depth": 1
|
|
5588
|
+
},
|
|
5589
|
+
{
|
|
5590
|
+
"source": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
|
|
5591
|
+
"target": ".agent-src.uncompressed/rules/direct-answers.md",
|
|
5592
|
+
"type": "READ_ONLY",
|
|
5593
|
+
"via": "body_link",
|
|
5594
|
+
"depth": 1
|
|
5595
|
+
},
|
|
4655
5596
|
{
|
|
4656
5597
|
"source": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
|
|
4657
|
-
"target": ".agent-src.uncompressed/rules/no-
|
|
5598
|
+
"target": ".agent-src.uncompressed/rules/no-roadmap-references.md",
|
|
4658
5599
|
"type": "READ_ONLY",
|
|
4659
5600
|
"via": "body_link",
|
|
4660
5601
|
"depth": 1
|
|
@@ -4883,6 +5824,13 @@
|
|
|
4883
5824
|
"via": "self",
|
|
4884
5825
|
"depth": 0
|
|
4885
5826
|
},
|
|
5827
|
+
{
|
|
5828
|
+
"source": ".agent-src.uncompressed/skills/command-writing/SKILL.md",
|
|
5829
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
5830
|
+
"type": "READ_ONLY",
|
|
5831
|
+
"via": "body_link",
|
|
5832
|
+
"depth": 1
|
|
5833
|
+
},
|
|
4886
5834
|
{
|
|
4887
5835
|
"source": ".agent-src.uncompressed/skills/command-writing/SKILL.md",
|
|
4888
5836
|
"target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
@@ -4918,6 +5866,13 @@
|
|
|
4918
5866
|
"via": "self",
|
|
4919
5867
|
"depth": 0
|
|
4920
5868
|
},
|
|
5869
|
+
{
|
|
5870
|
+
"source": ".agent-src.uncompressed/skills/context-authoring/SKILL.md",
|
|
5871
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
5872
|
+
"type": "READ_ONLY",
|
|
5873
|
+
"via": "body_link",
|
|
5874
|
+
"depth": 1
|
|
5875
|
+
},
|
|
4921
5876
|
{
|
|
4922
5877
|
"source": ".agent-src.uncompressed/skills/context-authoring/SKILL.md",
|
|
4923
5878
|
"target": ".agent-src.uncompressed/skills/context-authoring/SKILL.md",
|
|
@@ -4932,6 +5887,20 @@
|
|
|
4932
5887
|
"via": "self",
|
|
4933
5888
|
"depth": 0
|
|
4934
5889
|
},
|
|
5890
|
+
{
|
|
5891
|
+
"source": ".agent-src.uncompressed/skills/conventional-commits-writing/SKILL.md",
|
|
5892
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
5893
|
+
"type": "READ_ONLY",
|
|
5894
|
+
"via": "body_link",
|
|
5895
|
+
"depth": 1
|
|
5896
|
+
},
|
|
5897
|
+
{
|
|
5898
|
+
"source": ".agent-src.uncompressed/skills/conventional-commits-writing/SKILL.md",
|
|
5899
|
+
"target": ".agent-src.uncompressed/rules/no-attribution-footers.md",
|
|
5900
|
+
"type": "READ_ONLY",
|
|
5901
|
+
"via": "body_link",
|
|
5902
|
+
"depth": 1
|
|
5903
|
+
},
|
|
4935
5904
|
{
|
|
4936
5905
|
"source": ".agent-src.uncompressed/skills/conventional-commits-writing/SKILL.md",
|
|
4937
5906
|
"target": ".agent-src.uncompressed/skills/conventional-commits-writing/SKILL.md",
|
|
@@ -5030,6 +5999,13 @@
|
|
|
5030
5999
|
"via": "body_link",
|
|
5031
6000
|
"depth": 1
|
|
5032
6001
|
},
|
|
6002
|
+
{
|
|
6003
|
+
"source": ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md",
|
|
6004
|
+
"target": ".agent-src.uncompressed/skills/deep-reading-analyst/SKILL.md",
|
|
6005
|
+
"type": "WRITE",
|
|
6006
|
+
"via": "self",
|
|
6007
|
+
"depth": 0
|
|
6008
|
+
},
|
|
5033
6009
|
{
|
|
5034
6010
|
"source": ".agent-src.uncompressed/skills/dependency-upgrade/SKILL.md",
|
|
5035
6011
|
"target": ".agent-src.uncompressed/skills/dependency-upgrade/SKILL.md",
|
|
@@ -5352,6 +6328,13 @@
|
|
|
5352
6328
|
"via": "self",
|
|
5353
6329
|
"depth": 0
|
|
5354
6330
|
},
|
|
6331
|
+
{
|
|
6332
|
+
"source": ".agent-src.uncompressed/skills/guideline-writing/SKILL.md",
|
|
6333
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
6334
|
+
"type": "READ_ONLY",
|
|
6335
|
+
"via": "body_link",
|
|
6336
|
+
"depth": 1
|
|
6337
|
+
},
|
|
5355
6338
|
{
|
|
5356
6339
|
"source": ".agent-src.uncompressed/skills/guideline-writing/SKILL.md",
|
|
5357
6340
|
"target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
@@ -5681,6 +6664,13 @@
|
|
|
5681
6664
|
"via": "self",
|
|
5682
6665
|
"depth": 0
|
|
5683
6666
|
},
|
|
6667
|
+
{
|
|
6668
|
+
"source": ".agent-src.uncompressed/skills/learning-to-rule-or-skill/SKILL.md",
|
|
6669
|
+
"target": ".agent-src.uncompressed/skills/markitdown/SKILL.md",
|
|
6670
|
+
"type": "READ_ONLY",
|
|
6671
|
+
"via": "body_link",
|
|
6672
|
+
"depth": 1
|
|
6673
|
+
},
|
|
5684
6674
|
{
|
|
5685
6675
|
"source": ".agent-src.uncompressed/skills/lint-skills/SKILL.md",
|
|
5686
6676
|
"target": ".agent-src.uncompressed/skills/lint-skills/SKILL.md",
|
|
@@ -5730,6 +6720,20 @@
|
|
|
5730
6720
|
"via": "self",
|
|
5731
6721
|
"depth": 0
|
|
5732
6722
|
},
|
|
6723
|
+
{
|
|
6724
|
+
"source": ".agent-src.uncompressed/skills/markitdown/SKILL.md",
|
|
6725
|
+
"target": ".agent-src.uncompressed/commands/analyze-reference-repo.md",
|
|
6726
|
+
"type": "READ_ONLY",
|
|
6727
|
+
"via": "body_link",
|
|
6728
|
+
"depth": 1
|
|
6729
|
+
},
|
|
6730
|
+
{
|
|
6731
|
+
"source": ".agent-src.uncompressed/skills/markitdown/SKILL.md",
|
|
6732
|
+
"target": ".agent-src.uncompressed/skills/markitdown/SKILL.md",
|
|
6733
|
+
"type": "WRITE",
|
|
6734
|
+
"via": "self",
|
|
6735
|
+
"depth": 0
|
|
6736
|
+
},
|
|
5733
6737
|
{
|
|
5734
6738
|
"source": ".agent-src.uncompressed/skills/mcp/SKILL.md",
|
|
5735
6739
|
"target": ".agent-src.uncompressed/skills/mcp/SKILL.md",
|
|
@@ -5765,6 +6769,13 @@
|
|
|
5765
6769
|
"via": "self",
|
|
5766
6770
|
"depth": 0
|
|
5767
6771
|
},
|
|
6772
|
+
{
|
|
6773
|
+
"source": ".agent-src.uncompressed/skills/mobile-e2e-strategy/SKILL.md",
|
|
6774
|
+
"target": ".agent-src.uncompressed/skills/mobile-e2e-strategy/SKILL.md",
|
|
6775
|
+
"type": "WRITE",
|
|
6776
|
+
"via": "self",
|
|
6777
|
+
"depth": 0
|
|
6778
|
+
},
|
|
5768
6779
|
{
|
|
5769
6780
|
"source": ".agent-src.uncompressed/skills/module-management/SKILL.md",
|
|
5770
6781
|
"target": ".agent-src.uncompressed/skills/module-management/SKILL.md",
|
|
@@ -5835,6 +6846,41 @@
|
|
|
5835
6846
|
"via": "self",
|
|
5836
6847
|
"depth": 0
|
|
5837
6848
|
},
|
|
6849
|
+
{
|
|
6850
|
+
"source": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
|
|
6851
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
6852
|
+
"type": "READ_ONLY",
|
|
6853
|
+
"via": "body_link",
|
|
6854
|
+
"depth": 1
|
|
6855
|
+
},
|
|
6856
|
+
{
|
|
6857
|
+
"source": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
|
|
6858
|
+
"target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
6859
|
+
"type": "READ_ONLY",
|
|
6860
|
+
"via": "body_link",
|
|
6861
|
+
"depth": 1
|
|
6862
|
+
},
|
|
6863
|
+
{
|
|
6864
|
+
"source": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
|
|
6865
|
+
"target": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
|
|
6866
|
+
"type": "WRITE",
|
|
6867
|
+
"via": "self",
|
|
6868
|
+
"depth": 0
|
|
6869
|
+
},
|
|
6870
|
+
{
|
|
6871
|
+
"source": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
|
|
6872
|
+
"target": ".agent-src.uncompressed/skills/rule-writing/SKILL.md",
|
|
6873
|
+
"type": "READ_ONLY",
|
|
6874
|
+
"via": "body_link",
|
|
6875
|
+
"depth": 1
|
|
6876
|
+
},
|
|
6877
|
+
{
|
|
6878
|
+
"source": ".agent-src.uncompressed/skills/persona-writing/SKILL.md",
|
|
6879
|
+
"target": ".agent-src.uncompressed/skills/skill-writing/SKILL.md",
|
|
6880
|
+
"type": "READ_ONLY",
|
|
6881
|
+
"via": "body_link",
|
|
6882
|
+
"depth": 1
|
|
6883
|
+
},
|
|
5838
6884
|
{
|
|
5839
6885
|
"source": ".agent-src.uncompressed/skills/pest-testing/SKILL.md",
|
|
5840
6886
|
"target": ".agent-src.uncompressed/skills/pest-testing/SKILL.md",
|
|
@@ -5982,6 +7028,13 @@
|
|
|
5982
7028
|
"via": "self",
|
|
5983
7029
|
"depth": 0
|
|
5984
7030
|
},
|
|
7031
|
+
{
|
|
7032
|
+
"source": ".agent-src.uncompressed/skills/react-native-setup/SKILL.md",
|
|
7033
|
+
"target": ".agent-src.uncompressed/skills/react-native-setup/SKILL.md",
|
|
7034
|
+
"type": "WRITE",
|
|
7035
|
+
"via": "self",
|
|
7036
|
+
"depth": 0
|
|
7037
|
+
},
|
|
5985
7038
|
{
|
|
5986
7039
|
"source": ".agent-src.uncompressed/skills/react-shadcn-ui/SKILL.md",
|
|
5987
7040
|
"target": ".agent-src.uncompressed/skills/react-shadcn-ui/SKILL.md",
|
|
@@ -5996,6 +7049,13 @@
|
|
|
5996
7049
|
"via": "self",
|
|
5997
7050
|
"depth": 0
|
|
5998
7051
|
},
|
|
7052
|
+
{
|
|
7053
|
+
"source": ".agent-src.uncompressed/skills/readme-writing-package/SKILL.md",
|
|
7054
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
7055
|
+
"type": "READ_ONLY",
|
|
7056
|
+
"via": "body_link",
|
|
7057
|
+
"depth": 1
|
|
7058
|
+
},
|
|
5999
7059
|
{
|
|
6000
7060
|
"source": ".agent-src.uncompressed/skills/readme-writing-package/SKILL.md",
|
|
6001
7061
|
"target": ".agent-src.uncompressed/skills/readme-writing-package/SKILL.md",
|
|
@@ -6003,6 +7063,13 @@
|
|
|
6003
7063
|
"via": "self",
|
|
6004
7064
|
"depth": 0
|
|
6005
7065
|
},
|
|
7066
|
+
{
|
|
7067
|
+
"source": ".agent-src.uncompressed/skills/readme-writing/SKILL.md",
|
|
7068
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
7069
|
+
"type": "READ_ONLY",
|
|
7070
|
+
"via": "body_link",
|
|
7071
|
+
"depth": 1
|
|
7072
|
+
},
|
|
6006
7073
|
{
|
|
6007
7074
|
"source": ".agent-src.uncompressed/skills/readme-writing/SKILL.md",
|
|
6008
7075
|
"target": ".agent-src.uncompressed/skills/readme-writing/SKILL.md",
|
|
@@ -6157,13 +7224,6 @@
|
|
|
6157
7224
|
"via": "self",
|
|
6158
7225
|
"depth": 0
|
|
6159
7226
|
},
|
|
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
7227
|
{
|
|
6168
7228
|
"source": ".agent-src.uncompressed/skills/review-routing/SKILL.md",
|
|
6169
7229
|
"target": ".agent-src.uncompressed/rules/reviewer-awareness.md",
|
|
@@ -6255,6 +7315,62 @@
|
|
|
6255
7315
|
"via": "self",
|
|
6256
7316
|
"depth": 0
|
|
6257
7317
|
},
|
|
7318
|
+
{
|
|
7319
|
+
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
7320
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
7321
|
+
"type": "READ_ONLY",
|
|
7322
|
+
"via": "body_link",
|
|
7323
|
+
"depth": 1
|
|
7324
|
+
},
|
|
7325
|
+
{
|
|
7326
|
+
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
7327
|
+
"target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
7328
|
+
"type": "READ_ONLY",
|
|
7329
|
+
"via": "body_link",
|
|
7330
|
+
"depth": 1
|
|
7331
|
+
},
|
|
7332
|
+
{
|
|
7333
|
+
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
7334
|
+
"target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
|
|
7335
|
+
"type": "READ_ONLY",
|
|
7336
|
+
"via": "body_link",
|
|
7337
|
+
"depth": 1
|
|
7338
|
+
},
|
|
7339
|
+
{
|
|
7340
|
+
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
7341
|
+
"target": ".agent-src.uncompressed/rules/scope-control.md",
|
|
7342
|
+
"type": "READ_ONLY",
|
|
7343
|
+
"via": "body_link",
|
|
7344
|
+
"depth": 1
|
|
7345
|
+
},
|
|
7346
|
+
{
|
|
7347
|
+
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
7348
|
+
"target": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
|
|
7349
|
+
"type": "READ_ONLY",
|
|
7350
|
+
"via": "body_link",
|
|
7351
|
+
"depth": 1
|
|
7352
|
+
},
|
|
7353
|
+
{
|
|
7354
|
+
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
7355
|
+
"target": ".agent-src.uncompressed/skills/agent-docs-writing/SKILL.md",
|
|
7356
|
+
"type": "READ_ONLY",
|
|
7357
|
+
"via": "body_link",
|
|
7358
|
+
"depth": 1
|
|
7359
|
+
},
|
|
7360
|
+
{
|
|
7361
|
+
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
7362
|
+
"target": ".agent-src.uncompressed/skills/roadmap-management/SKILL.md",
|
|
7363
|
+
"type": "READ_ONLY",
|
|
7364
|
+
"via": "body_link",
|
|
7365
|
+
"depth": 1
|
|
7366
|
+
},
|
|
7367
|
+
{
|
|
7368
|
+
"source": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
7369
|
+
"target": ".agent-src.uncompressed/skills/roadmap-writing/SKILL.md",
|
|
7370
|
+
"type": "WRITE",
|
|
7371
|
+
"via": "self",
|
|
7372
|
+
"depth": 0
|
|
7373
|
+
},
|
|
6258
7374
|
{
|
|
6259
7375
|
"source": ".agent-src.uncompressed/skills/rtk-output-filtering/SKILL.md",
|
|
6260
7376
|
"target": ".agent-src.uncompressed/commands/onboard.md",
|
|
@@ -6269,6 +7385,13 @@
|
|
|
6269
7385
|
"via": "self",
|
|
6270
7386
|
"depth": 0
|
|
6271
7387
|
},
|
|
7388
|
+
{
|
|
7389
|
+
"source": ".agent-src.uncompressed/skills/rule-writing/SKILL.md",
|
|
7390
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
7391
|
+
"type": "READ_ONLY",
|
|
7392
|
+
"via": "body_link",
|
|
7393
|
+
"depth": 1
|
|
7394
|
+
},
|
|
6272
7395
|
{
|
|
6273
7396
|
"source": ".agent-src.uncompressed/skills/rule-writing/SKILL.md",
|
|
6274
7397
|
"target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
@@ -6304,6 +7427,34 @@
|
|
|
6304
7427
|
"via": "self",
|
|
6305
7428
|
"depth": 0
|
|
6306
7429
|
},
|
|
7430
|
+
{
|
|
7431
|
+
"source": ".agent-src.uncompressed/skills/script-writing/SKILL.md",
|
|
7432
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
7433
|
+
"type": "READ_ONLY",
|
|
7434
|
+
"via": "body_link",
|
|
7435
|
+
"depth": 1
|
|
7436
|
+
},
|
|
7437
|
+
{
|
|
7438
|
+
"source": ".agent-src.uncompressed/skills/script-writing/SKILL.md",
|
|
7439
|
+
"target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
7440
|
+
"type": "READ_ONLY",
|
|
7441
|
+
"via": "body_link",
|
|
7442
|
+
"depth": 1
|
|
7443
|
+
},
|
|
7444
|
+
{
|
|
7445
|
+
"source": ".agent-src.uncompressed/skills/script-writing/SKILL.md",
|
|
7446
|
+
"target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
|
|
7447
|
+
"type": "READ_ONLY",
|
|
7448
|
+
"via": "body_link",
|
|
7449
|
+
"depth": 1
|
|
7450
|
+
},
|
|
7451
|
+
{
|
|
7452
|
+
"source": ".agent-src.uncompressed/skills/script-writing/SKILL.md",
|
|
7453
|
+
"target": ".agent-src.uncompressed/skills/script-writing/SKILL.md",
|
|
7454
|
+
"type": "WRITE",
|
|
7455
|
+
"via": "self",
|
|
7456
|
+
"depth": 0
|
|
7457
|
+
},
|
|
6307
7458
|
{
|
|
6308
7459
|
"source": ".agent-src.uncompressed/skills/security-audit/SKILL.md",
|
|
6309
7460
|
"target": ".agent-src.uncompressed/skills/authz-review/SKILL.md",
|
|
@@ -6416,6 +7567,13 @@
|
|
|
6416
7567
|
"via": "self",
|
|
6417
7568
|
"depth": 0
|
|
6418
7569
|
},
|
|
7570
|
+
{
|
|
7571
|
+
"source": ".agent-src.uncompressed/skills/skill-writing/SKILL.md",
|
|
7572
|
+
"target": ".agent-src.uncompressed/contexts/contracts/frugality-charter.md",
|
|
7573
|
+
"type": "READ_ONLY",
|
|
7574
|
+
"via": "body_link",
|
|
7575
|
+
"depth": 1
|
|
7576
|
+
},
|
|
6419
7577
|
{
|
|
6420
7578
|
"source": ".agent-src.uncompressed/skills/skill-writing/SKILL.md",
|
|
6421
7579
|
"target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
|
|
@@ -6556,6 +7714,13 @@
|
|
|
6556
7714
|
"via": "self",
|
|
6557
7715
|
"depth": 0
|
|
6558
7716
|
},
|
|
7717
|
+
{
|
|
7718
|
+
"source": ".agent-src.uncompressed/skills/test-driven-development/SKILL.md",
|
|
7719
|
+
"target": ".agent-src.uncompressed/skills/adr-create/SKILL.md",
|
|
7720
|
+
"type": "READ_ONLY",
|
|
7721
|
+
"via": "body_link",
|
|
7722
|
+
"depth": 1
|
|
7723
|
+
},
|
|
6559
7724
|
{
|
|
6560
7725
|
"source": ".agent-src.uncompressed/skills/test-driven-development/SKILL.md",
|
|
6561
7726
|
"target": ".agent-src.uncompressed/skills/developer-like-execution/SKILL.md",
|