moflo 4.9.21 → 4.9.23
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/.claude/agents/analysis/analyze-code-quality.md +0 -121
- package/.claude/agents/analysis/code-analyzer.md +5 -26
- package/.claude/agents/architecture/system-design/arch-system-design.md +0 -119
- package/.claude/agents/base-template-generator.md +0 -1
- package/.claude/agents/core/coder.md +0 -22
- package/.claude/agents/core/planner.md +0 -16
- package/.claude/agents/core/researcher.md +0 -16
- package/.claude/agents/core/reviewer.md +0 -17
- package/.claude/agents/core/tester.md +0 -19
- package/.claude/agents/custom/test-long-runner.md +0 -2
- package/.claude/agents/development/dev-backend-api.md +0 -167
- package/.claude/agents/development/dev-database.md +43 -0
- package/.claude/agents/development/dev-frontend.md +42 -0
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +0 -112
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +0 -111
- package/.claude/agents/security/security-auditor.md +45 -0
- package/.claude/guidance/shipped/moflo-cli-reference.md +19 -16
- package/.claude/guidance/shipped/moflo-core-guidance.md +0 -2
- package/.claude/guidance/shipped/moflo-guidance-rules.md +5 -5
- package/.claude/guidance/shipped/moflo-spell-runner.md +1 -0
- package/.claude/guidance/shipped/moflo-spell-scheduling.md +225 -0
- package/.claude/guidance/shipped/moflo-spell-troubleshooting.md +1 -0
- package/.claude/helpers/gate.cjs +70 -3
- package/.claude/skills/fl/execution-modes.md +38 -15
- package/.claude/skills/fl/phases.md +67 -0
- package/.claude/skills/spell-schedule/SKILL.md +18 -5
- package/README.md +1 -1
- package/bin/gate.cjs +70 -3
- package/bin/index-guidance.mjs +32 -6
- package/bin/lib/retired-files.mjs +146 -0
- package/bin/session-start-launcher.mjs +116 -8
- package/dist/src/cli/appliance/rvfa-builder.js +1 -1
- package/dist/src/cli/commands/agent.js +3 -9
- package/dist/src/cli/commands/daemon.js +13 -17
- package/dist/src/cli/commands/hooks.js +4 -9
- package/dist/src/cli/commands/index.js +2 -0
- package/dist/src/cli/commands/retire.js +111 -0
- package/dist/src/cli/commands/spell-schedule.js +237 -49
- package/dist/src/cli/hooks/reasoningbank/index.js +7 -7
- package/dist/src/cli/init/executor.js +26 -54
- package/dist/src/cli/init/helpers-generator.js +66 -3
- package/dist/src/cli/init/settings-generator.js +17 -6
- package/dist/src/cli/mcp-tools/agent-tools.js +9 -27
- package/dist/src/cli/mcp-tools/hooks-tools.js +23 -21
- package/dist/src/cli/mcp-tools/memory-tools.js +16 -5
- package/dist/src/cli/memory/bridge-embedder.js +26 -6
- package/dist/src/cli/memory/bridge-entries.js +33 -15
- package/dist/src/cli/memory/controllers/semantic-router.js +18 -12
- package/dist/src/cli/memory/sona-optimizer.js +6 -6
- package/dist/src/cli/neural/domain/services/learning-service.js +3 -3
- package/dist/src/cli/services/agent-router.js +2 -5
- package/dist/src/cli/services/daemon-autostart-lifecycle.js +62 -0
- package/dist/src/cli/services/daemon-dashboard.js +187 -18
- package/dist/src/cli/services/daemon-readiness.js +19 -31
- package/dist/src/cli/services/ephemeral-namespace-purge.js +61 -33
- package/dist/src/cli/services/headless-worker-executor.js +7 -94
- package/dist/src/cli/services/hook-block-hash.js +4 -0
- package/dist/src/cli/services/worker-daemon.js +40 -66
- package/dist/src/cli/shared/events/example-usage.js +6 -6
- package/dist/src/cli/shared/hooks/task-hooks.js +8 -8
- package/dist/src/cli/spells/core/runner.js +12 -0
- package/dist/src/cli/spells/scheduler/scheduler.js +24 -9
- package/dist/src/cli/spells/schema/validator.js +2 -1
- package/dist/src/cli/spells/schema/validators/top-level.js +18 -0
- package/dist/src/cli/version.js +1 -1
- package/package.json +5 -2
- package/retired-files.json +1989 -0
- package/src/cli/data/model-registry.json +2 -2
- package/.claude/agents/consensus/byzantine-coordinator.md +0 -63
- package/.claude/agents/consensus/crdt-synchronizer.md +0 -997
- package/.claude/agents/consensus/gossip-coordinator.md +0 -63
- package/.claude/agents/consensus/performance-benchmarker.md +0 -851
- package/.claude/agents/consensus/quorum-manager.md +0 -823
- package/.claude/agents/consensus/raft-manager.md +0 -63
- package/.claude/agents/consensus/security-manager.md +0 -622
- package/.claude/agents/data/ml/data-ml-model.md +0 -193
- package/.claude/agents/github/code-review-swarm.md +0 -538
- package/.claude/agents/github/github-modes.md +0 -172
- package/.claude/agents/github/issue-tracker.md +0 -311
- package/.claude/agents/github/multi-repo-swarm.md +0 -551
- package/.claude/agents/github/pr-manager.md +0 -183
- package/.claude/agents/github/project-board-sync.md +0 -508
- package/.claude/agents/github/release-manager.md +0 -360
- package/.claude/agents/github/release-swarm.md +0 -580
- package/.claude/agents/github/repo-architect.md +0 -391
- package/.claude/agents/github/swarm-issue.md +0 -566
- package/.claude/agents/github/swarm-pr.md +0 -414
- package/.claude/agents/github/sync-coordinator.md +0 -426
- package/.claude/agents/github/workflow-automation.md +0 -606
- package/.claude/agents/goal/code-goal-planner.md +0 -440
- package/.claude/agents/goal/goal-planner.md +0 -168
- package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +0 -127
- package/.claude/agents/hive-mind/queen-coordinator.md +0 -198
- package/.claude/agents/hive-mind/scout-explorer.md +0 -233
- package/.claude/agents/hive-mind/swarm-memory-manager.md +0 -184
- package/.claude/agents/hive-mind/worker-specialist.md +0 -208
- package/.claude/agents/neural/safla-neural.md +0 -73
- package/.claude/agents/optimization/benchmark-suite.md +0 -665
- package/.claude/agents/optimization/load-balancer.md +0 -431
- package/.claude/agents/optimization/performance-monitor.md +0 -672
- package/.claude/agents/optimization/resource-allocator.md +0 -674
- package/.claude/agents/optimization/topology-optimizer.md +0 -808
- package/.claude/agents/reasoning/goal-planner.md +0 -67
- package/.claude/agents/sona/sona-learning-optimizer.md +0 -74
- package/.claude/agents/sparc/architecture.md +0 -472
- package/.claude/agents/sparc/pseudocode.md +0 -318
- package/.claude/agents/sparc/refinement.md +0 -525
- package/.claude/agents/sparc/specification.md +0 -276
- package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +0 -225
- package/.claude/agents/swarm/adaptive-coordinator.md +0 -391
- package/.claude/agents/swarm/hierarchical-coordinator.md +0 -321
- package/.claude/agents/swarm/mesh-coordinator.md +0 -383
- package/.claude/agents/testing/production-validator.md +0 -395
- package/.claude/agents/testing/tdd-london-swarm.md +0 -244
- package/.claude/agents/v3/adr-architect.md +0 -184
- package/.claude/agents/v3/aidefence-guardian.md +0 -277
- package/.claude/agents/v3/claims-authorizer.md +0 -208
- package/.claude/agents/v3/collective-intelligence-coordinator.md +0 -988
- package/.claude/agents/v3/ddd-domain-expert.md +0 -220
- package/.claude/agents/v3/injection-analyst.md +0 -232
- package/.claude/agents/v3/memory-specialist.md +0 -987
- package/.claude/agents/v3/performance-engineer.md +0 -1225
- package/.claude/agents/v3/pii-detector.md +0 -146
- package/.claude/agents/v3/reasoningbank-learner.md +0 -213
- package/.claude/agents/v3/security-architect-aidefence.md +0 -405
- package/.claude/agents/v3/security-architect.md +0 -865
- package/.claude/agents/v3/security-auditor.md +0 -771
- package/.claude/agents/v3/sparc-orchestrator.md +0 -182
- package/.claude/agents/v3/swarm-memory-manager.md +0 -142
- package/.claude/agents/v3/v3-integration-architect.md +0 -205
- package/.claude/commands/claude-flow-help.md +0 -103
- package/.claude/commands/claude-flow-memory.md +0 -107
- package/.claude/commands/claude-flow-swarm.md +0 -205
- package/.claude/commands/flo-simplify.md +0 -101
- package/.claude/commands/github/README.md +0 -11
- package/.claude/commands/github/code-review-swarm.md +0 -514
- package/.claude/commands/github/code-review.md +0 -25
- package/.claude/commands/github/github-modes.md +0 -146
- package/.claude/commands/github/github-swarm.md +0 -113
- package/.claude/commands/github/issue-tracker.md +0 -284
- package/.claude/commands/github/issue-triage.md +0 -25
- package/.claude/commands/github/multi-repo-swarm.md +0 -519
- package/.claude/commands/github/pr-enhance.md +0 -26
- package/.claude/commands/github/pr-manager.md +0 -164
- package/.claude/commands/github/project-board-sync.md +0 -471
- package/.claude/commands/github/release-manager.md +0 -332
- package/.claude/commands/github/release-swarm.md +0 -544
- package/.claude/commands/github/repo-analyze.md +0 -25
- package/.claude/commands/github/repo-architect.md +0 -361
- package/.claude/commands/github/swarm-issue.md +0 -482
- package/.claude/commands/github/swarm-pr.md +0 -285
- package/.claude/commands/github/sync-coordinator.md +0 -294
- package/.claude/commands/github/workflow-automation.md +0 -442
- package/.claude/commands/hooks/README.md +0 -11
- package/.claude/commands/hooks/overview.md +0 -58
- package/.claude/commands/hooks/post-edit.md +0 -117
- package/.claude/commands/hooks/post-task.md +0 -112
- package/.claude/commands/hooks/pre-edit.md +0 -113
- package/.claude/commands/hooks/pre-task.md +0 -111
- package/.claude/commands/hooks/session-end.md +0 -118
- package/.claude/commands/hooks/setup.md +0 -103
- package/.claude/commands/sparc/analyzer.md +0 -42
- package/.claude/commands/sparc/architect.md +0 -43
- package/.claude/commands/sparc/ask.md +0 -86
- package/.claude/commands/sparc/batch-executor.md +0 -44
- package/.claude/commands/sparc/code.md +0 -78
- package/.claude/commands/sparc/coder.md +0 -44
- package/.claude/commands/sparc/debug.md +0 -72
- package/.claude/commands/sparc/debugger.md +0 -44
- package/.claude/commands/sparc/designer.md +0 -43
- package/.claude/commands/sparc/devops.md +0 -98
- package/.claude/commands/sparc/docs-writer.md +0 -69
- package/.claude/commands/sparc/documenter.md +0 -44
- package/.claude/commands/sparc/innovator.md +0 -44
- package/.claude/commands/sparc/integration.md +0 -72
- package/.claude/commands/sparc/mcp.md +0 -106
- package/.claude/commands/sparc/memory-manager.md +0 -44
- package/.claude/commands/sparc/optimizer.md +0 -44
- package/.claude/commands/sparc/orchestrator.md +0 -116
- package/.claude/commands/sparc/post-deployment-monitoring-mode.md +0 -72
- package/.claude/commands/sparc/refinement-optimization-mode.md +0 -72
- package/.claude/commands/sparc/researcher.md +0 -44
- package/.claude/commands/sparc/reviewer.md +0 -44
- package/.claude/commands/sparc/security-review.md +0 -69
- package/.claude/commands/sparc/sparc-modes.md +0 -139
- package/.claude/commands/sparc/sparc.md +0 -99
- package/.claude/commands/sparc/spec-pseudocode.md +0 -69
- package/.claude/commands/sparc/spell-manager.md +0 -44
- package/.claude/commands/sparc/supabase-admin.md +0 -337
- package/.claude/commands/sparc/swarm-coordinator.md +0 -44
- package/.claude/commands/sparc/tdd.md +0 -44
- package/.claude/commands/sparc/tester.md +0 -44
- package/.claude/commands/sparc/tutorial.md +0 -68
- package/.claude/commands/sparc.md +0 -151
|
@@ -0,0 +1,1989 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"retired": [
|
|
4
|
+
{
|
|
5
|
+
"path": ".claude/agents/analysis/code-analyzer.md",
|
|
6
|
+
"knownContentHashes": [
|
|
7
|
+
"sha256:259bd298e1f6cf297ab5354e4701bec9cf0020bc22a66bba96c09cc580af47f0"
|
|
8
|
+
],
|
|
9
|
+
"retiredIn": "2.0.0-alpha.121"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"path": ".claude/agents/analysis/code-review/analyze-code-quality.md",
|
|
13
|
+
"knownContentHashes": [
|
|
14
|
+
"sha256:b865110a1694598fcfa9c1eb319014eb87461df35aaaaa6c820a41a5535346ad",
|
|
15
|
+
"sha256:468851022f67047982c5abb8a2a74a5fb0fe330fe0821f7c91c859697d72162e"
|
|
16
|
+
],
|
|
17
|
+
"retiredIn": "4.8.12"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"path": ".claude/agents/architecture/system-design/arch-system-design.md",
|
|
21
|
+
"knownContentHashes": [
|
|
22
|
+
"sha256:7330ff870b23d2d6c05a415fdd9cc7ee6ff49a2cc48a33eb1962b830106abf3b"
|
|
23
|
+
],
|
|
24
|
+
"retiredIn": "3.0.0-alpha.1"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"path": ".claude/agents/base-template-generator.md",
|
|
28
|
+
"knownContentHashes": [
|
|
29
|
+
"sha256:4b957343021823020828d6d213126243bad177f29984fc09545814b88fcfa87a"
|
|
30
|
+
],
|
|
31
|
+
"retiredIn": "2.0.0-alpha.121"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"path": ".claude/agents/consensus/byzantine-coordinator.md",
|
|
35
|
+
"knownContentHashes": [
|
|
36
|
+
"sha256:5c1dab70fccda87e6fdc2fbd221258e8a51530db3c78833c24cebeb19687c4d2"
|
|
37
|
+
],
|
|
38
|
+
"retiredIn": "4.9.21",
|
|
39
|
+
"retiredBy": "#932"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"path": ".claude/agents/consensus/crdt-synchronizer.md",
|
|
43
|
+
"knownContentHashes": [
|
|
44
|
+
"sha256:b0ca8c4f4237d0f1bd3d81ac5db859857906ca34ab210d6964f332733c030fa5"
|
|
45
|
+
],
|
|
46
|
+
"retiredIn": "4.9.21",
|
|
47
|
+
"retiredBy": "#932"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"path": ".claude/agents/consensus/gossip-coordinator.md",
|
|
51
|
+
"knownContentHashes": [
|
|
52
|
+
"sha256:946d66b6f530ae6eaed102e5d677ab5c3bd2806b6d2b274c17343c77de70cc40"
|
|
53
|
+
],
|
|
54
|
+
"retiredIn": "4.9.21",
|
|
55
|
+
"retiredBy": "#932"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"path": ".claude/agents/consensus/performance-benchmarker.md",
|
|
59
|
+
"knownContentHashes": [
|
|
60
|
+
"sha256:7084eeadbde4f080ee4babb4d6b58abd23845b021eadf6feae68aa0addf97ff6"
|
|
61
|
+
],
|
|
62
|
+
"retiredIn": "4.9.21",
|
|
63
|
+
"retiredBy": "#932"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"path": ".claude/agents/consensus/quorum-manager.md",
|
|
67
|
+
"knownContentHashes": [
|
|
68
|
+
"sha256:9902ac56027d24895b8439f54cc0f8baba8bad331cf5f99e2922c781c6c6ffb0"
|
|
69
|
+
],
|
|
70
|
+
"retiredIn": "4.9.21",
|
|
71
|
+
"retiredBy": "#932"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"path": ".claude/agents/consensus/raft-manager.md",
|
|
75
|
+
"knownContentHashes": [
|
|
76
|
+
"sha256:fbf05a0e1d8bccc39ed8751449b805d151e8b5d85069a9ed90028b7631b7dfa5"
|
|
77
|
+
],
|
|
78
|
+
"retiredIn": "4.9.21",
|
|
79
|
+
"retiredBy": "#932"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"path": ".claude/agents/consensus/README.md",
|
|
83
|
+
"knownContentHashes": [
|
|
84
|
+
"sha256:229907de38b07d3f39af5a2210830776a2e94ef210523792491bb97a8ccac956",
|
|
85
|
+
"sha256:0bcb3d8202635786da5bd0205b89302f465245e8f5e2bddab88368e655f3810a",
|
|
86
|
+
"sha256:2a1a1c8c495e81e107001760179968591ab24641f3834e92dd739e198e4d7e2d"
|
|
87
|
+
],
|
|
88
|
+
"retiredIn": "3.1.0-alpha.32"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"path": ".claude/agents/consensus/security-manager.md",
|
|
92
|
+
"knownContentHashes": [
|
|
93
|
+
"sha256:368a57778c93da14e2581ae9835a03458d3db50659694078a213d3f25b87747c"
|
|
94
|
+
],
|
|
95
|
+
"retiredIn": "4.9.21",
|
|
96
|
+
"retiredBy": "#932"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"path": ".claude/agents/core/coder.md",
|
|
100
|
+
"knownContentHashes": [
|
|
101
|
+
"sha256:fd11f4cf99f74e7db021947e0ecc10f8fd3e5afb357433bcf68058905abf0116"
|
|
102
|
+
],
|
|
103
|
+
"retiredIn": "2.0.0-alpha.121"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"path": ".claude/agents/core/planner.md",
|
|
107
|
+
"knownContentHashes": [
|
|
108
|
+
"sha256:1ea85a5cf770f62e7e40e612be9fc5d779dd265f77fa942ee6f8d1c3950127c3"
|
|
109
|
+
],
|
|
110
|
+
"retiredIn": "2.0.0-alpha.121"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"path": ".claude/agents/core/researcher.md",
|
|
114
|
+
"knownContentHashes": [
|
|
115
|
+
"sha256:e486075522aef212f49ab79659130521fe362779daf0919fac17f2d1f16576a6"
|
|
116
|
+
],
|
|
117
|
+
"retiredIn": "2.0.0-alpha.121"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"path": ".claude/agents/core/reviewer.md",
|
|
121
|
+
"knownContentHashes": [
|
|
122
|
+
"sha256:664518900259644124b28d4b0e92be3ca139fa391920fc0e97b309649bc093fd"
|
|
123
|
+
],
|
|
124
|
+
"retiredIn": "2.0.0-alpha.121"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"path": ".claude/agents/core/tester.md",
|
|
128
|
+
"knownContentHashes": [
|
|
129
|
+
"sha256:26f05967316ebbda9b96b7262fe80500d158fcd2f75f1adba1d28c99d882f6e7"
|
|
130
|
+
],
|
|
131
|
+
"retiredIn": "2.0.0-alpha.121"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"path": ".claude/agents/data/ml/data-ml-model.md",
|
|
135
|
+
"knownContentHashes": [
|
|
136
|
+
"sha256:8c1fb32efa0398db5eb760f777f681b37aeb1eff4f1d8bf4878d3510688dff37",
|
|
137
|
+
"sha256:ff626fee1a53fce1c58187a44c4e0f3c2c664d74f4c61626ddfe3852532ac8cf",
|
|
138
|
+
"sha256:dfcd3745237c80daa26a9f819cc58f2396e3863c1add36da727e1a526097b014"
|
|
139
|
+
],
|
|
140
|
+
"retiredIn": "4.9.21",
|
|
141
|
+
"retiredBy": "#932"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"path": ".claude/agents/development/backend/dev-backend-api.md",
|
|
145
|
+
"knownContentHashes": [
|
|
146
|
+
"sha256:3f537db3650f3916c31b124d5c5acab9dedc92eecc051093a7c6995536eac53f",
|
|
147
|
+
"sha256:7d29d81a99cead6b28c81971ec3f6abb3b8f1d93aec8539b116e56382a8f661e",
|
|
148
|
+
"sha256:c636bb38b48e714c12d00c7869b11ce8e39a21db8e1aa451c2f5013638fdedab"
|
|
149
|
+
],
|
|
150
|
+
"retiredIn": "4.8.12"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"path": ".claude/agents/devops/ci-cd/ops-cicd-github.md",
|
|
154
|
+
"knownContentHashes": [
|
|
155
|
+
"sha256:daa1ca3b2e116167dd4d057b64d96bd40c00bfd1d6a3ad3c607dd9129db7a032"
|
|
156
|
+
],
|
|
157
|
+
"retiredIn": "3.0.0-alpha.1"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"path": ".claude/agents/documentation/api-docs/docs-api-openapi.md",
|
|
161
|
+
"knownContentHashes": [
|
|
162
|
+
"sha256:0cec8892de681a157cb3d56af8e336020dae58ec4a51c0e1dcaf6cfd90c61cd7",
|
|
163
|
+
"sha256:0a24f98cd97229b746a2f89f2cdfe09fac0ee8dcd757073017fee91e951b7f7f"
|
|
164
|
+
],
|
|
165
|
+
"retiredIn": "3.0.0-alpha.1"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"path": ".claude/agents/dual-mode/codex-coordinator.md",
|
|
169
|
+
"knownContentHashes": [
|
|
170
|
+
"sha256:df733dcb403267621a70d684a0629da34c06208959749a3559bd64b0c84ef24e",
|
|
171
|
+
"sha256:774e1580d697f7bfefaffc31147ef6cdce28aa25288cf6c4f2d9ebc184ab28c5"
|
|
172
|
+
],
|
|
173
|
+
"retiredIn": "4.8.50"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"path": ".claude/agents/dual-mode/codex-worker.md",
|
|
177
|
+
"knownContentHashes": [
|
|
178
|
+
"sha256:19aada2fca51224833cbcff023562e33dc88f43a17dee162723b17b8f4c82362",
|
|
179
|
+
"sha256:0e9dfc874d6cdbdf2937c3cafd53daf90027f1a89dc21ac89ef5768cd1248881"
|
|
180
|
+
],
|
|
181
|
+
"retiredIn": "4.8.50"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"path": ".claude/agents/dual-mode/dual-orchestrator.md",
|
|
185
|
+
"knownContentHashes": [
|
|
186
|
+
"sha256:632490fca3ea03545446dcad413e375dc05fc64b3d3fe1951e5eb52b55f7a22a",
|
|
187
|
+
"sha256:6e55f65fdb784415e2ce0f2d820befd0f65ac4018ce555089d3f4934d77f9a08"
|
|
188
|
+
],
|
|
189
|
+
"retiredIn": "4.8.50"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"path": ".claude/agents/dual-mode/README.md",
|
|
193
|
+
"knownContentHashes": [
|
|
194
|
+
"sha256:f4e58c138781684df1d260d03e3b2952e02134abe8ff1c56a83f7f6ee68567f6",
|
|
195
|
+
"sha256:f96a5859b4ba5e2f3af17813691c55b271b9daa17905a2b29dc2bd6b2e508fe8"
|
|
196
|
+
],
|
|
197
|
+
"retiredIn": "3.1.0-alpha.32"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"path": ".claude/agents/example-agent.md",
|
|
201
|
+
"knownContentHashes": [
|
|
202
|
+
"sha256:2b381f03aebf914fd43ea6d92320f268d8e30bb801b2fbe5eaae0cdbf4e1bc1e"
|
|
203
|
+
],
|
|
204
|
+
"retiredIn": "3.0.0-alpha.1"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"path": ".claude/agents/flow-nexus/app-store.md",
|
|
208
|
+
"knownContentHashes": [
|
|
209
|
+
"sha256:a3d2b5239dd6e8f6f574eef49be9757d762b2210bb81025b534251837b5cc9ca"
|
|
210
|
+
],
|
|
211
|
+
"retiredIn": "4.8.52-rc.12"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"path": ".claude/agents/flow-nexus/authentication.md",
|
|
215
|
+
"knownContentHashes": [
|
|
216
|
+
"sha256:e1f457036f82f0534b09e65fa98e8de0890465977a956a5098404680ecd89b42"
|
|
217
|
+
],
|
|
218
|
+
"retiredIn": "4.8.52-rc.12"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"path": ".claude/agents/flow-nexus/challenges.md",
|
|
222
|
+
"knownContentHashes": [
|
|
223
|
+
"sha256:25612f97449d7951026f7620f256d3d99a64633a37efa345d1ee52700b44277c"
|
|
224
|
+
],
|
|
225
|
+
"retiredIn": "4.8.52-rc.12"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"path": ".claude/agents/flow-nexus/neural-network.md",
|
|
229
|
+
"knownContentHashes": [
|
|
230
|
+
"sha256:f42ae96a533eae7f876661dc602376d6f08bdf4e2009fd85508b5ad03f39bf80"
|
|
231
|
+
],
|
|
232
|
+
"retiredIn": "4.8.52-rc.12"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"path": ".claude/agents/flow-nexus/payments.md",
|
|
236
|
+
"knownContentHashes": [
|
|
237
|
+
"sha256:abab0c52b6f204d211d74e1c74612db897d1641657059776f7d66c89206ad50b"
|
|
238
|
+
],
|
|
239
|
+
"retiredIn": "4.8.52-rc.12"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"path": ".claude/agents/flow-nexus/sandbox.md",
|
|
243
|
+
"knownContentHashes": [
|
|
244
|
+
"sha256:b06be9d3e2507096a82a06caf83e151966dae1a456e83150082c42d5b0e97138"
|
|
245
|
+
],
|
|
246
|
+
"retiredIn": "4.8.52-rc.12"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"path": ".claude/agents/flow-nexus/swarm.md",
|
|
250
|
+
"knownContentHashes": [
|
|
251
|
+
"sha256:71f2cca54559ad1d815b98dac1acdae199ce2e6155324708a2d0eae336592b6a"
|
|
252
|
+
],
|
|
253
|
+
"retiredIn": "4.8.52-rc.12"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"path": ".claude/agents/flow-nexus/user-tools.md",
|
|
257
|
+
"knownContentHashes": [
|
|
258
|
+
"sha256:1a27f961e7736ef2bf22cc34dfedb919dbc2ebcf6fd788fc749a3c0a9c29ddcd"
|
|
259
|
+
],
|
|
260
|
+
"retiredIn": "4.8.52-rc.12"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"path": ".claude/agents/flow-nexus/workflow.md",
|
|
264
|
+
"knownContentHashes": [
|
|
265
|
+
"sha256:89547ceaa0f78b6eda1fe82c1b78e82251c47ec53f645a8675cb00a4154f7ec4"
|
|
266
|
+
],
|
|
267
|
+
"retiredIn": "4.8.52-rc.12"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"path": ".claude/agents/github/code-review-swarm.md",
|
|
271
|
+
"knownContentHashes": [
|
|
272
|
+
"sha256:67e5d852bd6e697181e8a8005b79aeea6a9134719205ea5a5f1db871301fcf38",
|
|
273
|
+
"sha256:70ec07b51620e1f5e4e0bf2387da156aabea180b5311b7db452d9ba08e0dfc2e",
|
|
274
|
+
"sha256:01f64a4f7c9f1ddeb66ac5a3ecd0c3e1442543a33359e4a6414e8bd3c5bf418e"
|
|
275
|
+
],
|
|
276
|
+
"retiredIn": "4.9.21",
|
|
277
|
+
"retiredBy": "#932"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"path": ".claude/agents/github/github-modes.md",
|
|
281
|
+
"knownContentHashes": [
|
|
282
|
+
"sha256:2640c10081fbcf319851b6c21fe017c9dcd1e91927e186d78ce529ef3378af53",
|
|
283
|
+
"sha256:5c844867cad1bbcbe740755874b88addc4c5ccd365c482a0952af0f299763d3b",
|
|
284
|
+
"sha256:f2773710f476d949ee6ce84f6d24608b23246973f4f6f89e8b19d23cf6c9c2ed"
|
|
285
|
+
],
|
|
286
|
+
"retiredIn": "4.9.21",
|
|
287
|
+
"retiredBy": "#932"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"path": ".claude/agents/github/issue-tracker.md",
|
|
291
|
+
"knownContentHashes": [
|
|
292
|
+
"sha256:4f0aafcc24b782609f1ed884b3f11e67f56b4330b11c9261a81ca36024f6ad93",
|
|
293
|
+
"sha256:afa40d32dbf9007578efd60379adb6648d7e2636f3383939f4f975dd014f36ed",
|
|
294
|
+
"sha256:023029df2961b7ff44561fbee2edd93d12fb515e40cc15748c7ac72d0295f791"
|
|
295
|
+
],
|
|
296
|
+
"retiredIn": "4.9.21",
|
|
297
|
+
"retiredBy": "#932"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"path": ".claude/agents/github/multi-repo-swarm.md",
|
|
301
|
+
"knownContentHashes": [
|
|
302
|
+
"sha256:ad97b07503626a5d18a2b501654a6861bcea32e6a4f3420b793b0515256f56ab",
|
|
303
|
+
"sha256:c4f89cb2acc2408ac5ec4dbaedf15d23def290b0b4c1919d49d55dff9eef9638",
|
|
304
|
+
"sha256:12794b13e45f8e7993f8aaf8cfc21bcc4fa5c9677d01d145e04e2f672348a61e"
|
|
305
|
+
],
|
|
306
|
+
"retiredIn": "4.9.21",
|
|
307
|
+
"retiredBy": "#932"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"path": ".claude/agents/github/pr-manager.md",
|
|
311
|
+
"knownContentHashes": [
|
|
312
|
+
"sha256:76cbd4516ad348be7d5858069742609b02181f87ca61e3d0dba10c2b1e86ed31",
|
|
313
|
+
"sha256:00f024a5e80a22bea9d3b7935ebca6842f04ce819d285daa419811ef9c16ed9e",
|
|
314
|
+
"sha256:e3263adeedfa410288d9e017843e208dc4b0a0a4a6f6cd2d4a6424db2e1de933"
|
|
315
|
+
],
|
|
316
|
+
"retiredIn": "4.9.21",
|
|
317
|
+
"retiredBy": "#932"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"path": ".claude/agents/github/project-board-sync.md",
|
|
321
|
+
"knownContentHashes": [
|
|
322
|
+
"sha256:11bddc3cf40ea4ad31aa143af76fd1e33aad29fdfe6f322db85da95209bdb156",
|
|
323
|
+
"sha256:30521905f9214d1eeef22a1706b9b33d3616e8264d4c1f1d6f003eb096c82362",
|
|
324
|
+
"sha256:8c193dfc5ba49833e60be8ba73dd989358aafe5eda0084dda6ab3ecb308e4975"
|
|
325
|
+
],
|
|
326
|
+
"retiredIn": "4.9.21",
|
|
327
|
+
"retiredBy": "#932"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"path": ".claude/agents/github/release-manager.md",
|
|
331
|
+
"knownContentHashes": [
|
|
332
|
+
"sha256:ad58b0baa5d1afa0cad030d4c41ade44bb5068352912caedd2d4af411151c4ea",
|
|
333
|
+
"sha256:2525519dd022c9bfbfc64a4ba52aa3a2ed4157ee4c09731a8b029422bc5cf4f8",
|
|
334
|
+
"sha256:b37341dc6cbe756a3f48b633bc672a0cb9513cdc6e5dd6a07e93e27d5d15b9e8"
|
|
335
|
+
],
|
|
336
|
+
"retiredIn": "4.9.21",
|
|
337
|
+
"retiredBy": "#932"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"path": ".claude/agents/github/release-swarm.md",
|
|
341
|
+
"knownContentHashes": [
|
|
342
|
+
"sha256:465ac946bf8e29af35231180389c6a1b5f0ada36328d53cbe1ed92718726cb4b",
|
|
343
|
+
"sha256:adfcbee204c328f591942bf0d66ead1d95d1f2e52be76a1b1f380d580c8dc40e",
|
|
344
|
+
"sha256:1d2c900bb67910eff050c0e1f9035a9b1bb4b22c6153fb0a12c0f9908896ab1c"
|
|
345
|
+
],
|
|
346
|
+
"retiredIn": "4.9.21",
|
|
347
|
+
"retiredBy": "#932"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"path": ".claude/agents/github/repo-architect.md",
|
|
351
|
+
"knownContentHashes": [
|
|
352
|
+
"sha256:6dfbf90adda13ffe1cdde9e51cce765ed0ac0cad47e7060345e1b77d2dec93dd",
|
|
353
|
+
"sha256:dddd7b6d7700f6bf1e8b308deb5e11f15e064dec53fcde5dabc1743b45127f9c",
|
|
354
|
+
"sha256:73aec6626468ade107328bb564d6ab6a75f322beba917159d0bc4e780932290a"
|
|
355
|
+
],
|
|
356
|
+
"retiredIn": "4.9.21",
|
|
357
|
+
"retiredBy": "#932"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"path": ".claude/agents/github/swarm-issue.md",
|
|
361
|
+
"knownContentHashes": [
|
|
362
|
+
"sha256:8ffcffce17a6010df2837c6672698d7181c71fafb5b03233d981a6d4d9f87a3f",
|
|
363
|
+
"sha256:0ce4472558470af59054bc8da7a9045eba3506d974d6a35fea1392e32fb8475e",
|
|
364
|
+
"sha256:bab0ac6581db887166a6cfc919973d5d965fa644d03df2d9bc7c8110b270156c"
|
|
365
|
+
],
|
|
366
|
+
"retiredIn": "4.9.21",
|
|
367
|
+
"retiredBy": "#932"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"path": ".claude/agents/github/swarm-pr.md",
|
|
371
|
+
"knownContentHashes": [
|
|
372
|
+
"sha256:43f699ef0cf9fec369b4a1fb323a0476b6847034d515e6f75c51d656cd302c2a",
|
|
373
|
+
"sha256:5a7096fbfe9d910cef1e7f3a972ee4ced4242ef589c27fa40a9a19abd1781bd7",
|
|
374
|
+
"sha256:9d3a755f3db0c3d3c3e7a0e35e2cb412b7552a68d1512868a46a1d44978692d9"
|
|
375
|
+
],
|
|
376
|
+
"retiredIn": "4.9.21",
|
|
377
|
+
"retiredBy": "#932"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"path": ".claude/agents/github/sync-coordinator.md",
|
|
381
|
+
"knownContentHashes": [
|
|
382
|
+
"sha256:36bc5d88b80311ff797c49fa19f2c99fd57b0e60fde49a7da759a6a8fe118f37",
|
|
383
|
+
"sha256:d8c4cf3a1b679393710d2cfa587a0a28fccdc4e121ae3c1314471575893dc3af",
|
|
384
|
+
"sha256:695a258db94bc3ec25093fe41a4815f33e610e12ad571747a75d4808e5fb913c"
|
|
385
|
+
],
|
|
386
|
+
"retiredIn": "4.9.21",
|
|
387
|
+
"retiredBy": "#932"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"path": ".claude/agents/github/workflow-automation.md",
|
|
391
|
+
"knownContentHashes": [
|
|
392
|
+
"sha256:682564eb0893e54a1f8c01ddd611f408ac6e747c2fc9b5b3d86570617bf7f674",
|
|
393
|
+
"sha256:b1a214fbd5c949829033bc66233ee5b8c538b59f014ff17589eb732cb2b8b3c7",
|
|
394
|
+
"sha256:f4845edf977ddc1f0f0a448df86e9b70969ce93853618173b6a634f52f294b32"
|
|
395
|
+
],
|
|
396
|
+
"retiredIn": "4.9.21",
|
|
397
|
+
"retiredBy": "#932"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"path": ".claude/agents/goal/agent.md",
|
|
401
|
+
"knownContentHashes": [
|
|
402
|
+
"sha256:25ccabfed94ae8f70d6ab2f4b42e171edb5b3d232c02f5bf7cf0044f8b944127",
|
|
403
|
+
"sha256:9d8a8539a3ce78e4403eb018ec090680fd76d48a966694e6fce1cb5729a5db0a"
|
|
404
|
+
],
|
|
405
|
+
"retiredIn": "4.8.87",
|
|
406
|
+
"retiredBy": "#695"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"path": ".claude/agents/goal/code-goal-planner.md",
|
|
410
|
+
"knownContentHashes": [
|
|
411
|
+
"sha256:90b05b3acd76eb5bca0e50ea26f408f0a2b4be0f0c4c8a1f9361ef85d1eca364",
|
|
412
|
+
"sha256:ec1872af996bad470435dead96015c3e2f523c8e820639b4bede89e3d12486fe",
|
|
413
|
+
"sha256:6923711f4630073b9de7314f2aa9a94993c4f40bf29dfa728995e7dc14a497ac"
|
|
414
|
+
],
|
|
415
|
+
"retiredIn": "4.9.21",
|
|
416
|
+
"retiredBy": "#932"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"path": ".claude/agents/goal/goal-planner.md",
|
|
420
|
+
"knownContentHashes": [
|
|
421
|
+
"sha256:d075440c59a499e568f08e70a4e082df49ac964d0429f5f85351cb12b8f6c8b4",
|
|
422
|
+
"sha256:00704c3a39d72536933e76c2fe13a8194abd2643d22e10f2282343ef755bdb36"
|
|
423
|
+
],
|
|
424
|
+
"retiredIn": "4.9.21",
|
|
425
|
+
"retiredBy": "#932"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"path": ".claude/agents/hive-mind/collective-intelligence-coordinator.md",
|
|
429
|
+
"knownContentHashes": [
|
|
430
|
+
"sha256:1986cc1c6d77f2828002fd153640bbfafceca8cab5046d579a942c5b6efd36d3",
|
|
431
|
+
"sha256:ce0f72fc796a703e408034de49b834028723acf47b33d34413f14ca7cc41bda4",
|
|
432
|
+
"sha256:69847acd12863a46c659a25ae0c39fd9c39e72a2732cec79da262ff52d5e6610"
|
|
433
|
+
],
|
|
434
|
+
"retiredIn": "4.9.21",
|
|
435
|
+
"retiredBy": "#932"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"path": ".claude/agents/hive-mind/consensus-builder.md",
|
|
439
|
+
"knownContentHashes": [
|
|
440
|
+
"sha256:b809aa0460311b209522ac3ff6e47caca43e35c0e32a3eac834b2970799fb267"
|
|
441
|
+
],
|
|
442
|
+
"retiredIn": "2.0.0-alpha.89"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"path": ".claude/agents/hive-mind/queen-coordinator.md",
|
|
446
|
+
"knownContentHashes": [
|
|
447
|
+
"sha256:a87c8bc1ae465a9544f1431abb0e119d3c6ae5fef548fb1178e2b06f1b848c90",
|
|
448
|
+
"sha256:3d85fc33d58ee261bc073b3200c9b8df514341ecce3e3eeec5f8f52aa133d797",
|
|
449
|
+
"sha256:86e0fdfe74b24924b6b4bf0b964d3fcb38cd0dd98cd990b1963ad999a130a06c"
|
|
450
|
+
],
|
|
451
|
+
"retiredIn": "4.9.21",
|
|
452
|
+
"retiredBy": "#932"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"path": ".claude/agents/hive-mind/scout-explorer.md",
|
|
456
|
+
"knownContentHashes": [
|
|
457
|
+
"sha256:6098f4acbe38c5709f92b2260859737e9726589dd5c1e0e8bb1942570467a816",
|
|
458
|
+
"sha256:c081fc38c94543575eb4818c10bc13234bef1d917082138f033baafd7535217d",
|
|
459
|
+
"sha256:19508626bb1c15a20a24b9681ba1cc476f25273fe4e4e4642a4a33cb7469ce46"
|
|
460
|
+
],
|
|
461
|
+
"retiredIn": "4.9.21",
|
|
462
|
+
"retiredBy": "#932"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"path": ".claude/agents/hive-mind/swarm-memory-manager.md",
|
|
466
|
+
"knownContentHashes": [
|
|
467
|
+
"sha256:c2dc50176fb1b484dd2b4490094a2e5c52949fdc93e62bb0ee6560ef6b3c0c9c",
|
|
468
|
+
"sha256:17f6832ea4d73c004232c562c7394105673a08382dab3e706acb5192032213c9",
|
|
469
|
+
"sha256:892051cdbba5cd4a3cb3ab5c26638a2396ee3b8a800da343cb307e7f23ac5277"
|
|
470
|
+
],
|
|
471
|
+
"retiredIn": "4.9.21",
|
|
472
|
+
"retiredBy": "#932"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"path": ".claude/agents/hive-mind/worker-specialist.md",
|
|
476
|
+
"knownContentHashes": [
|
|
477
|
+
"sha256:35a1c136aae40d96403e41371f9f8313379a1191dd0dd7e9f3920b16a04ccc8b",
|
|
478
|
+
"sha256:1d677b04c4313d2fcea62ae0d805105eb89e51f2b0d45870c8892260977ffeca",
|
|
479
|
+
"sha256:30afec7a567b1220a9361988ad8c67744e39dca98c776f7ee42d1805c62ad77e"
|
|
480
|
+
],
|
|
481
|
+
"retiredIn": "4.9.21",
|
|
482
|
+
"retiredBy": "#932"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"path": ".claude/agents/MIGRATION_SUMMARY.md",
|
|
486
|
+
"knownContentHashes": [
|
|
487
|
+
"sha256:b9dc5108c3c06d63bf0166c55881ae7855d67c4e65c91e44c3bdda566137f05d",
|
|
488
|
+
"sha256:6e2957f0ce40600229f592c5df69b81ffac162aaee526d600aa04addd83d6239",
|
|
489
|
+
"sha256:d31dcdba94756ed3d0e57e74d6534ddcac4d13cbd161b80e1e969611e399b594"
|
|
490
|
+
],
|
|
491
|
+
"retiredIn": "4.8.12"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"path": ".claude/agents/neural/README.md",
|
|
495
|
+
"knownContentHashes": [
|
|
496
|
+
"sha256:eaf741078453172cd8a3a5c25a90a6b827ae2312ba27a867247604a1e2020430"
|
|
497
|
+
],
|
|
498
|
+
"retiredIn": "2.0.0-alpha.110"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"path": ".claude/agents/neural/safla-neural.md",
|
|
502
|
+
"knownContentHashes": [
|
|
503
|
+
"sha256:f712f0f3225f7c9a1c341c5454b7dc2376679686329dce97eda47672a9a8d647",
|
|
504
|
+
"sha256:aff2f640346db7f6f2b51cbc112886d27bec590e48e6c4259cf75f193d31bb66",
|
|
505
|
+
"sha256:2806af6f9ae819c48668e30d3cb3ed75c9237d6d01b363df3c5c98bc9ece6ea1"
|
|
506
|
+
],
|
|
507
|
+
"retiredIn": "4.9.21",
|
|
508
|
+
"retiredBy": "#932"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"path": ".claude/agents/optimization/benchmark-suite.md",
|
|
512
|
+
"knownContentHashes": [
|
|
513
|
+
"sha256:5c333b36ea2dd336f77d0095c677a25fe1b1092dc0f82a2b8d36dd3579348a28",
|
|
514
|
+
"sha256:3178a6fc9f4957c5b0cbb52e7eb1f0e0c6ffc1d4033735ce48170470548301c7",
|
|
515
|
+
"sha256:43f92ab26091425f0c2c6b66c6baf6025b5a9b01d594fa648751a7b4e7e7161b"
|
|
516
|
+
],
|
|
517
|
+
"retiredIn": "4.9.21",
|
|
518
|
+
"retiredBy": "#932"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"path": ".claude/agents/optimization/load-balancer.md",
|
|
522
|
+
"knownContentHashes": [
|
|
523
|
+
"sha256:630a3388862f0e11fef1a6d09ae5a1d5da826059905670b775d4f480ecc4ac45",
|
|
524
|
+
"sha256:5b5e295ebf273c6ce58e55a9de91154a325b590b1cde8470ee0cc015e76e17a4",
|
|
525
|
+
"sha256:2dad5e0b70df64383cb1a1392b9d778f3d9dff88e723fbe14c3b7c24c9a628d8"
|
|
526
|
+
],
|
|
527
|
+
"retiredIn": "4.9.21",
|
|
528
|
+
"retiredBy": "#932"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"path": ".claude/agents/optimization/performance-monitor.md",
|
|
532
|
+
"knownContentHashes": [
|
|
533
|
+
"sha256:2be55d0e639aee0df81d9b76c79d8952af35064a0749eafa4d12a021613345cf",
|
|
534
|
+
"sha256:b8fb11ebc7dfa2388df2ed5f81abc0570c1917912ffb89e8dbab4a45a238fa2e",
|
|
535
|
+
"sha256:e32b0078e099426410bd1e0bad1dabc57f52c721363defe96292945ed97d084f"
|
|
536
|
+
],
|
|
537
|
+
"retiredIn": "4.9.21",
|
|
538
|
+
"retiredBy": "#932"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"path": ".claude/agents/optimization/README.md",
|
|
542
|
+
"knownContentHashes": [
|
|
543
|
+
"sha256:0d09ff7361830a3f8bd6054148339a40265bc31836803dacbd5d9770a0949a24",
|
|
544
|
+
"sha256:df5f049cc42857f7481e5701801d7dffd514c473223dd02de4588660112456fb",
|
|
545
|
+
"sha256:8c19211c0ffb49f7df48d98cdebe5381c645eacbe3beafb5a7eb54887f7e508a"
|
|
546
|
+
],
|
|
547
|
+
"retiredIn": "3.1.0-alpha.32"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"path": ".claude/agents/optimization/resource-allocator.md",
|
|
551
|
+
"knownContentHashes": [
|
|
552
|
+
"sha256:b617890e5d6fcae097874aba70bfeeee0867dbb0d75661b1d5ee2f17398c24fe",
|
|
553
|
+
"sha256:76d92d529388e9a9dca176d4e6626a212d3fdb2b27fd03e6586a3c2acccba43b",
|
|
554
|
+
"sha256:f9590ea579eb31661b25915977f49cda0e87f793898ba0560168e23acf66974e"
|
|
555
|
+
],
|
|
556
|
+
"retiredIn": "4.9.21",
|
|
557
|
+
"retiredBy": "#932"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"path": ".claude/agents/optimization/topology-optimizer.md",
|
|
561
|
+
"knownContentHashes": [
|
|
562
|
+
"sha256:7c6c635c78a6bf57c4a131386cfe0d5c6f1aa93ba449346563bef48b0e8a65c7",
|
|
563
|
+
"sha256:ede598ced1f5b4f10f98c734c90d0657696dabfa18778149225ced56786b41c2",
|
|
564
|
+
"sha256:01c08cfe8edf9424640ec6df44171cac31aee665d6716a4d2a97c82f04f2956f"
|
|
565
|
+
],
|
|
566
|
+
"retiredIn": "4.9.21",
|
|
567
|
+
"retiredBy": "#932"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"path": ".claude/agents/payments/agentic-payments.md",
|
|
571
|
+
"knownContentHashes": [
|
|
572
|
+
"sha256:d2b5b54b7f538f3f8c04893f8c0d878605f69b227d73aff71e2e67b121f46ab2"
|
|
573
|
+
],
|
|
574
|
+
"retiredIn": "4.8.50"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"path": ".claude/agents/README.md",
|
|
578
|
+
"knownContentHashes": [
|
|
579
|
+
"sha256:73d42cceae3afca28e2871a29aabe6e024367870c05994ffa3de59b32a103073",
|
|
580
|
+
"sha256:36e026cb3f10761d54f184eca0bf12c2c7ea362c011f69bdec8a1f25bf502ec5",
|
|
581
|
+
"sha256:9cdc0cdf772b6a7f15a4f4fa418ae2f5cb3c325046f27e470dada96516a11b91"
|
|
582
|
+
],
|
|
583
|
+
"retiredIn": "3.1.0-alpha.32"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"path": ".claude/agents/reasoning/agent.md",
|
|
587
|
+
"knownContentHashes": [
|
|
588
|
+
"sha256:25ccabfed94ae8f70d6ab2f4b42e171edb5b3d232c02f5bf7cf0044f8b944127",
|
|
589
|
+
"sha256:9d8a8539a3ce78e4403eb018ec090680fd76d48a966694e6fce1cb5729a5db0a"
|
|
590
|
+
],
|
|
591
|
+
"retiredIn": "4.8.87",
|
|
592
|
+
"retiredBy": "#695"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"path": ".claude/agents/reasoning/goal-planner.md",
|
|
596
|
+
"knownContentHashes": [
|
|
597
|
+
"sha256:5066f1be50bb097b4849f187cee22802c14c6c1a3fb380fbfb038d716d432772",
|
|
598
|
+
"sha256:8f2a2e8be3eb2fae68938db105e8b48560a4050e283d702bdf56871c1bde2176",
|
|
599
|
+
"sha256:d075440c59a499e568f08e70a4e082df49ac964d0429f5f85351cb12b8f6c8b4"
|
|
600
|
+
],
|
|
601
|
+
"retiredIn": "4.9.21",
|
|
602
|
+
"retiredBy": "#932"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"path": ".claude/agents/sona/sona-learning-optimizer.md",
|
|
606
|
+
"knownContentHashes": [
|
|
607
|
+
"sha256:3b51506956b66b834dc09adff0e245bc8aada778831a45a22f6ad524cc2e48dd",
|
|
608
|
+
"sha256:5a6a19e697026a73f033a6ea780faf4d18749505091f1ceaf810a10deda2f606",
|
|
609
|
+
"sha256:8af5871c91d2563f8aa7dbc09d77161396feb97e3638bd93710ef6d36367778a"
|
|
610
|
+
],
|
|
611
|
+
"retiredIn": "4.9.21",
|
|
612
|
+
"retiredBy": "#932"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"path": ".claude/agents/sparc/architecture.md",
|
|
616
|
+
"knownContentHashes": [
|
|
617
|
+
"sha256:59263ab4b8919f974feb893b768faca84412de07812d71262335854d81ba438b"
|
|
618
|
+
],
|
|
619
|
+
"retiredIn": "4.9.21",
|
|
620
|
+
"retiredBy": "#932"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"path": ".claude/agents/sparc/pseudocode.md",
|
|
624
|
+
"knownContentHashes": [
|
|
625
|
+
"sha256:428447d6a67d396f704e8ba7fdbba3c719f7c5840052b54dccb5763022a2953a",
|
|
626
|
+
"sha256:ff270cf431c0f062fb053fdaaab612aa612772c0970f7d3fec257d3b490a376d"
|
|
627
|
+
],
|
|
628
|
+
"retiredIn": "4.9.21",
|
|
629
|
+
"retiredBy": "#932"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"path": ".claude/agents/sparc/refinement.md",
|
|
633
|
+
"knownContentHashes": [
|
|
634
|
+
"sha256:dae546273f899c40c3c76554b56572bf071d0d43743db66e6cb63f2923678e8e"
|
|
635
|
+
],
|
|
636
|
+
"retiredIn": "4.9.21",
|
|
637
|
+
"retiredBy": "#932"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"path": ".claude/agents/sparc/specification.md",
|
|
641
|
+
"knownContentHashes": [
|
|
642
|
+
"sha256:57bbdfa8b058a1fccffbe8a99a59570b4bad955a669cf7b22ee77e292b7a56e2"
|
|
643
|
+
],
|
|
644
|
+
"retiredIn": "4.9.21",
|
|
645
|
+
"retiredBy": "#932"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"path": ".claude/agents/specialized/mobile/spec-mobile-react-native.md",
|
|
649
|
+
"knownContentHashes": [
|
|
650
|
+
"sha256:42ff01c39ef5eed2d99ce98400e412897f31e02291bd7cf363703bdc96f7565f",
|
|
651
|
+
"sha256:5cc5d5e6c9cb1279c32cdfb2daa32c06ee7171e82032ee887a9b4aa521747d99"
|
|
652
|
+
],
|
|
653
|
+
"retiredIn": "4.9.21",
|
|
654
|
+
"retiredBy": "#932"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"path": ".claude/agents/sublinear/consciousness-evolution-agent.md",
|
|
658
|
+
"knownContentHashes": [
|
|
659
|
+
"sha256:7d9410f24b92483cdd1821c29bfb0c32213964d38e68467c9cc643f7afa54480"
|
|
660
|
+
],
|
|
661
|
+
"retiredIn": "2.0.0"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"path": ".claude/agents/sublinear/consensus-coordinator.md",
|
|
665
|
+
"knownContentHashes": [
|
|
666
|
+
"sha256:7fa2a1ad51ad687e511b3fccc43ee3c9f3deae649436d52304e20f00ba36891d"
|
|
667
|
+
],
|
|
668
|
+
"retiredIn": "4.8.50"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"path": ".claude/agents/sublinear/matrix-optimizer.md",
|
|
672
|
+
"knownContentHashes": [
|
|
673
|
+
"sha256:ee115c000f31da3e6c678abe9eec7a07f64d5705deac11ba12e8ff9acc72ba5f"
|
|
674
|
+
],
|
|
675
|
+
"retiredIn": "4.8.50"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"path": ".claude/agents/sublinear/matrix-solver-agent.md",
|
|
679
|
+
"knownContentHashes": [
|
|
680
|
+
"sha256:08594fe08bf542791c9b45a351d2b0272910cde0e256691a8bc55d3d47a9ea00"
|
|
681
|
+
],
|
|
682
|
+
"retiredIn": "2.0.0"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"path": ".claude/agents/sublinear/nanosecond-scheduler-agent.md",
|
|
686
|
+
"knownContentHashes": [
|
|
687
|
+
"sha256:8043f33701b0fd345fa67a63310a839ffc62df2a68c3ad6e3251bba2f620f397"
|
|
688
|
+
],
|
|
689
|
+
"retiredIn": "2.0.0"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"path": ".claude/agents/sublinear/pagerank-agent.md",
|
|
693
|
+
"knownContentHashes": [
|
|
694
|
+
"sha256:d0ee86703b8f074a80e83ec099f6588df5306ce5d55913dd21b035f26380852d"
|
|
695
|
+
],
|
|
696
|
+
"retiredIn": "2.0.0"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"path": ".claude/agents/sublinear/pagerank-analyzer.md",
|
|
700
|
+
"knownContentHashes": [
|
|
701
|
+
"sha256:99fb156ddf139b68e582a72e5e36e427e55f417798b39647ad93ac48d09d99e1"
|
|
702
|
+
],
|
|
703
|
+
"retiredIn": "4.8.50"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"path": ".claude/agents/sublinear/performance-optimizer.md",
|
|
707
|
+
"knownContentHashes": [
|
|
708
|
+
"sha256:99bcd7f3605226f2a8b51b391e8388c7080e1c4723c47ca8c7dc0962df852206"
|
|
709
|
+
],
|
|
710
|
+
"retiredIn": "4.8.50"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"path": ".claude/agents/sublinear/phi-calculator-agent.md",
|
|
714
|
+
"knownContentHashes": [
|
|
715
|
+
"sha256:e0afaa8902e220c01d54b5138108258c0bd40f49075645a44ffd1e3f2c57f476"
|
|
716
|
+
],
|
|
717
|
+
"retiredIn": "2.0.0"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"path": ".claude/agents/sublinear/psycho-symbolic-agent.md",
|
|
721
|
+
"knownContentHashes": [
|
|
722
|
+
"sha256:b3ac33dfa3764761a3ca80aee7c7b5cb49daf527d35df2eb72d5ae1dd87b2294"
|
|
723
|
+
],
|
|
724
|
+
"retiredIn": "2.0.0"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"path": ".claude/agents/sublinear/sublinear.md",
|
|
728
|
+
"knownContentHashes": [
|
|
729
|
+
"sha256:9d8a8539a3ce78e4403eb018ec090680fd76d48a966694e6fce1cb5729a5db0a"
|
|
730
|
+
],
|
|
731
|
+
"retiredIn": "2.0.0"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"path": ".claude/agents/sublinear/temporal-advantage-agent.md",
|
|
735
|
+
"knownContentHashes": [
|
|
736
|
+
"sha256:9eab57fd4a580746b8b202a126d61909e274e30908bd15431f4f58da987df981"
|
|
737
|
+
],
|
|
738
|
+
"retiredIn": "2.0.0"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"path": ".claude/agents/sublinear/trading-predictor.md",
|
|
742
|
+
"knownContentHashes": [
|
|
743
|
+
"sha256:16c9270fde6fc845fc992328af3faf1ab6ac074f313e13eb8d608e119507156a"
|
|
744
|
+
],
|
|
745
|
+
"retiredIn": "4.8.50"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"path": ".claude/agents/swarm/adaptive-coordinator.md",
|
|
749
|
+
"knownContentHashes": [
|
|
750
|
+
"sha256:66a0e018b528c166df319782c191930da9b27c5346dbcf1e92782d7765f8488b",
|
|
751
|
+
"sha256:b11cd043043bfe140c724cf34c3612eb9f743fa1906dc6f33cc1caf1d908707a",
|
|
752
|
+
"sha256:5af255cfb3b1df29d8072dbf539f3d186333ecbd27d548cd5222d3330f314db0"
|
|
753
|
+
],
|
|
754
|
+
"retiredIn": "4.9.21",
|
|
755
|
+
"retiredBy": "#932"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"path": ".claude/agents/swarm/hierarchical-coordinator.md",
|
|
759
|
+
"knownContentHashes": [
|
|
760
|
+
"sha256:92a0ae205f0fe06ce1ef0beabb9a2d4f4aa3fc5aa6f3f7c7a23f3807c8a17052",
|
|
761
|
+
"sha256:69404f429b94ed3a78e21ef2265b36885f6ed4980c76394094c3482e9fff2d25",
|
|
762
|
+
"sha256:43fd50c3eb2c2ff17d26744a948dbd111fcbea53e083d71045872007a8d62ee3"
|
|
763
|
+
],
|
|
764
|
+
"retiredIn": "4.9.21",
|
|
765
|
+
"retiredBy": "#932"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"path": ".claude/agents/swarm/mesh-coordinator.md",
|
|
769
|
+
"knownContentHashes": [
|
|
770
|
+
"sha256:70207b48ac6df8fcd3c9a0b5f62e87f382e5fd9fc1d15ae984ae426cc760b7b1",
|
|
771
|
+
"sha256:f188dedb6a0e1d499fb214f4e557258631712cf6b8e44b46f02ebf26dccf8f99",
|
|
772
|
+
"sha256:02c2b797aff9717da48ba377ea0e98efab7e0ae411af6509bf906f87ea3944ae"
|
|
773
|
+
],
|
|
774
|
+
"retiredIn": "4.9.21",
|
|
775
|
+
"retiredBy": "#932"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"path": ".claude/agents/swarm/README.md",
|
|
779
|
+
"knownContentHashes": [
|
|
780
|
+
"sha256:7001923298d3afac63a9d8d5a7fb550ed9c81fef49b5000d8ee3d75153132bd6",
|
|
781
|
+
"sha256:ce7eb7c460d2de5675e07e9153afd0611e1552fb0638411ad70e2ed5b4358d61",
|
|
782
|
+
"sha256:e71d76b0eb3f465c85c8446d8204352516b5eac7b02f485262da7bd5634d8f96"
|
|
783
|
+
],
|
|
784
|
+
"retiredIn": "3.1.0-alpha.32"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"path": ".claude/agents/templates/automation-smart-agent.md",
|
|
788
|
+
"knownContentHashes": [
|
|
789
|
+
"sha256:51be95aec74dbf48091e24949c52164596dd3be86b2e64240df62d9ad4e7de27"
|
|
790
|
+
],
|
|
791
|
+
"retiredIn": "4.8.50"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"path": ".claude/agents/templates/coordinator-swarm-init.md",
|
|
795
|
+
"knownContentHashes": [
|
|
796
|
+
"sha256:421637362dff0cb718b59789d034abbecab885b9748991f37f717a2ba4e7effe",
|
|
797
|
+
"sha256:ab58b07178243eb099e14eb9e2ab2f8d42b7887819c3aa8b9a350fa6874b14a0",
|
|
798
|
+
"sha256:6b28e224c3ed520eb911e3cf54101a9cf91e81411215c041cca16b7334aca770"
|
|
799
|
+
],
|
|
800
|
+
"retiredIn": "4.8.50"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"path": ".claude/agents/templates/github-pr-manager.md",
|
|
804
|
+
"knownContentHashes": [
|
|
805
|
+
"sha256:6fdc7f9fb9b96ae659ef3fe03168f4ff769517e1acf467d1a130739f23914b04"
|
|
806
|
+
],
|
|
807
|
+
"retiredIn": "4.8.50"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"path": ".claude/agents/templates/implementer-sparc-coder.md",
|
|
811
|
+
"knownContentHashes": [
|
|
812
|
+
"sha256:557129b56ec9569d55cfac9432a9288c5debd0b0f354640a19dacf14b4bc9e4e"
|
|
813
|
+
],
|
|
814
|
+
"retiredIn": "4.8.50"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"path": ".claude/agents/templates/memory-coordinator.md",
|
|
818
|
+
"knownContentHashes": [
|
|
819
|
+
"sha256:8aeb10fad6f517a3cd0f6b2d48012880df1a6366f2e5a16db1ff9457385d169a"
|
|
820
|
+
],
|
|
821
|
+
"retiredIn": "4.8.50"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"path": ".claude/agents/templates/migration-plan.md",
|
|
825
|
+
"knownContentHashes": [
|
|
826
|
+
"sha256:4e7bbd95b2685f79388d8d1a589da20159270ce7473b2b77fae79c50ad19ecb3",
|
|
827
|
+
"sha256:1e618f2c87a5c3ffe8d381786d7844382359e22f232a5d8d3299ac8d59464a4b"
|
|
828
|
+
],
|
|
829
|
+
"retiredIn": "4.8.50"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"path": ".claude/agents/templates/orchestrator-task.md",
|
|
833
|
+
"knownContentHashes": [
|
|
834
|
+
"sha256:4af1f8472260fb40d63c15638ed004c0c702349c0c2f1a949eceb05061731157"
|
|
835
|
+
],
|
|
836
|
+
"retiredIn": "4.8.50"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"path": ".claude/agents/templates/performance-analyzer.md",
|
|
840
|
+
"knownContentHashes": [
|
|
841
|
+
"sha256:97e3cff2daf0fc27f193533e6234a9b987a885418c21934069b9076b36959022"
|
|
842
|
+
],
|
|
843
|
+
"retiredIn": "4.8.50"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"path": ".claude/agents/templates/sparc-coordinator.md",
|
|
847
|
+
"knownContentHashes": [
|
|
848
|
+
"sha256:41a8ed5dde643fc07123902e0555f1089a4cdab711f484b95092d5e4cf7f62fd"
|
|
849
|
+
],
|
|
850
|
+
"retiredIn": "4.8.50"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"path": ".claude/agents/test-neural.md",
|
|
854
|
+
"knownContentHashes": [
|
|
855
|
+
"sha256:95362e605ea8ed284e8a9b4c0cd079c720d51be903e4d10504a6cf0cd8819216"
|
|
856
|
+
],
|
|
857
|
+
"retiredIn": "3.0.0-alpha.1"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"path": ".claude/agents/testing/production-validator.md",
|
|
861
|
+
"knownContentHashes": [
|
|
862
|
+
"sha256:2290d706d92b5248ccdb8c656e928d3f8edb213c9ffbe05d3f0e645b44280925"
|
|
863
|
+
],
|
|
864
|
+
"retiredIn": "4.9.21",
|
|
865
|
+
"retiredBy": "#932"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"path": ".claude/agents/testing/tdd-london-swarm.md",
|
|
869
|
+
"knownContentHashes": [
|
|
870
|
+
"sha256:1157ccd19576639d09be1192f0762a4b81429b92f774a7ebfaef7fdb65415f9c"
|
|
871
|
+
],
|
|
872
|
+
"retiredIn": "4.9.21",
|
|
873
|
+
"retiredBy": "#932"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"path": ".claude/agents/testing/unit/tdd-london-swarm.md",
|
|
877
|
+
"knownContentHashes": [
|
|
878
|
+
"sha256:1157ccd19576639d09be1192f0762a4b81429b92f774a7ebfaef7fdb65415f9c"
|
|
879
|
+
],
|
|
880
|
+
"retiredIn": "4.8.12"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"path": ".claude/agents/testing/validation/production-validator.md",
|
|
884
|
+
"knownContentHashes": [
|
|
885
|
+
"sha256:2290d706d92b5248ccdb8c656e928d3f8edb213c9ffbe05d3f0e645b44280925"
|
|
886
|
+
],
|
|
887
|
+
"retiredIn": "4.8.12"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"path": ".claude/agents/v3/adr-architect.md",
|
|
891
|
+
"knownContentHashes": [
|
|
892
|
+
"sha256:1f23e5e2b05ad2a8e0f3894d0647688d656f9b1ad90c7c738d7fa9f2f986b238",
|
|
893
|
+
"sha256:d935664a8fb6a3b3207496c3a157e2ad5239984facb9d90c2e91997e55e3945a"
|
|
894
|
+
],
|
|
895
|
+
"retiredIn": "4.9.21",
|
|
896
|
+
"retiredBy": "#932"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"path": ".claude/agents/v3/aidefence-guardian.md",
|
|
900
|
+
"knownContentHashes": [
|
|
901
|
+
"sha256:af55732985dc4090dd187ee8449c31936f5d38144ceac177bb76432ba02cc027",
|
|
902
|
+
"sha256:ec1a05db48500d8b5817e1981ed538e618926a9cbc2879d8ccbe82924d4ebad2",
|
|
903
|
+
"sha256:0fa27c783880ea059594ba7ba52671f8574cb10d62bdea731fe96dc29a661582"
|
|
904
|
+
],
|
|
905
|
+
"retiredIn": "4.9.21",
|
|
906
|
+
"retiredBy": "#932"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"path": ".claude/agents/v3/claims-authorizer.md",
|
|
910
|
+
"knownContentHashes": [
|
|
911
|
+
"sha256:d307cbb251c994c2789331434b8e15b1ea29b6bf702f75e918f36a214dd11283",
|
|
912
|
+
"sha256:ddf6884514eba2e4aa2a1ddc6bf4b0db8bc872d603d49b80dd75429c7e448216"
|
|
913
|
+
],
|
|
914
|
+
"retiredIn": "4.9.21",
|
|
915
|
+
"retiredBy": "#932"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"path": ".claude/agents/v3/collective-intelligence-coordinator.md",
|
|
919
|
+
"knownContentHashes": [
|
|
920
|
+
"sha256:9ceaae544d52b8674887000cd9933a149589fc1a525cab5b3b17666231addb4b",
|
|
921
|
+
"sha256:0b191b81d5209c51d3ab0f51628a1323092af383cd7d9c39adce581a8d37dc7f"
|
|
922
|
+
],
|
|
923
|
+
"retiredIn": "4.9.21",
|
|
924
|
+
"retiredBy": "#932"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"path": ".claude/agents/v3/ddd-domain-expert.md",
|
|
928
|
+
"knownContentHashes": [
|
|
929
|
+
"sha256:7ef3eedbf78357243d74001a7f86bc9aba30a0549df460b15ae7fb69f0db1455",
|
|
930
|
+
"sha256:f5c7a04b26b3a73b3d8743d03c6b67cd17cdc71f0840bf72e01be96010eb7eb5"
|
|
931
|
+
],
|
|
932
|
+
"retiredIn": "4.9.21",
|
|
933
|
+
"retiredBy": "#932"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"path": ".claude/agents/v3/injection-analyst.md",
|
|
937
|
+
"knownContentHashes": [
|
|
938
|
+
"sha256:855acf61616b6fe895df57cc49e955061dc3a0ed2a604e35157e8c51c97125ca",
|
|
939
|
+
"sha256:ff071b86e2e8c74a08e4754cb5cf265f6d7049a6fba515e791c3a82a5e60c281",
|
|
940
|
+
"sha256:3446df8a0d551e8de90a6878a0ed0f8771d140913fb0391ecfc8c2941fb01694"
|
|
941
|
+
],
|
|
942
|
+
"retiredIn": "4.9.21",
|
|
943
|
+
"retiredBy": "#932"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"path": ".claude/agents/v3/memory-specialist.md",
|
|
947
|
+
"knownContentHashes": [
|
|
948
|
+
"sha256:36e451dbe8aad645f13c24cff31734f5dc664ce24409797fc5e01279201b53a1",
|
|
949
|
+
"sha256:b175d8100636af0669d0c7be49f87f9d6ca5c31a4fdd3f6ab34da6b32883a05f"
|
|
950
|
+
],
|
|
951
|
+
"retiredIn": "4.9.21",
|
|
952
|
+
"retiredBy": "#932"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"path": ".claude/agents/v3/performance-engineer.md",
|
|
956
|
+
"knownContentHashes": [
|
|
957
|
+
"sha256:459e0c2a873b193e9aca110791afaaa139e00f2048894b327f4a84e7e1abd526",
|
|
958
|
+
"sha256:a56ff8ce7658be3757d508e8da799391c4bfdc4713b4e34f5fabde22ca4df032"
|
|
959
|
+
],
|
|
960
|
+
"retiredIn": "4.9.21",
|
|
961
|
+
"retiredBy": "#932"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"path": ".claude/agents/v3/pii-detector.md",
|
|
965
|
+
"knownContentHashes": [
|
|
966
|
+
"sha256:7ca2a2c525280523c89133fae34848f83c964b3c8ab3d425f28e87860d268740",
|
|
967
|
+
"sha256:e1a8c17318b275ee1e56524e98a50564ebab2e0e8aa5b4da3a95acc98648280d",
|
|
968
|
+
"sha256:59fc86325c14cd6878f1a691bfeec3a4ce26808168024e2502947fa8771578ac"
|
|
969
|
+
],
|
|
970
|
+
"retiredIn": "4.9.21",
|
|
971
|
+
"retiredBy": "#932"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"path": ".claude/agents/v3/reasoningbank-learner.md",
|
|
975
|
+
"knownContentHashes": [
|
|
976
|
+
"sha256:788da4b172e6ab74e7b2ed7addf6e3cc6dbf2a8b75ad56dd12fd0e9d8ca2e8b7",
|
|
977
|
+
"sha256:b39c1783af3da6f2044549c8807f579766bd1b34418602bddc24c747b5aa53be"
|
|
978
|
+
],
|
|
979
|
+
"retiredIn": "4.9.21",
|
|
980
|
+
"retiredBy": "#932"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"path": ".claude/agents/v3/security-architect-aidefence.md",
|
|
984
|
+
"knownContentHashes": [
|
|
985
|
+
"sha256:2c1ace4fd4532fac45d277fc7a85fbb27a23ba4a693e2f08f36d145f01f5bc88",
|
|
986
|
+
"sha256:ebc4077e502b4887967e7019cb48a369cefd8e3ba2efb67f198af4e30ec12d22"
|
|
987
|
+
],
|
|
988
|
+
"retiredIn": "4.9.21",
|
|
989
|
+
"retiredBy": "#932"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"path": ".claude/agents/v3/security-architect.md",
|
|
993
|
+
"knownContentHashes": [
|
|
994
|
+
"sha256:acce4570c33e6132d567edc7ad3800c9e1260ecdab6efa946d50c2b4741b537b",
|
|
995
|
+
"sha256:a18bd4d63462c20e05fb6bfc18f565c5d187969c158aa7331b1012b383edc329"
|
|
996
|
+
],
|
|
997
|
+
"retiredIn": "4.9.21",
|
|
998
|
+
"retiredBy": "#932"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"path": ".claude/agents/v3/security-auditor.md",
|
|
1002
|
+
"knownContentHashes": [
|
|
1003
|
+
"sha256:063a86e41474998cff943af46a7f42b3b2629288f85ae2a67ca08e2017ee5010"
|
|
1004
|
+
],
|
|
1005
|
+
"retiredIn": "4.9.21",
|
|
1006
|
+
"retiredBy": "#932"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"path": ".claude/agents/v3/sparc-orchestrator.md",
|
|
1010
|
+
"knownContentHashes": [
|
|
1011
|
+
"sha256:5ae4353cc994b40dc3cf8cf17df2508732437dcbe47773ebdf8546ac964b15e5",
|
|
1012
|
+
"sha256:5ca4f44ebe22675cd2783e83e7d6d4a05791d1f45b674e16b70994cdcb7b2aee"
|
|
1013
|
+
],
|
|
1014
|
+
"retiredIn": "4.9.21",
|
|
1015
|
+
"retiredBy": "#932"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"path": ".claude/agents/v3/swarm-memory-manager.md",
|
|
1019
|
+
"knownContentHashes": [
|
|
1020
|
+
"sha256:4abf5222a51dfc1d27e0db18dffeb153bb7219860b33432467bef90ab672713f",
|
|
1021
|
+
"sha256:54c72a1be3a7c1bf674a1ec0ca7335a68fedef86c6c90becf2ea07dfd569df75"
|
|
1022
|
+
],
|
|
1023
|
+
"retiredIn": "4.9.21",
|
|
1024
|
+
"retiredBy": "#932"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"path": ".claude/agents/v3/v3-integration-architect.md",
|
|
1028
|
+
"knownContentHashes": [
|
|
1029
|
+
"sha256:291d18522db18b962ca54b43563658c69bed054d4a46ba2c7d0126555b376342",
|
|
1030
|
+
"sha256:0b07e8c29f0622299e8f620f93829fb1b8b5d69eae07e479d932bebc810354cc",
|
|
1031
|
+
"sha256:840f06394149fe2695656bc35f96bab31a6ccbdc72f3f869775543466bec4c67"
|
|
1032
|
+
],
|
|
1033
|
+
"retiredIn": "4.9.21",
|
|
1034
|
+
"retiredBy": "#932"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"path": ".claude/agents/v3/v3-memory-specialist.md",
|
|
1038
|
+
"knownContentHashes": [
|
|
1039
|
+
"sha256:dfa2bfa3fc29a8ed8459ada68a9e3008b8e1ac7ac8490c2f9bdc303edce65f72"
|
|
1040
|
+
],
|
|
1041
|
+
"retiredIn": "4.8.12"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"path": ".claude/agents/v3/v3-performance-engineer.md",
|
|
1045
|
+
"knownContentHashes": [
|
|
1046
|
+
"sha256:be8bbc98cd408dce852007fddfd54171d3cb0f90d3c4a7c58942894dafaeaddd"
|
|
1047
|
+
],
|
|
1048
|
+
"retiredIn": "4.8.12"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"path": ".claude/agents/v3/v3-queen-coordinator.md",
|
|
1052
|
+
"knownContentHashes": [
|
|
1053
|
+
"sha256:e270bf8307a94b8fa9dfc737ca1d115595dec842ab777e1fdada2732c86301cb"
|
|
1054
|
+
],
|
|
1055
|
+
"retiredIn": "4.8.12"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"path": ".claude/agents/v3/v3-security-architect.md",
|
|
1059
|
+
"knownContentHashes": [
|
|
1060
|
+
"sha256:a7b6df7fa6702f4201e516755f10f9dae24b06b808b3f824356ce45abba4406b"
|
|
1061
|
+
],
|
|
1062
|
+
"retiredIn": "4.8.12"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"path": ".claude/commands/claude-flow-help.md",
|
|
1066
|
+
"knownContentHashes": [
|
|
1067
|
+
"sha256:8aec600952cb0bac9855e766c69c1af5ccef56dc877f81536306b7aefc479375",
|
|
1068
|
+
"sha256:c25c9650b3cd752dd5c92fe078e6132bb48269f6c72edb5a29d4f963dd8e9eb5"
|
|
1069
|
+
],
|
|
1070
|
+
"retiredIn": "4.9.21",
|
|
1071
|
+
"retiredBy": "#949"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"path": ".claude/commands/claude-flow-memory.md",
|
|
1075
|
+
"knownContentHashes": [
|
|
1076
|
+
"sha256:b327dbf88290be3cf1370f6b6a9b3617f37855f9c8b97fb3bb66404fbfaf08be",
|
|
1077
|
+
"sha256:fc117a3dee82c429d5b3a52de49e1ddf0f8c41cc8a483341c53209e292050527"
|
|
1078
|
+
],
|
|
1079
|
+
"retiredIn": "4.9.21",
|
|
1080
|
+
"retiredBy": "#949"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"path": ".claude/commands/claude-flow-swarm.md",
|
|
1084
|
+
"knownContentHashes": [
|
|
1085
|
+
"sha256:2119249384887c8fd90be203304114757177356bb8ddbe8e8bebcb1b8c4f9d43",
|
|
1086
|
+
"sha256:88ea9327172b5c9ea5ae3297dfc11f9f0de009ebeb4882f6221fd097efb15b0c"
|
|
1087
|
+
],
|
|
1088
|
+
"retiredIn": "4.9.21",
|
|
1089
|
+
"retiredBy": "#949"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"path": ".claude/commands/flo-simplify.md",
|
|
1093
|
+
"knownContentHashes": [
|
|
1094
|
+
"sha256:417ccf85fea9356034d8f6ab8606c960856a2c06c6cb9ec81b25a8a9c100571e"
|
|
1095
|
+
],
|
|
1096
|
+
"retiredIn": "4.9.21",
|
|
1097
|
+
"retiredBy": "#949"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"path": ".claude/commands/github/code-review-swarm.md",
|
|
1101
|
+
"knownContentHashes": [
|
|
1102
|
+
"sha256:9e00b9eb6de5cc4683494850ae43cabe33408a75ede2bd9d12e0d7c7008ab974",
|
|
1103
|
+
"sha256:28ae69a0e31e1669bf230f20e4fa36967972c71dfcf4a5e59a1a1d5241553efb"
|
|
1104
|
+
],
|
|
1105
|
+
"retiredIn": "4.9.21",
|
|
1106
|
+
"retiredBy": "#949"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"path": ".claude/commands/github/code-review.md",
|
|
1110
|
+
"knownContentHashes": [
|
|
1111
|
+
"sha256:c1bc7608b43aa1ee100d29795d369bef0df6cac114d94c30b42c206038c84be2"
|
|
1112
|
+
],
|
|
1113
|
+
"retiredIn": "4.9.21",
|
|
1114
|
+
"retiredBy": "#949"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"path": ".claude/commands/github/github-modes.md",
|
|
1118
|
+
"knownContentHashes": [
|
|
1119
|
+
"sha256:622955b84aa0784980fa2d97fe6494f46fe7b4dd7c3515d1e164be9ed6d999aa",
|
|
1120
|
+
"sha256:dfd656675b15c6f2eb0687896c071e868e5ed3353ed3287f09fd233232a39a6f",
|
|
1121
|
+
"sha256:764da5769b73f25db125ab2ef6dcb2367628c0f34e6739551eccd5150991f0a8"
|
|
1122
|
+
],
|
|
1123
|
+
"retiredIn": "4.9.21",
|
|
1124
|
+
"retiredBy": "#949"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"path": ".claude/commands/github/github-swarm.md",
|
|
1128
|
+
"knownContentHashes": [
|
|
1129
|
+
"sha256:70c3f0f6feaed900fd7c19338dbc5b3fd254e72853ffcbac90aa1eba09ebe4f3"
|
|
1130
|
+
],
|
|
1131
|
+
"retiredIn": "4.9.21",
|
|
1132
|
+
"retiredBy": "#949"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"path": ".claude/commands/github/issue-tracker.md",
|
|
1136
|
+
"knownContentHashes": [
|
|
1137
|
+
"sha256:e703cc1b48242262dec4f16ff032f70b320b1ca930252c4027ed6b42856cbb3e",
|
|
1138
|
+
"sha256:edd19819fc486b19095c664be60fb8ff79e5b09829561266c32ef8c845429f03",
|
|
1139
|
+
"sha256:c2ae3f91e77ff8f64f991a30bd538a6a22c2d33281e1daba1aaf737d75d94d40"
|
|
1140
|
+
],
|
|
1141
|
+
"retiredIn": "4.9.21",
|
|
1142
|
+
"retiredBy": "#949"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"path": ".claude/commands/github/issue-triage.md",
|
|
1146
|
+
"knownContentHashes": [
|
|
1147
|
+
"sha256:c0d647e0dfe4d16a746a295bde36ff2f6ebef3931387393c9a461c741b90aef0"
|
|
1148
|
+
],
|
|
1149
|
+
"retiredIn": "4.9.21",
|
|
1150
|
+
"retiredBy": "#949"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"path": ".claude/commands/github/multi-repo-swarm.md",
|
|
1154
|
+
"knownContentHashes": [
|
|
1155
|
+
"sha256:df285d1a6eb107e7e22f4bebbcae61d70743b972a47b60041bac331608b1e2f0",
|
|
1156
|
+
"sha256:ce800b98b86626a90554916d2d663cb66f4c34fb9bb4da7a36b077f8e6c3e3e0"
|
|
1157
|
+
],
|
|
1158
|
+
"retiredIn": "4.9.21",
|
|
1159
|
+
"retiredBy": "#949"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"path": ".claude/commands/github/pr-enhance.md",
|
|
1163
|
+
"knownContentHashes": [
|
|
1164
|
+
"sha256:b295761f0a6f2eff72c27d66803c534b7e3ad4f4e6482bd516cd6065f8c6eff4"
|
|
1165
|
+
],
|
|
1166
|
+
"retiredIn": "4.9.21",
|
|
1167
|
+
"retiredBy": "#949"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"path": ".claude/commands/github/pr-manager.md",
|
|
1171
|
+
"knownContentHashes": [
|
|
1172
|
+
"sha256:2857dfbb9a47ff573edbbcca3838ced824a9d0122d675a6b0cc4659175f9aee1",
|
|
1173
|
+
"sha256:b4e5236851e52460804dca161d87fc6fb2caa1541d47173eb28e56697673c4f2",
|
|
1174
|
+
"sha256:d3ab6b4e577607f1eee992caec3508dd7deef7bd06c30aeff279f683be12110b"
|
|
1175
|
+
],
|
|
1176
|
+
"retiredIn": "4.9.21",
|
|
1177
|
+
"retiredBy": "#949"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"path": ".claude/commands/github/project-board-sync.md",
|
|
1181
|
+
"knownContentHashes": [
|
|
1182
|
+
"sha256:7109a7b4e54f5af8a547e336b25092e3d6d82ff5b1ff92758b6d2aa54ce835b1",
|
|
1183
|
+
"sha256:f815db07830b3463dd9eb1036d8ce43eb5d3b55d22bdebc4c79d5a1fb606ee4f"
|
|
1184
|
+
],
|
|
1185
|
+
"retiredIn": "4.9.21",
|
|
1186
|
+
"retiredBy": "#949"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"path": ".claude/commands/github/README.md",
|
|
1190
|
+
"knownContentHashes": [
|
|
1191
|
+
"sha256:4fb6c4348f6f8c2d5c252203115942a770743e5e7eb4c696e2d359916050948c"
|
|
1192
|
+
],
|
|
1193
|
+
"retiredIn": "4.9.21",
|
|
1194
|
+
"retiredBy": "#949"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"path": ".claude/commands/github/release-manager.md",
|
|
1198
|
+
"knownContentHashes": [
|
|
1199
|
+
"sha256:33420566fedc1ba07a72727c56962f34e24f101aa4571be04251f9a843b48209",
|
|
1200
|
+
"sha256:4324c9e132a6be3a0e8d95f61e723d68d8f1a202a7b95222a9a3ab950d218287",
|
|
1201
|
+
"sha256:f8a4201155da7be10a3ebf1f600f073ac074d4ac8653faaf3196e89966b0e28c"
|
|
1202
|
+
],
|
|
1203
|
+
"retiredIn": "4.9.21",
|
|
1204
|
+
"retiredBy": "#949"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"path": ".claude/commands/github/release-swarm.md",
|
|
1208
|
+
"knownContentHashes": [
|
|
1209
|
+
"sha256:a73dc4999756f9cb92a319acdaa2c4cd22b2993aca627b7fe4b130467f7a79b2",
|
|
1210
|
+
"sha256:2b4ada68166cd7060e49fce8ab4dc3281f9aa98ce988fb176496e80727523b24"
|
|
1211
|
+
],
|
|
1212
|
+
"retiredIn": "4.9.21",
|
|
1213
|
+
"retiredBy": "#949"
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"path": ".claude/commands/github/repo-analyze.md",
|
|
1217
|
+
"knownContentHashes": [
|
|
1218
|
+
"sha256:7c57c22d09ee9a7eea693a606e189a4f2d04e00f5f92120b73afdeb8e95e2f11"
|
|
1219
|
+
],
|
|
1220
|
+
"retiredIn": "4.9.21",
|
|
1221
|
+
"retiredBy": "#949"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"path": ".claude/commands/github/repo-architect.md",
|
|
1225
|
+
"knownContentHashes": [
|
|
1226
|
+
"sha256:9a16e5515f5c66a5d6a75ec5518b8bdc9242334237cc7074330bf5211054f8e2",
|
|
1227
|
+
"sha256:c7508266ae896b33a0caa3b5f44ef3e9968e6a5dffe80863322152e273ff2ae8",
|
|
1228
|
+
"sha256:8c6bb22bfdaba4b9970e800dd1789df3c2da8be403ea9d2f399056c694616d6c"
|
|
1229
|
+
],
|
|
1230
|
+
"retiredIn": "4.9.21",
|
|
1231
|
+
"retiredBy": "#949"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"path": ".claude/commands/github/swarm-issue.md",
|
|
1235
|
+
"knownContentHashes": [
|
|
1236
|
+
"sha256:38ce94624385c31f509a258639775c3ca27c352b7b4a37ff7dd0c00ecee3042d",
|
|
1237
|
+
"sha256:2b4b02d0eb5e636a7ef2dd158cacfd7dd6cab38deb21bc6e4a9160b43a3c003b"
|
|
1238
|
+
],
|
|
1239
|
+
"retiredIn": "4.9.21",
|
|
1240
|
+
"retiredBy": "#949"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"path": ".claude/commands/github/swarm-pr.md",
|
|
1244
|
+
"knownContentHashes": [
|
|
1245
|
+
"sha256:9f364ea2a6b6007ff321575a7432379d1f4560df714c88401784cc599fd99d57",
|
|
1246
|
+
"sha256:cfc91e470bc1bf5381a9bc638cd01a5faaf7dd5866ef9c25b715cf420d50fe23"
|
|
1247
|
+
],
|
|
1248
|
+
"retiredIn": "4.9.21",
|
|
1249
|
+
"retiredBy": "#949"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"path": ".claude/commands/github/sync-coordinator.md",
|
|
1253
|
+
"knownContentHashes": [
|
|
1254
|
+
"sha256:197e5b633bd2d8163e2ad70c53f3a32cfab7ed4185d6d1f1ad60d9902ef62732",
|
|
1255
|
+
"sha256:9eb218475d8eccf76cce68adb3d24a68e700f52987f5a920faa38dcf915855b0",
|
|
1256
|
+
"sha256:1dffdbc1a537427065a0b93389cfb093d696dd2b2c60ec48f71b6703e8ad9b14"
|
|
1257
|
+
],
|
|
1258
|
+
"retiredIn": "4.9.21",
|
|
1259
|
+
"retiredBy": "#949"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"path": ".claude/commands/github/workflow-automation.md",
|
|
1263
|
+
"knownContentHashes": [
|
|
1264
|
+
"sha256:2b3e378864110ed6457ee68a336c3ce7d61ceaed845b73684ec58e808ff633e1",
|
|
1265
|
+
"sha256:20ae9b1ad7dcd3e9292a1a10219103e94724fa16e50c40b216cbf871788980c7"
|
|
1266
|
+
],
|
|
1267
|
+
"retiredIn": "4.9.21",
|
|
1268
|
+
"retiredBy": "#949"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"path": ".claude/commands/hooks/overview.md",
|
|
1272
|
+
"knownContentHashes": [
|
|
1273
|
+
"sha256:d2343edebcb3b785c25bb82e8ca12042d0726c73e1a16fe099cdc16d1754c138",
|
|
1274
|
+
"sha256:cd211de3589a0ad3d5b472cb333a87ae22e1faf29b3f705eddad699e3f9152db",
|
|
1275
|
+
"sha256:756650fe0751e8976f5efcf027a02cd79361924c8df147c882c9687374fddb65"
|
|
1276
|
+
],
|
|
1277
|
+
"retiredIn": "4.9.21",
|
|
1278
|
+
"retiredBy": "#949"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"path": ".claude/commands/hooks/post-edit.md",
|
|
1282
|
+
"knownContentHashes": [
|
|
1283
|
+
"sha256:d4cc912712e413c7fa613f1f681dbadede8a75a1df8012c25b703fa9be339307"
|
|
1284
|
+
],
|
|
1285
|
+
"retiredIn": "4.9.21",
|
|
1286
|
+
"retiredBy": "#949"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"path": ".claude/commands/hooks/post-task.md",
|
|
1290
|
+
"knownContentHashes": [
|
|
1291
|
+
"sha256:1859b9ed7ae42ddfc74bf0ff73e2f22e86489d7d4287097598c5d73966d3e6e4"
|
|
1292
|
+
],
|
|
1293
|
+
"retiredIn": "4.9.21",
|
|
1294
|
+
"retiredBy": "#949"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"path": ".claude/commands/hooks/pre-edit.md",
|
|
1298
|
+
"knownContentHashes": [
|
|
1299
|
+
"sha256:43d0a4f70b4ad32a86f7c584469197bcd678b2c2e51443a4284a7c0617e60bd1"
|
|
1300
|
+
],
|
|
1301
|
+
"retiredIn": "4.9.21",
|
|
1302
|
+
"retiredBy": "#949"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"path": ".claude/commands/hooks/pre-task.md",
|
|
1306
|
+
"knownContentHashes": [
|
|
1307
|
+
"sha256:93597737b83efcfe086c26ed9f1cb5131563ad5a0e24ae042a53f30e9087fa4a"
|
|
1308
|
+
],
|
|
1309
|
+
"retiredIn": "4.9.21",
|
|
1310
|
+
"retiredBy": "#949"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"path": ".claude/commands/hooks/README.md",
|
|
1314
|
+
"knownContentHashes": [
|
|
1315
|
+
"sha256:d9812b07a1884271dbb1615642f3047d3624c879fb997455869e75220a31feb9"
|
|
1316
|
+
],
|
|
1317
|
+
"retiredIn": "4.9.21",
|
|
1318
|
+
"retiredBy": "#949"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"path": ".claude/commands/hooks/session-end.md",
|
|
1322
|
+
"knownContentHashes": [
|
|
1323
|
+
"sha256:6b34a5b3d63d0b097867d4705087753f28d32507977c0df9b64729356263e3d5"
|
|
1324
|
+
],
|
|
1325
|
+
"retiredIn": "4.9.21",
|
|
1326
|
+
"retiredBy": "#949"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"path": ".claude/commands/hooks/setup.md",
|
|
1330
|
+
"knownContentHashes": [
|
|
1331
|
+
"sha256:d24b951e66c23cfb3d3ec230b1c80983f093d84eb80a5bff89ebaedb148ce90c"
|
|
1332
|
+
],
|
|
1333
|
+
"retiredIn": "4.9.21",
|
|
1334
|
+
"retiredBy": "#949"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"path": ".claude/commands/sparc.md",
|
|
1338
|
+
"knownContentHashes": [
|
|
1339
|
+
"sha256:aded34ee83b9e3a6391bad19143cd4a63cd4e5f70ae3b04d0adb73cee0be992f",
|
|
1340
|
+
"sha256:2f92b6b7cd113b9c54ad2c65e3ed44dcd36d6b0c65887535a65ccd6f050b5050"
|
|
1341
|
+
],
|
|
1342
|
+
"retiredIn": "4.9.21",
|
|
1343
|
+
"retiredBy": "#949"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"path": ".claude/commands/sparc/analyzer.md",
|
|
1347
|
+
"knownContentHashes": [
|
|
1348
|
+
"sha256:f298c877f96c16a7c0cbc69e9242f19e2fbc00d6b7ca33d66d6527e9cbf995d7"
|
|
1349
|
+
],
|
|
1350
|
+
"retiredIn": "4.9.21",
|
|
1351
|
+
"retiredBy": "#949"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"path": ".claude/commands/sparc/architect.md",
|
|
1355
|
+
"knownContentHashes": [
|
|
1356
|
+
"sha256:3f8cffbd46c65e4f3f47c16f86e7f0160593661f1abcb2b6e8b203d00c45dc92"
|
|
1357
|
+
],
|
|
1358
|
+
"retiredIn": "4.9.21",
|
|
1359
|
+
"retiredBy": "#949"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"path": ".claude/commands/sparc/ask.md",
|
|
1363
|
+
"knownContentHashes": [
|
|
1364
|
+
"sha256:10679f2203d68268f962b5bcb949b6519d38c0a022251f59d8427c3a7e3b8701",
|
|
1365
|
+
"sha256:d1c0b7d91c3208aeeeadd6604aa7029b250c23ae6bf6523e7f80c7fa306b4ad1"
|
|
1366
|
+
],
|
|
1367
|
+
"retiredIn": "4.9.21",
|
|
1368
|
+
"retiredBy": "#949"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"path": ".claude/commands/sparc/batch-executor.md",
|
|
1372
|
+
"knownContentHashes": [
|
|
1373
|
+
"sha256:2ca99433401bed3e84cae09f22732f329385d2f364f9163289a003967e61af55"
|
|
1374
|
+
],
|
|
1375
|
+
"retiredIn": "4.9.21",
|
|
1376
|
+
"retiredBy": "#949"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"path": ".claude/commands/sparc/code.md",
|
|
1380
|
+
"knownContentHashes": [
|
|
1381
|
+
"sha256:27cf408075e4b996c8e2d31cfe112f533d7741eb3989a505a75ed5ad817b6bef",
|
|
1382
|
+
"sha256:0fe06bd975385fb84b4f38f1e475667ece1ab002e974be27657ce28654404632"
|
|
1383
|
+
],
|
|
1384
|
+
"retiredIn": "4.9.21",
|
|
1385
|
+
"retiredBy": "#949"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"path": ".claude/commands/sparc/coder.md",
|
|
1389
|
+
"knownContentHashes": [
|
|
1390
|
+
"sha256:0a8106daaa7c1e38db03dcc8bbbb80fedc8123a88ce88cec6943871990e3df43"
|
|
1391
|
+
],
|
|
1392
|
+
"retiredIn": "4.9.21",
|
|
1393
|
+
"retiredBy": "#949"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"path": ".claude/commands/sparc/debug.md",
|
|
1397
|
+
"knownContentHashes": [
|
|
1398
|
+
"sha256:0b1c50bd42a9e81a7a5dccdd7b840277682a1facae791879eae2b400fc1bd356",
|
|
1399
|
+
"sha256:41807356b4bb9cc5d267054dc23bdb66ef41b4de51e0002643b61bad05d36adc"
|
|
1400
|
+
],
|
|
1401
|
+
"retiredIn": "4.9.21",
|
|
1402
|
+
"retiredBy": "#949"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"path": ".claude/commands/sparc/debugger.md",
|
|
1406
|
+
"knownContentHashes": [
|
|
1407
|
+
"sha256:5ff93b9c01cd02bf18544dded5c6cacd83ae3aeff6176312370ed5acedee7737"
|
|
1408
|
+
],
|
|
1409
|
+
"retiredIn": "4.9.21",
|
|
1410
|
+
"retiredBy": "#949"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"path": ".claude/commands/sparc/designer.md",
|
|
1414
|
+
"knownContentHashes": [
|
|
1415
|
+
"sha256:eb28eecf8ff1acc3ad1a01250eb4e92c2af3d0c7fe02685d7324480334e21fb9"
|
|
1416
|
+
],
|
|
1417
|
+
"retiredIn": "4.9.21",
|
|
1418
|
+
"retiredBy": "#949"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"path": ".claude/commands/sparc/devops.md",
|
|
1422
|
+
"knownContentHashes": [
|
|
1423
|
+
"sha256:ccf99931a7b26415c77368e325ea033e4f90d3daeee1fd88ed51a646c426d26e",
|
|
1424
|
+
"sha256:8cf8dd5e21e046f733e2be704fdecfda667ac0240189fa9591b6e81f559e5a9a"
|
|
1425
|
+
],
|
|
1426
|
+
"retiredIn": "4.9.21",
|
|
1427
|
+
"retiredBy": "#949"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"path": ".claude/commands/sparc/docs-writer.md",
|
|
1431
|
+
"knownContentHashes": [
|
|
1432
|
+
"sha256:ad60af959149a625ca4c30e750e3b69da623f3364c54e0e0ddc5564e58aee2d3",
|
|
1433
|
+
"sha256:3084023de13ea063e304093fa191aad703249f919cbf5f724317875bf457875a"
|
|
1434
|
+
],
|
|
1435
|
+
"retiredIn": "4.9.21",
|
|
1436
|
+
"retiredBy": "#949"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"path": ".claude/commands/sparc/documenter.md",
|
|
1440
|
+
"knownContentHashes": [
|
|
1441
|
+
"sha256:99a99a92bcb08da5eae745f04c0f92adeaf0ebe4a0bb0984f63675381ee98dd6"
|
|
1442
|
+
],
|
|
1443
|
+
"retiredIn": "4.9.21",
|
|
1444
|
+
"retiredBy": "#949"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"path": ".claude/commands/sparc/innovator.md",
|
|
1448
|
+
"knownContentHashes": [
|
|
1449
|
+
"sha256:c14926cb93c01efb4729a66d5beea568d4fc5ddfb6bb89a03aff2c0307fa4b49"
|
|
1450
|
+
],
|
|
1451
|
+
"retiredIn": "4.9.21",
|
|
1452
|
+
"retiredBy": "#949"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"path": ".claude/commands/sparc/integration.md",
|
|
1456
|
+
"knownContentHashes": [
|
|
1457
|
+
"sha256:cc2d296b5697e5856609a9c9f49af9c64337df4c9a9b4449b15cce8850821b13",
|
|
1458
|
+
"sha256:454c452af3f047cc3ee59df6332c9c431ea4e3256f94107eb11360cae53ccb3a"
|
|
1459
|
+
],
|
|
1460
|
+
"retiredIn": "4.9.21",
|
|
1461
|
+
"retiredBy": "#949"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"path": ".claude/commands/sparc/mcp.md",
|
|
1465
|
+
"knownContentHashes": [
|
|
1466
|
+
"sha256:d223c67c374b5e5e64b5bb9b9982744d53e94ac8197f9ecdabf9bf729308ce21",
|
|
1467
|
+
"sha256:595bf2a5750fcdf0afb57a5c1a4b454dbe44a44d84b86272dd29617ec53eaa14"
|
|
1468
|
+
],
|
|
1469
|
+
"retiredIn": "4.9.21",
|
|
1470
|
+
"retiredBy": "#949"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"path": ".claude/commands/sparc/memory-manager.md",
|
|
1474
|
+
"knownContentHashes": [
|
|
1475
|
+
"sha256:6988dfe36ab12c7eccc15e6db3e7ab84baa563c56ce114b24df170d43ef96f32"
|
|
1476
|
+
],
|
|
1477
|
+
"retiredIn": "4.9.21",
|
|
1478
|
+
"retiredBy": "#949"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"path": ".claude/commands/sparc/optimizer.md",
|
|
1482
|
+
"knownContentHashes": [
|
|
1483
|
+
"sha256:be2faedd089f40d02c323e7967cccefe69859ed84105b7bbc01258a029598053"
|
|
1484
|
+
],
|
|
1485
|
+
"retiredIn": "4.9.21",
|
|
1486
|
+
"retiredBy": "#949"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"path": ".claude/commands/sparc/orchestrator.md",
|
|
1490
|
+
"knownContentHashes": [
|
|
1491
|
+
"sha256:29fab62338b6172e5d42f51918b1abfee89afbcf909668190c767521ed82f9ef",
|
|
1492
|
+
"sha256:77b6be60207087df541ccdff83604eee6a11b7fef1090cd7241a6e6d25dc2a82",
|
|
1493
|
+
"sha256:c119e6bb44452bdb20e21e5f521deb42f0d229a92e5d290c5d2b525313ddd5fa"
|
|
1494
|
+
],
|
|
1495
|
+
"retiredIn": "4.9.21",
|
|
1496
|
+
"retiredBy": "#949"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"path": ".claude/commands/sparc/post-deployment-monitoring-mode.md",
|
|
1500
|
+
"knownContentHashes": [
|
|
1501
|
+
"sha256:779f6c07030f3ba4ec8eaf22a00e0071c39f1ce3f4fb423ffa452f0750b247f5",
|
|
1502
|
+
"sha256:f5203da206529af2e6dff3cf4fab82456dd4ca1779405934013f912e3f3d48e9"
|
|
1503
|
+
],
|
|
1504
|
+
"retiredIn": "4.9.21",
|
|
1505
|
+
"retiredBy": "#949"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"path": ".claude/commands/sparc/refinement-optimization-mode.md",
|
|
1509
|
+
"knownContentHashes": [
|
|
1510
|
+
"sha256:91493e6125f5bea9678947e32309914c637f321b72e1377b283e35b155b8ef71",
|
|
1511
|
+
"sha256:2a3a04f8a31058a74cc33acca217a9157411fbcc2ef1a69bb279fd55536e2c4e"
|
|
1512
|
+
],
|
|
1513
|
+
"retiredIn": "4.9.21",
|
|
1514
|
+
"retiredBy": "#949"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"path": ".claude/commands/sparc/researcher.md",
|
|
1518
|
+
"knownContentHashes": [
|
|
1519
|
+
"sha256:98c4701808fda2dfa4ccb8ed54dfe0a6f6ac69c267fc2bcd9e06ab559234a94b"
|
|
1520
|
+
],
|
|
1521
|
+
"retiredIn": "4.9.21",
|
|
1522
|
+
"retiredBy": "#949"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"path": ".claude/commands/sparc/reviewer.md",
|
|
1526
|
+
"knownContentHashes": [
|
|
1527
|
+
"sha256:ba9fe9274e4520b372b087a3b17b3fd866b62b81a80efda384fd628b658a0b49"
|
|
1528
|
+
],
|
|
1529
|
+
"retiredIn": "4.9.21",
|
|
1530
|
+
"retiredBy": "#949"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"path": ".claude/commands/sparc/security-review.md",
|
|
1534
|
+
"knownContentHashes": [
|
|
1535
|
+
"sha256:bca82aa4869935cacc1f8d3d5d9026895d1e1ef17fd18e40c9bd0bda71d40452",
|
|
1536
|
+
"sha256:52a56bda29eead4590d44acb00c4eeed939e6498c33da8da5e515005be48b406"
|
|
1537
|
+
],
|
|
1538
|
+
"retiredIn": "4.9.21",
|
|
1539
|
+
"retiredBy": "#949"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"path": ".claude/commands/sparc/sparc-modes.md",
|
|
1543
|
+
"knownContentHashes": [
|
|
1544
|
+
"sha256:2c740231aeed49a427b2695629e437cd7fd980ddb25b3a4411820f9888ac24de",
|
|
1545
|
+
"sha256:d7d90b3c478aa4fbbdeabceeed6435144b379b46ab216eb55d1683a1b1025a79",
|
|
1546
|
+
"sha256:c447a4ecdf4055d982da2bc07cf96207c2c94c9ec19155d5d5e4d20a87c23541"
|
|
1547
|
+
],
|
|
1548
|
+
"retiredIn": "4.9.21",
|
|
1549
|
+
"retiredBy": "#949"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"path": ".claude/commands/sparc/sparc.md",
|
|
1553
|
+
"knownContentHashes": [
|
|
1554
|
+
"sha256:21458b6efb8c25d33c06f1112ce7098f7bb9c28b1f5b96d1d350e8e09a794691",
|
|
1555
|
+
"sha256:6e65a8e9a20693e01d3a1e8ca8faadb6493ad6baee0fe7e79f82cc71cf94ae36"
|
|
1556
|
+
],
|
|
1557
|
+
"retiredIn": "4.9.21",
|
|
1558
|
+
"retiredBy": "#949"
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"path": ".claude/commands/sparc/spec-pseudocode.md",
|
|
1562
|
+
"knownContentHashes": [
|
|
1563
|
+
"sha256:ab68f3add86100bc743627c2614bb85222542f158363ac58ddbe739c42e08b5c",
|
|
1564
|
+
"sha256:f77df57e245587769b255fec73c720a0a7f53bda765aa3887f8cb39afee965ce"
|
|
1565
|
+
],
|
|
1566
|
+
"retiredIn": "4.9.21",
|
|
1567
|
+
"retiredBy": "#949"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"path": ".claude/commands/sparc/spell-manager.md",
|
|
1571
|
+
"knownContentHashes": [
|
|
1572
|
+
"sha256:791cd3f0d27e6f0d91ebf5aa624e4c2554fa2d20fcfcab5a93a79ced7adeb677"
|
|
1573
|
+
],
|
|
1574
|
+
"retiredIn": "4.9.21",
|
|
1575
|
+
"retiredBy": "#949"
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"path": ".claude/commands/sparc/supabase-admin.md",
|
|
1579
|
+
"knownContentHashes": [
|
|
1580
|
+
"sha256:fe2ade97ec48383966f096326b5943826cd03359b0c0c7689df8971fc7a65f70",
|
|
1581
|
+
"sha256:26fc79426d0a63d088120012256abed1ece6406b68172455dff7ea931c140c96"
|
|
1582
|
+
],
|
|
1583
|
+
"retiredIn": "4.9.21",
|
|
1584
|
+
"retiredBy": "#949"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"path": ".claude/commands/sparc/swarm-coordinator.md",
|
|
1588
|
+
"knownContentHashes": [
|
|
1589
|
+
"sha256:2bdaf09720259efe69950dc54923a03d30eeb5ddac7169bd3f18bf4e20b35893"
|
|
1590
|
+
],
|
|
1591
|
+
"retiredIn": "4.9.21",
|
|
1592
|
+
"retiredBy": "#949"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"path": ".claude/commands/sparc/tdd.md",
|
|
1596
|
+
"knownContentHashes": [
|
|
1597
|
+
"sha256:a6985a7ce321abc2389de4bc03e80270c76fb778b90fe3cf481681f4a8ce4d49"
|
|
1598
|
+
],
|
|
1599
|
+
"retiredIn": "4.9.21",
|
|
1600
|
+
"retiredBy": "#949"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"path": ".claude/commands/sparc/tester.md",
|
|
1604
|
+
"knownContentHashes": [
|
|
1605
|
+
"sha256:1538ec27c9570dc1ab812e0bb37e385f04ea5b1d000941dbdd04014706bc38b1"
|
|
1606
|
+
],
|
|
1607
|
+
"retiredIn": "4.9.21",
|
|
1608
|
+
"retiredBy": "#949"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"path": ".claude/commands/sparc/tutorial.md",
|
|
1612
|
+
"knownContentHashes": [
|
|
1613
|
+
"sha256:418a3d07198bcfd6a2df57704274706c4cc8ee58254b6ad19815a6cfbd4b29c2",
|
|
1614
|
+
"sha256:e8f7541bdfc1df027ab8392d9f37428f404294b9cd9800c953ed5ca023e02de5"
|
|
1615
|
+
],
|
|
1616
|
+
"retiredIn": "4.9.21",
|
|
1617
|
+
"retiredBy": "#949"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"path": ".claude/skills/agentdb-advanced/SKILL.md",
|
|
1621
|
+
"knownContentHashes": [
|
|
1622
|
+
"sha256:a8b29cf938060485d5c83d9571fad601b06a398a7e66e1224537d274bb792d94",
|
|
1623
|
+
"sha256:e5524686b1e900b8c890c665747752cf5df5732dc1e217f9cf3514fc5e89efd3"
|
|
1624
|
+
],
|
|
1625
|
+
"retiredIn": "4.8.80-rc.7",
|
|
1626
|
+
"retiredBy": "#500"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"path": ".claude/skills/agentdb-learning/SKILL.md",
|
|
1630
|
+
"knownContentHashes": [
|
|
1631
|
+
"sha256:c19cf1e691665b30a3af88bc2dd972b5a4cde056c033abfdf20ef7b83580dd8f",
|
|
1632
|
+
"sha256:5e52ac69d8804930e420302fff517cfba81a0ff0b8f54ba77fb366f412998232"
|
|
1633
|
+
],
|
|
1634
|
+
"retiredIn": "4.8.80-rc.7",
|
|
1635
|
+
"retiredBy": "#500"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"path": ".claude/skills/agentdb-memory-patterns/SKILL.md",
|
|
1639
|
+
"knownContentHashes": [
|
|
1640
|
+
"sha256:f50a2110ed8e822be488d6b3fb3289c8701b6f03603027c3e34d31284baf4352",
|
|
1641
|
+
"sha256:516a5357177cc65909277b639af151b393388e5f5eaaa3fc9d29cff6526b0cf7",
|
|
1642
|
+
"sha256:ae711f5d9d97bc2f1d7c1b0cba2f64547c3a45fc6bafcd98b7219989663cf227"
|
|
1643
|
+
],
|
|
1644
|
+
"retiredIn": "4.8.80-rc.7",
|
|
1645
|
+
"retiredBy": "#500"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"path": ".claude/skills/agentdb-optimization/SKILL.md",
|
|
1649
|
+
"knownContentHashes": [
|
|
1650
|
+
"sha256:0f27ff01f3e664e581c2fdeb48bde51aeae83bf813669e43f1517680f3d308a8",
|
|
1651
|
+
"sha256:0438ee74207accce878f510cfd1699aaf1a267b6e7d5a6571a27dfbd7d2009e9"
|
|
1652
|
+
],
|
|
1653
|
+
"retiredIn": "4.8.80-rc.7",
|
|
1654
|
+
"retiredBy": "#500"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"path": ".claude/skills/agentdb-vector-search/SKILL.md",
|
|
1658
|
+
"knownContentHashes": [
|
|
1659
|
+
"sha256:a4b996e0fe1f4f72881b152819830b8415d0f0d483becb5e0004429f06e5854f",
|
|
1660
|
+
"sha256:beecdac71c19e0ed3506737d5cb8704e6ceeb7dfa6052b425607cda0c548a5af",
|
|
1661
|
+
"sha256:88bf7c0ccb279b751acded6764aa7be5775bed14cae2a3b6fdd88c95f4785ff4"
|
|
1662
|
+
],
|
|
1663
|
+
"retiredIn": "4.8.80-rc.7",
|
|
1664
|
+
"retiredBy": "#500"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"path": ".claude/skills/agentic-jujutsu/SKILL.md",
|
|
1668
|
+
"knownContentHashes": [
|
|
1669
|
+
"sha256:6620d4deac6310788656c2dc2fb3a3cc34cd4e2f6137dff1ffe00b98d4be82e5"
|
|
1670
|
+
],
|
|
1671
|
+
"retiredIn": "4.8.12"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"path": ".claude/skills/browser/SKILL.md",
|
|
1675
|
+
"knownContentHashes": [
|
|
1676
|
+
"sha256:ec2b4d557692047b8d287f0d17e53a3594d0357fe9ec4569ac2d5f0e0035329e",
|
|
1677
|
+
"sha256:315c1b8a8580954d4dce3dffaf9944a3f16adde504a8decac235e349fe6c8050",
|
|
1678
|
+
"sha256:fe216d9664f5218c2b0d4618d17dd6c49820e866fafbc0c9197b7d8104f49271"
|
|
1679
|
+
],
|
|
1680
|
+
"retiredIn": "4.9.20",
|
|
1681
|
+
"retiredBy": "#938"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"path": ".claude/skills/dual-mode/dual-collect.md",
|
|
1685
|
+
"knownContentHashes": [
|
|
1686
|
+
"sha256:4750af91d6e781851e4cc7a5631737a7862c023de0e990d38a0f2aed0bfeb1dd"
|
|
1687
|
+
],
|
|
1688
|
+
"retiredIn": "4.8.12"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"path": ".claude/skills/dual-mode/dual-coordinate.md",
|
|
1692
|
+
"knownContentHashes": [
|
|
1693
|
+
"sha256:a8dcfb1c1242afb2f626d55e1b3360a4569f8611a7b03087457b761b7b8d2410"
|
|
1694
|
+
],
|
|
1695
|
+
"retiredIn": "4.8.12"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"path": ".claude/skills/dual-mode/dual-spawn.md",
|
|
1699
|
+
"knownContentHashes": [
|
|
1700
|
+
"sha256:a18bde7871bdc19f18a8cfa5aa1fcdc20750ceb877ecfcebf2a525198785847a"
|
|
1701
|
+
],
|
|
1702
|
+
"retiredIn": "4.8.12"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"path": ".claude/skills/dual-mode/README.md",
|
|
1706
|
+
"knownContentHashes": [
|
|
1707
|
+
"sha256:47a0ea719a73071e8ecad002835d6390517e79064128af7ac94e4cbff0968a55",
|
|
1708
|
+
"sha256:6e82c1b5350de367540d088b9e858c54dff0dffd593bab29ac5864eedd4fcf04"
|
|
1709
|
+
],
|
|
1710
|
+
"retiredIn": "4.8.12"
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"path": ".claude/skills/flow-nexus-neural/SKILL.md",
|
|
1714
|
+
"knownContentHashes": [
|
|
1715
|
+
"sha256:e9d5946f4e0949fc96667d6fc7730e9697ef2fb023c9fe02adbfb42cd1c091d4"
|
|
1716
|
+
],
|
|
1717
|
+
"retiredIn": "4.8.12"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"path": ".claude/skills/flow-nexus-platform/SKILL.md",
|
|
1721
|
+
"knownContentHashes": [
|
|
1722
|
+
"sha256:39f2b25462a2b4a2af575fdcc299789c5d4eaf64341257cddd58bdbe69517c17"
|
|
1723
|
+
],
|
|
1724
|
+
"retiredIn": "4.8.12"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"path": ".claude/skills/flow-nexus-swarm/SKILL.md",
|
|
1728
|
+
"knownContentHashes": [
|
|
1729
|
+
"sha256:e9c93887da6add6a1ef42c3646e423904c09cd10770987a6058a8e6bb90325d0"
|
|
1730
|
+
],
|
|
1731
|
+
"retiredIn": "4.8.12"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"path": ".claude/skills/github-code-review/SKILL.md",
|
|
1735
|
+
"knownContentHashes": [
|
|
1736
|
+
"sha256:e1da663bd23908bdf8bdf142a38751a6734fc9188f6d868dbf6835a65bb8414d",
|
|
1737
|
+
"sha256:8a11934efa1a95f6677f6f50af1e32d846e6d7bac95fa04170a55fbbd9573c16",
|
|
1738
|
+
"sha256:3b8cad151d42cb825bd2659a53278bd14eafa996cf5e62e2c57ab0985225c1b1"
|
|
1739
|
+
],
|
|
1740
|
+
"retiredIn": "4.9.20",
|
|
1741
|
+
"retiredBy": "#938"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"path": ".claude/skills/github-multi-repo/SKILL.md",
|
|
1745
|
+
"knownContentHashes": [
|
|
1746
|
+
"sha256:ca393938fdf2ab9b2bd67488fa98e74d4f8ecfecb1bc5d208e17a24f1d3a9355",
|
|
1747
|
+
"sha256:5dd8ac82d911e80efd20d5c673bfec79911560653910235d47579f72ba82ae99",
|
|
1748
|
+
"sha256:e4ae9caba61215cb36db6642092c3bb2b9631f8fa7e3de72f1b14be690f52c89"
|
|
1749
|
+
],
|
|
1750
|
+
"retiredIn": "4.9.20",
|
|
1751
|
+
"retiredBy": "#938"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"path": ".claude/skills/github-project-management/SKILL.md",
|
|
1755
|
+
"knownContentHashes": [
|
|
1756
|
+
"sha256:1dbaf3454479374451f7feb149b56e17b36cbaf9c32983927930b521f298957a",
|
|
1757
|
+
"sha256:3df3e9a822fa0024553ca8b09e5bac95f1d4cc6dba6e78a5bb8658df3a266a1b",
|
|
1758
|
+
"sha256:1d5724bc579a91567eb35e107d075f9749ab4f4a85278e725071207a603afd7d"
|
|
1759
|
+
],
|
|
1760
|
+
"retiredIn": "4.9.20",
|
|
1761
|
+
"retiredBy": "#938"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"path": ".claude/skills/github-release-management/SKILL.md",
|
|
1765
|
+
"knownContentHashes": [
|
|
1766
|
+
"sha256:03a9d40f749281cc99bcf7f256398a4e5ab77bd42af614659053638edb79b2bd",
|
|
1767
|
+
"sha256:ad403bce6aa1ea88125f7fe2062cfa8f9cd1e0becf37d22022e4902a44da72ae",
|
|
1768
|
+
"sha256:320c66c14e39c82f0211254842509195951fe00f2d7f3b1b0c7aceb5e8b07efa"
|
|
1769
|
+
],
|
|
1770
|
+
"retiredIn": "4.9.20",
|
|
1771
|
+
"retiredBy": "#938"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"path": ".claude/skills/github-workflow-automation/SKILL.md",
|
|
1775
|
+
"knownContentHashes": [
|
|
1776
|
+
"sha256:02d2ebf8b55cea17d1068c0768a5389af42826f1df3f72bce1bc88b12842c8ce",
|
|
1777
|
+
"sha256:6eeeb7b56d3e307b9ff2bd249e6e8ea124c653aae4fa219c675132511c5c0eb1",
|
|
1778
|
+
"sha256:1748ced9ee3bf55f1d5945e2b49af7ebf010c2fa1f0d259fbe3da8ddf927c8dc"
|
|
1779
|
+
],
|
|
1780
|
+
"retiredIn": "4.9.20",
|
|
1781
|
+
"retiredBy": "#938"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"path": ".claude/skills/hive-mind-advanced/SKILL.md",
|
|
1785
|
+
"knownContentHashes": [
|
|
1786
|
+
"sha256:a69a3c5b75d5e53c6229d720bf8e040f8bf014ac011d9d17a44325b9983d87df",
|
|
1787
|
+
"sha256:af60099076e5734afb3e65ebaae8e8dbdf912c57a6f1eb4f579f48f79f342260",
|
|
1788
|
+
"sha256:bf2ce27366423ada1b5741d92fd28bad0e582c1adb287755ee706d67f4d5c5be"
|
|
1789
|
+
],
|
|
1790
|
+
"retiredIn": "4.9.20",
|
|
1791
|
+
"retiredBy": "#938"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"path": ".claude/skills/hooks-automation/SKILL.md",
|
|
1795
|
+
"knownContentHashes": [
|
|
1796
|
+
"sha256:fd298069779428a3f1891f3b533991438eee3a03cba1cbe8ac9b70a77c0de01a",
|
|
1797
|
+
"sha256:85c9c1aa4ae6a462db1fa68eb3bab0a280145e163840f07c38610c11d71064fa",
|
|
1798
|
+
"sha256:5efc6a54f41847e805f68dc773a5024f32e3928223b7df5e9d89bdf25db323e2"
|
|
1799
|
+
],
|
|
1800
|
+
"retiredIn": "4.9.20",
|
|
1801
|
+
"retiredBy": "#938"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"path": ".claude/skills/pair-programming/SKILL.md",
|
|
1805
|
+
"knownContentHashes": [
|
|
1806
|
+
"sha256:32ef344d86f63817fefbadc949ecafee891fc91ab1de97c21031e7540bb61108",
|
|
1807
|
+
"sha256:0a7c511edf28f4319c1dd4570e018f0f1b89505a9d5a2c2133731d5b7e3a5339"
|
|
1808
|
+
],
|
|
1809
|
+
"retiredIn": "4.9.20",
|
|
1810
|
+
"retiredBy": "#938"
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"path": ".claude/skills/performance-analysis/SKILL.md",
|
|
1814
|
+
"knownContentHashes": [
|
|
1815
|
+
"sha256:96ff7461c628d985d9ab4a923a2037205009d4a62874e7868238acc91e55f570",
|
|
1816
|
+
"sha256:8abfbf82f41a74397a30c428331d55475f652882faee9bb0c8a98ddbc00eaf02",
|
|
1817
|
+
"sha256:438bdb02203c06d6a9803e3fb5ea3bb50cb76ebb7567ecc8cf1c68c799e48cb0"
|
|
1818
|
+
],
|
|
1819
|
+
"retiredIn": "4.9.20",
|
|
1820
|
+
"retiredBy": "#938"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"path": ".claude/skills/reasoningbank-agentdb/SKILL.md",
|
|
1824
|
+
"knownContentHashes": [
|
|
1825
|
+
"sha256:c3f9a613b5f573a5f2d7d9986f1ebeee728e1b178a93522ff936886cd8ce43bf",
|
|
1826
|
+
"sha256:d60a616ad0bbe90ce3907ea1047731ca45fb33704f4359a22f6723022b9ea255"
|
|
1827
|
+
],
|
|
1828
|
+
"retiredIn": "4.8.80-rc.7",
|
|
1829
|
+
"retiredBy": "#500"
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"path": ".claude/skills/skill-builder/SKILL.md",
|
|
1833
|
+
"knownContentHashes": [
|
|
1834
|
+
"sha256:21daedbca4923b492df4e80747990b5b25acd3591aa9506a03a8750a84cf7e49",
|
|
1835
|
+
"sha256:3ebb2c70e4d816c24ce7ac03c762b0bba1afaa34505e3aaa3c04f65ed8270297"
|
|
1836
|
+
],
|
|
1837
|
+
"retiredIn": "4.9.20",
|
|
1838
|
+
"retiredBy": "#933"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"path": ".claude/skills/sparc-methodology/SKILL.md",
|
|
1842
|
+
"knownContentHashes": [
|
|
1843
|
+
"sha256:c322cfefb05ea854d80286a4c146bb5629daf53cbbbfdf68a43ee87002b57ef1",
|
|
1844
|
+
"sha256:ee0c7b5d62d5412488fb35002054e6705afc1521a8791e8fa7e978ff9e98d985",
|
|
1845
|
+
"sha256:6a451cf41530dc6db89fe6c65b4b2367e94a13bddcb658888361b830e1d8d986"
|
|
1846
|
+
],
|
|
1847
|
+
"retiredIn": "4.9.20",
|
|
1848
|
+
"retiredBy": "#938"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"path": ".claude/skills/stream-chain/SKILL.md",
|
|
1852
|
+
"knownContentHashes": [
|
|
1853
|
+
"sha256:e99eba73905765f99b65fc743f748bf1b279ca40c2e33c6f3dfef2604ce81aaf",
|
|
1854
|
+
"sha256:371ab7c109816051874de908e9a971209db31a7285e24d01c84e55cd210165de",
|
|
1855
|
+
"sha256:e13ae734425a98330a01439f2c56b99da5a7bfb352de12bfa057725f23991c32"
|
|
1856
|
+
],
|
|
1857
|
+
"retiredIn": "4.9.20",
|
|
1858
|
+
"retiredBy": "#938"
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"path": ".claude/skills/swarm-advanced/SKILL.md",
|
|
1862
|
+
"knownContentHashes": [
|
|
1863
|
+
"sha256:7cf6214ab46da1489b25c65ddf887f56e039577626aea742cdff2acc3e793c54",
|
|
1864
|
+
"sha256:16d46e3e1481079f4e9c6492271a3df346b762935831559b74fb676e15c60621",
|
|
1865
|
+
"sha256:c382a589148141a97747b78b391870413657c39917557c23d762f4245c389467"
|
|
1866
|
+
],
|
|
1867
|
+
"retiredIn": "4.9.20",
|
|
1868
|
+
"retiredBy": "#938"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"path": ".claude/skills/swarm-orchestration/SKILL.md",
|
|
1872
|
+
"knownContentHashes": [
|
|
1873
|
+
"sha256:1b43d57224e94730689c687cd55036b2e5df785a0e4324ad2b10923e20c2e5d2",
|
|
1874
|
+
"sha256:9f0bc14c44ec5c11eb753c02afa843b6ace5043d44b23da25fbca73e8098857a"
|
|
1875
|
+
],
|
|
1876
|
+
"retiredIn": "4.9.20",
|
|
1877
|
+
"retiredBy": "#938"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"path": ".claude/skills/v3-cli-modernization/SKILL.md",
|
|
1881
|
+
"knownContentHashes": [
|
|
1882
|
+
"sha256:73d3fff016626ecd675a7ae6b87ad87193c396cbe6440885683b675089f873fc",
|
|
1883
|
+
"sha256:48421bd61a8aff27e0b217e7136a3e410ab0842b42cb4a588d23f279cc755956",
|
|
1884
|
+
"sha256:dd0f0ee4cd6f6a4ce621df5abf511274a37c9b3b5ce54bef2626a84fa0807c87"
|
|
1885
|
+
],
|
|
1886
|
+
"retiredIn": "4.8.87",
|
|
1887
|
+
"retiredBy": "#692"
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"path": ".claude/skills/v3-core-implementation/SKILL.md",
|
|
1891
|
+
"knownContentHashes": [
|
|
1892
|
+
"sha256:9eb11363e80417b89daf3926b906ab2078e65530ab43538f40fae9c3fded9f31",
|
|
1893
|
+
"sha256:c4d6622a7d7def892334af71c0daeed027544b006d621e7b3972b2ab7ec5c0b8"
|
|
1894
|
+
],
|
|
1895
|
+
"retiredIn": "4.8.87",
|
|
1896
|
+
"retiredBy": "#692"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"path": ".claude/skills/v3-ddd-architecture/SKILL.md",
|
|
1900
|
+
"knownContentHashes": [
|
|
1901
|
+
"sha256:da84eb1ab34910fd93aba575b44717151f1b78427af53488c18f034eb1fa4b5a",
|
|
1902
|
+
"sha256:130d6b67a9df61fabfad7de57a1ef91a4537285c1fa9916f2819ee28777412fc"
|
|
1903
|
+
],
|
|
1904
|
+
"retiredIn": "4.8.87",
|
|
1905
|
+
"retiredBy": "#692"
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"path": ".claude/skills/v3-integration-deep/SKILL.md",
|
|
1909
|
+
"knownContentHashes": [
|
|
1910
|
+
"sha256:4e835f83bae334ce91966216ff82a7dfc82e91534c4e104f0870c93150c7aaf7",
|
|
1911
|
+
"sha256:0eee4cdbd46799ca2924a47ad409b4b0215e5b33011dc6ba3fb9503ed6ede6ac"
|
|
1912
|
+
],
|
|
1913
|
+
"retiredIn": "4.8.87",
|
|
1914
|
+
"retiredBy": "#692"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"path": ".claude/skills/v3-mcp-optimization/SKILL.md",
|
|
1918
|
+
"knownContentHashes": [
|
|
1919
|
+
"sha256:309969c33ee3a256e03159d064c0ddcca4de7d83bab0715a5eee8eb96f29ef49",
|
|
1920
|
+
"sha256:ef1e0461bc7c733afc92543cdc6eb00a63a6774d9b1fdc038e537710fe2bf216"
|
|
1921
|
+
],
|
|
1922
|
+
"retiredIn": "4.8.87",
|
|
1923
|
+
"retiredBy": "#692"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"path": ".claude/skills/v3-memory-unification/SKILL.md",
|
|
1927
|
+
"knownContentHashes": [
|
|
1928
|
+
"sha256:4853ec2fec84a07772f804f7eb53599df347d2325fdf0b221392548791ca61f5",
|
|
1929
|
+
"sha256:00e74685fdd49c4e7ebe57117716ca2abbf5b355813c299164eb70a493d23f5f"
|
|
1930
|
+
],
|
|
1931
|
+
"retiredIn": "4.8.87",
|
|
1932
|
+
"retiredBy": "#692"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"path": ".claude/skills/v3-performance-optimization/SKILL.md",
|
|
1936
|
+
"knownContentHashes": [
|
|
1937
|
+
"sha256:25858e4c4325f0d3db1227c657ff81ba62281566301c03ed4b4238e18a3aa177",
|
|
1938
|
+
"sha256:627c607788b8e87a4b57875fecb03f7e87bbe5a94d3d45b0f9a22a95a0f58678"
|
|
1939
|
+
],
|
|
1940
|
+
"retiredIn": "4.8.87",
|
|
1941
|
+
"retiredBy": "#692"
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"path": ".claude/skills/v3-security-overhaul/SKILL.md",
|
|
1945
|
+
"knownContentHashes": [
|
|
1946
|
+
"sha256:4123b78d5a2d68ae912991a56f18a058806db68a01f42d0872b0188fc74dcdca",
|
|
1947
|
+
"sha256:952f82f07c0c42d267b1a31363685d51cece4151e6a54fb91522730f443b8275",
|
|
1948
|
+
"sha256:98598fef0bf16ce435a52a0a6ddae20d17df570402f0803623fd75690daa9d95"
|
|
1949
|
+
],
|
|
1950
|
+
"retiredIn": "4.8.87",
|
|
1951
|
+
"retiredBy": "#692"
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"path": ".claude/skills/v3-swarm-coordination/SKILL.md",
|
|
1955
|
+
"knownContentHashes": [
|
|
1956
|
+
"sha256:5edfd5e1e6755ef437832e0457e166856546146e991a6f411722909a80bb1c60",
|
|
1957
|
+
"sha256:5110a6317d0d9348345360274f768c4b32d0d1df6b0cd82269073e8e6ba063e5"
|
|
1958
|
+
],
|
|
1959
|
+
"retiredIn": "4.8.87",
|
|
1960
|
+
"retiredBy": "#692"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"path": ".claude/skills/verification-quality/SKILL.md",
|
|
1964
|
+
"knownContentHashes": [
|
|
1965
|
+
"sha256:58499712324c4ff6cf56414dc65484480ce0c602f12278cf0180cf6777be16e8",
|
|
1966
|
+
"sha256:44ded411c6c08f7a9a1ac9244979bb42f9e08de09b18213e41dd820304aee270",
|
|
1967
|
+
"sha256:afde8a69eb5735ef5250d21bcc2d6aafc8ac9f203e84d2d7f2e8fcbcdc0c1abe"
|
|
1968
|
+
],
|
|
1969
|
+
"retiredIn": "4.9.20",
|
|
1970
|
+
"retiredBy": "#938"
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"path": ".claude/skills/worker-benchmarks/skill.md",
|
|
1974
|
+
"knownContentHashes": [
|
|
1975
|
+
"sha256:04678e3abaf6d49b155084a7b7b50171caacb01387d59c5c1caa0f5d1d5c396b"
|
|
1976
|
+
],
|
|
1977
|
+
"retiredIn": "4.9.20",
|
|
1978
|
+
"retiredBy": "#938"
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"path": ".claude/skills/worker-integration/skill.md",
|
|
1982
|
+
"knownContentHashes": [
|
|
1983
|
+
"sha256:7ad8be92c9b6a1e59c73069a9edcca1e9c8ad3cc00c3401dd1c4b53878aa8db3"
|
|
1984
|
+
],
|
|
1985
|
+
"retiredIn": "4.9.20",
|
|
1986
|
+
"retiredBy": "#938"
|
|
1987
|
+
}
|
|
1988
|
+
]
|
|
1989
|
+
}
|