sinapse-ai 7.7.11 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/CLAUDE.md +10 -10
- package/.claude/rules/agent-authority.md +7 -7
- package/.claude/rules/agent-memory-imports.md +3 -1
- package/.claude/rules/coderabbit-integration.md +1 -0
- package/.claude/rules/mandatory-delegation.md +10 -10
- package/.claude/rules/mcp-usage.md +1 -1
- package/.claude/rules/security-data-protection.md +2 -2
- package/.claude/rules/security-scanning.md +10 -0
- package/.claude/rules/tool-response-filtering.md +1 -0
- package/.sinapse-ai/data/entity-registry.yaml +826 -880
- package/.sinapse-ai/data/registry-update-log.jsonl +36 -0
- package/.sinapse-ai/data/rls-security-patterns.md +384 -0
- package/.sinapse-ai/data/sinapse-kb.md +1 -1
- package/.sinapse-ai/development/agents/analyst.md +2 -2
- package/.sinapse-ai/development/agents/product-lead/MEMORY.md +1 -1
- package/.sinapse-ai/development/agents/product-lead.md +4 -4
- package/.sinapse-ai/development/agents/project-lead.md +2 -2
- package/.sinapse-ai/development/agents/sprint-lead.md +3 -3
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +3 -3
- package/.sinapse-ai/development/tasks/create-service.md +1 -1
- package/.sinapse-ai/development/tasks/create-worktree.md +1 -1
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +5 -5
- package/.sinapse-ai/development/tasks/extract-patterns.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +1 -1
- package/.sinapse-ai/development/tasks/init-project-status.md +1 -1
- package/.sinapse-ai/development/tasks/list-worktrees.md +1 -1
- package/.sinapse-ai/development/tasks/next.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +1 -1
- package/.sinapse-ai/development/tasks/plan-create-context.md +1 -1
- package/.sinapse-ai/development/tasks/plan-create-implementation.md +1 -1
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +1 -1
- package/.sinapse-ai/development/tasks/remove-worktree.md +1 -1
- package/.sinapse-ai/development/tasks/setup-github.md +1 -1
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/setup-mcp-docker.md +1 -1
- package/.sinapse-ai/development/tasks/spec-assess-complexity.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +1 -1
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/spec-research-dependencies.md +1 -1
- package/.sinapse-ai/development/tasks/spec-write-spec.md +1 -1
- package/.sinapse-ai/development/tasks/story-checkpoint.md +1 -1
- package/.sinapse-ai/development/tasks/update-sinapse.md +1 -1
- package/.sinapse-ai/development/tasks/validate-tech-preset.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +1 -1
- package/.sinapse-ai/infrastructure/scripts/validate-codex-delegation.js +1 -1
- package/.sinapse-ai/install-manifest.yaml +78 -74
- package/README.md +341 -215
- package/bin/utils/staged-secret-scan.js +5 -0
- package/docs/architecture-overview.md +239 -0
- package/docs/community.md +2 -2
- package/docs/feature-process.md +162 -0
- package/docs/getting-started.md +115 -231
- package/docs/guides/agent-reference.md +203 -0
- package/docs/guides/{MEMORY-INTEGRATION.md → memory-integration.md} +2 -2
- package/docs/guides/{MEMORY-INTELLIGENCE-SYSTEM.md → memory-intelligence-system.md} +3 -3
- package/docs/guides/workflows-overview.md +282 -0
- package/docs/guiding-principles.md +188 -0
- package/docs/legal/license-clarification.md +120 -15
- package/docs/legal/privacy.md +93 -80
- package/docs/legal/terms.md +90 -103
- package/docs/{ORQX-PLAN.md → orqx-plan.md} +15 -15
- package/docs/pt/FEATURE_PROCESS.md +2 -2
- package/docs/pt/GUIDING-PRINCIPLES.md +2 -2
- package/docs/pt/community.md +2 -2
- package/docs/pt/roadmap.md +2 -2
- package/docs/pt/security.md +215 -79
- package/docs/roadmap.md +2 -2
- package/docs/security/{PR_SECURITY_CHECKLIST.md → pr-security-checklist.md} +1 -1
- package/docs/security.md +215 -79
- package/package.json +1 -1
- package/packages/installer/src/manifest-signature.js +194 -0
- package/squads/claude-code-mastery/agents/config-engineer.md +7 -7
- package/squads/claude-code-mastery/agents/hooks-architect.md +4 -4
- package/squads/claude-code-mastery/agents/mcp-integrator.md +6 -6
- package/squads/claude-code-mastery/agents/project-integrator.md +8 -8
- package/squads/claude-code-mastery/agents/roadmap-sentinel.md +7 -7
- package/squads/claude-code-mastery/agents/skill-craftsman.md +10 -10
- package/squads/claude-code-mastery/agents/swarm-orqx.md +4 -4
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/agents/brand-system-architect.md +2 -2
- package/docs/FEATURE_PROCESS.md +0 -93
- package/docs/GUIDING-PRINCIPLES.md +0 -95
- /package/docs/{CHANGELOG.md → changelog.md} +0 -0
- /package/docs/guides/{IDS-CONCEITOS-EXPLICADOS.md → ids-conceitos-explicados.md} +0 -0
- /package/docs/guides/{MEMORY-SYSTEM.md → memory-system.md} +0 -0
- /package/docs/security/{MANIFEST_SIGNING.md → manifest-signing.md} +0 -0
- /package/docs/{SQUAD-COMMANDS-REFERENCE.md → squad-commands-reference.md} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
> **Created:** 2026-01-29
|
|
5
5
|
> **Updated:** 2026-01-31
|
|
6
6
|
> **Type:** SYNC (git-native framework synchronization)
|
|
7
|
-
> **Agent:** @devops (
|
|
7
|
+
> **Agent:** @devops (Pipeline) or @sinapse (Orion)
|
|
8
8
|
> **Execution:** Simple bash script (~15 lines)
|
|
9
9
|
|
|
10
10
|
## Purpose
|
|
@@ -181,6 +181,6 @@ Fix validation issues in tech preset {name}.md
|
|
|
181
181
|
|
|
182
182
|
## Related
|
|
183
183
|
|
|
184
|
-
- **Agent:** @architect (
|
|
184
|
+
- **Agent:** @architect (Stratum)
|
|
185
185
|
- **Location:** .sinapse-ai/data/tech-presets/
|
|
186
186
|
- **Similar:** validate-squad (validation pattern reference)
|
|
@@ -124,7 +124,7 @@ function validateCodexDelegation(options = {}) {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
const routeAliases = new Map();
|
|
127
|
-
const ajv = schema ? new Ajv2020({ allErrors: true, strict: false }) : null;
|
|
127
|
+
const ajv = schema ? new Ajv2020({ allErrors: true, strict: false, validateSchema: false }) : null;
|
|
128
128
|
const validatePacket = schema ? ajv.compile(schema) : null;
|
|
129
129
|
let routeCount = 0;
|
|
130
130
|
let validatorBackedCount = 0;
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
# - SHA256 hashes for change detection
|
|
8
8
|
# - File types for categorization
|
|
9
9
|
#
|
|
10
|
-
version:
|
|
11
|
-
generated_at: "2026-04-
|
|
10
|
+
version: 8.0.0
|
|
11
|
+
generated_at: "2026-04-03T17:25:54.822Z"
|
|
12
12
|
generator: scripts/generate-install-manifest.js
|
|
13
|
-
file_count:
|
|
13
|
+
file_count: 1119
|
|
14
14
|
files:
|
|
15
15
|
- path: cli/commands/config/index.js
|
|
16
16
|
hash: sha256:66f111eceef0f60fa0a8904add783b615d55b01d5fe36408623c3dd828e702f6
|
|
@@ -1237,9 +1237,9 @@ files:
|
|
|
1237
1237
|
type: data
|
|
1238
1238
|
size: 9586
|
|
1239
1239
|
- path: data/entity-registry.yaml
|
|
1240
|
-
hash: sha256:
|
|
1240
|
+
hash: sha256:92372ecd9b4c4450cabebb030021019ad3f561c7b7cafe93aac83dcde1d46b9f
|
|
1241
1241
|
type: data
|
|
1242
|
-
size:
|
|
1242
|
+
size: 514640
|
|
1243
1243
|
- path: data/learned-patterns.yaml
|
|
1244
1244
|
hash: sha256:24ac0b160615583a0ff783d3da8af80b7f94191575d6db2054ec8e10a3f945dc
|
|
1245
1245
|
type: data
|
|
@@ -1252,8 +1252,12 @@ files:
|
|
|
1252
1252
|
hash: sha256:45a5c22207d160199ef16596c678777e164a62f963cf1cd8aad190a29d0ee951
|
|
1253
1253
|
type: data
|
|
1254
1254
|
size: 9271
|
|
1255
|
+
- path: data/rls-security-patterns.md
|
|
1256
|
+
hash: sha256:ae42a553bb0d783746fc0d97214becf4696b4ecaec714e9302a10e417c39a7bb
|
|
1257
|
+
type: data
|
|
1258
|
+
size: 9404
|
|
1255
1259
|
- path: data/sinapse-kb.md
|
|
1256
|
-
hash: sha256:
|
|
1260
|
+
hash: sha256:d7c0450c2efe92e98197ed96ac8f3305ba91fbd2e3c7c1a5e11f4baeb702f486
|
|
1257
1261
|
type: data
|
|
1258
1262
|
size: 34390
|
|
1259
1263
|
- path: data/tech-presets/_template.md
|
|
@@ -1337,9 +1341,9 @@ files:
|
|
|
1337
1341
|
type: development
|
|
1338
1342
|
size: 5066
|
|
1339
1343
|
- path: development/agents/analyst.md
|
|
1340
|
-
hash: sha256:
|
|
1344
|
+
hash: sha256:16b6bf39b1208f44be26384308beace1fbc6fadd32e43bf8854ce695e9aabf26
|
|
1341
1345
|
type: agent
|
|
1342
|
-
size:
|
|
1346
|
+
size: 11868
|
|
1343
1347
|
- path: development/agents/analyst/MEMORY.md
|
|
1344
1348
|
hash: sha256:cfca31c2dbd0f4f62e5955d07848cabfab355852744c0d6b25d4eaa8ac60b095
|
|
1345
1349
|
type: agent
|
|
@@ -1377,17 +1381,17 @@ files:
|
|
|
1377
1381
|
type: agent
|
|
1378
1382
|
size: 1402
|
|
1379
1383
|
- path: development/agents/product-lead.md
|
|
1380
|
-
hash: sha256:
|
|
1384
|
+
hash: sha256:66c29a48b5e67ace3241814e430eec658728d53b74b44435d92c79639f402207
|
|
1381
1385
|
type: agent
|
|
1382
|
-
size:
|
|
1386
|
+
size: 14583
|
|
1383
1387
|
- path: development/agents/product-lead/MEMORY.md
|
|
1384
|
-
hash: sha256:
|
|
1388
|
+
hash: sha256:148c843a490e35e89d5fac74cea9beafb2fc4055aa9bbf52505ab383b265360f
|
|
1385
1389
|
type: agent
|
|
1386
|
-
size:
|
|
1390
|
+
size: 1398
|
|
1387
1391
|
- path: development/agents/project-lead.md
|
|
1388
|
-
hash: sha256:
|
|
1392
|
+
hash: sha256:e1a29e48543ac5ba026a30b72e29aaedd5e270634cbeb9e61bed30e8c3bd7446
|
|
1389
1393
|
type: agent
|
|
1390
|
-
size:
|
|
1394
|
+
size: 16844
|
|
1391
1395
|
- path: development/agents/project-lead/MEMORY.md
|
|
1392
1396
|
hash: sha256:efcaf4d63e3a2e2408997396e49c6fbe8441e3ffc48b6ed60baf25a4eba3928d
|
|
1393
1397
|
type: agent
|
|
@@ -1405,9 +1409,9 @@ files:
|
|
|
1405
1409
|
type: agent
|
|
1406
1410
|
size: 31337
|
|
1407
1411
|
- path: development/agents/sprint-lead.md
|
|
1408
|
-
hash: sha256:
|
|
1412
|
+
hash: sha256:7490818d14c3ff8ee12a25cf3a1db65557703b10513ab5310e7bf9d7d25961c7
|
|
1409
1413
|
type: agent
|
|
1410
|
-
size:
|
|
1414
|
+
size: 12809
|
|
1411
1415
|
- path: development/agents/sprint-lead/MEMORY.md
|
|
1412
1416
|
hash: sha256:05298c0fc447623219d07f4ec904b9e78d4eb1c648d56f983302210d58c80eaf
|
|
1413
1417
|
type: agent
|
|
@@ -1769,9 +1773,9 @@ files:
|
|
|
1769
1773
|
type: task
|
|
1770
1774
|
size: 15469
|
|
1771
1775
|
- path: development/tasks/analyze-project-structure.md
|
|
1772
|
-
hash: sha256:
|
|
1776
|
+
hash: sha256:4bc50c86e36941a9aab0bdcf1ad765e93988498d0f2a70dfd7b33d67397e1863
|
|
1773
1777
|
type: task
|
|
1774
|
-
size:
|
|
1778
|
+
size: 16236
|
|
1775
1779
|
- path: development/tasks/apply-qa-fixes.md
|
|
1776
1780
|
hash: sha256:d4ca7c8bdc028273af37768f2f4aed7d6b0ad73498b262ae17aa607b96ebaa55
|
|
1777
1781
|
type: task
|
|
@@ -1901,9 +1905,9 @@ files:
|
|
|
1901
1905
|
type: task
|
|
1902
1906
|
size: 30701
|
|
1903
1907
|
- path: development/tasks/create-service.md
|
|
1904
|
-
hash: sha256:
|
|
1908
|
+
hash: sha256:5ad5920b06934637f8057e53d5acdbb918c71cd7990bfea41177f74b09f82889
|
|
1905
1909
|
type: task
|
|
1906
|
-
size:
|
|
1910
|
+
size: 9912
|
|
1907
1911
|
- path: development/tasks/create-suite.md
|
|
1908
1912
|
hash: sha256:7c3447165ccb8d2aa354a04e661643f56de202e3ff0b9b2edd03cb3e60ae08f3
|
|
1909
1913
|
type: task
|
|
@@ -1917,9 +1921,9 @@ files:
|
|
|
1917
1921
|
type: task
|
|
1918
1922
|
size: 11765
|
|
1919
1923
|
- path: development/tasks/create-worktree.md
|
|
1920
|
-
hash: sha256:
|
|
1924
|
+
hash: sha256:bcbd555266876c08cf5a1a9e96525f1f70cd421b1361ba8a84b5cf814f854f91
|
|
1921
1925
|
type: task
|
|
1922
|
-
size:
|
|
1926
|
+
size: 9221
|
|
1923
1927
|
- path: development/tasks/db-analyze-hotpaths.md
|
|
1924
1928
|
hash: sha256:7ec62888f9f0e016aebd02ec9d4e5c7d123c5f98b4a035c10f01e8fad6213b07
|
|
1925
1929
|
type: task
|
|
@@ -2041,17 +2045,17 @@ files:
|
|
|
2041
2045
|
type: task
|
|
2042
2046
|
size: 18047
|
|
2043
2047
|
- path: development/tasks/environment-bootstrap.md
|
|
2044
|
-
hash: sha256:
|
|
2048
|
+
hash: sha256:154cdd8a611834e3de0828220c9be1feb57496a0bc46db6bcd0958c1c0e87199
|
|
2045
2049
|
type: task
|
|
2046
|
-
size:
|
|
2050
|
+
size: 45722
|
|
2047
2051
|
- path: development/tasks/execute-checklist.md
|
|
2048
2052
|
hash: sha256:58403b0bf6fcb18712c319a12898e8d7f379c2d0b6d8ec234c189bec748bbaeb
|
|
2049
2053
|
type: task
|
|
2050
2054
|
size: 8821
|
|
2051
2055
|
- path: development/tasks/execute-epic-plan.md
|
|
2052
|
-
hash: sha256:
|
|
2056
|
+
hash: sha256:0825d7dcc0649892d3c4a7b8c0a0c15c1c5750c78d35e79ce0b6a984ac86b8c0
|
|
2053
2057
|
type: task
|
|
2054
|
-
size:
|
|
2058
|
+
size: 25716
|
|
2055
2059
|
- path: development/tasks/export-design-tokens-dtcg.md
|
|
2056
2060
|
hash: sha256:4d96f99933cefa6f3787b471000cee5e376a553995dd0640132bba0fd9d5e95d
|
|
2057
2061
|
type: task
|
|
@@ -2061,9 +2065,9 @@ files:
|
|
|
2061
2065
|
type: task
|
|
2062
2066
|
size: 6132
|
|
2063
2067
|
- path: development/tasks/extract-patterns.md
|
|
2064
|
-
hash: sha256:
|
|
2068
|
+
hash: sha256:e3e47414b5734267abcbc4c248d9435cb4529a7fc359bb2eaccaa3fa8903a124
|
|
2065
2069
|
type: task
|
|
2066
|
-
size:
|
|
2070
|
+
size: 8924
|
|
2067
2071
|
- path: development/tasks/extract-tokens.md
|
|
2068
2072
|
hash: sha256:7eec605adb5121e3f021f21ac5e528aaad3b8431dee4ae4337b8487c94f98fd8
|
|
2069
2073
|
type: task
|
|
@@ -2121,9 +2125,9 @@ files:
|
|
|
2121
2125
|
type: task
|
|
2122
2126
|
size: 8138
|
|
2123
2127
|
- path: development/tasks/ids-governor.md
|
|
2124
|
-
hash: sha256:
|
|
2128
|
+
hash: sha256:4ad3f58a370b56eb852cadbfa597ba40e7db43e54e88e19c75e13866964e5795
|
|
2125
2129
|
type: task
|
|
2126
|
-
size:
|
|
2130
|
+
size: 3026
|
|
2127
2131
|
- path: development/tasks/ids-health.md
|
|
2128
2132
|
hash: sha256:42b63e998d9e203e8fd446254152599af1fde2d93c6e63d3785f75be56b24bec
|
|
2129
2133
|
type: task
|
|
@@ -2141,9 +2145,9 @@ files:
|
|
|
2141
2145
|
type: task
|
|
2142
2146
|
size: 9947
|
|
2143
2147
|
- path: development/tasks/init-project-status.md
|
|
2144
|
-
hash: sha256:
|
|
2148
|
+
hash: sha256:3ff70751c0981eac1e6c0dab6e8e94f666fc5be8e8d94c48512efb130cc16d15
|
|
2145
2149
|
type: task
|
|
2146
|
-
size:
|
|
2150
|
+
size: 11061
|
|
2147
2151
|
- path: development/tasks/integrate-squad.md
|
|
2148
2152
|
hash: sha256:5d3259b35c59d0e1cb80a814b74280930d315c7da25eede05549b8e095470213
|
|
2149
2153
|
type: task
|
|
@@ -2161,9 +2165,9 @@ files:
|
|
|
2161
2165
|
type: task
|
|
2162
2166
|
size: 521
|
|
2163
2167
|
- path: development/tasks/list-worktrees.md
|
|
2164
|
-
hash: sha256:
|
|
2168
|
+
hash: sha256:a532fb1802b2cee8ceda90b780f44e6be419a981489baabf69602752e2b4629f
|
|
2165
2169
|
type: task
|
|
2166
|
-
size:
|
|
2170
|
+
size: 6550
|
|
2167
2171
|
- path: development/tasks/mcp-workflow.md
|
|
2168
2172
|
hash: sha256:33f44ba8294255854efe97d1915c2b8cdbb8cdd0beda530c71273e3deb6c5d81
|
|
2169
2173
|
type: task
|
|
@@ -2185,9 +2189,9 @@ files:
|
|
|
2185
2189
|
type: task
|
|
2186
2190
|
size: 13367
|
|
2187
2191
|
- path: development/tasks/next.md
|
|
2188
|
-
hash: sha256:
|
|
2192
|
+
hash: sha256:d734907caed4a2ff30aecb17e8b1ca8db1dc50657f7274051f4384a8969d7972
|
|
2189
2193
|
type: task
|
|
2190
|
-
size:
|
|
2194
|
+
size: 7679
|
|
2191
2195
|
- path: development/tasks/orchestrate-resume.md
|
|
2192
2196
|
hash: sha256:9f3378719f45f90da885d46b0663cc72099256940240668fb5004868841c2ea0
|
|
2193
2197
|
type: task
|
|
@@ -2205,21 +2209,21 @@ files:
|
|
|
2205
2209
|
type: task
|
|
2206
2210
|
size: 1294
|
|
2207
2211
|
- path: development/tasks/patterns.md
|
|
2208
|
-
hash: sha256:
|
|
2212
|
+
hash: sha256:c424bff03c39c918e1394a7fccb7c33b4f245a5b71ed62f3f65103f27bf5be16
|
|
2209
2213
|
type: task
|
|
2210
|
-
size:
|
|
2214
|
+
size: 7393
|
|
2211
2215
|
- path: development/tasks/plan-create-context.md
|
|
2212
|
-
hash: sha256:
|
|
2216
|
+
hash: sha256:052a59a68e968fbe813f9573c7219433950e39636eaae6714e2eafd27faaceb7
|
|
2213
2217
|
type: task
|
|
2214
|
-
size:
|
|
2218
|
+
size: 21792
|
|
2215
2219
|
- path: development/tasks/plan-create-implementation.md
|
|
2216
|
-
hash: sha256:
|
|
2220
|
+
hash: sha256:b3b1548bb47ab785fd5b4e26504c6d860e43c77ae49738913b686bec71e00ce9
|
|
2217
2221
|
type: task
|
|
2218
|
-
size:
|
|
2222
|
+
size: 20654
|
|
2219
2223
|
- path: development/tasks/plan-execute-subtask.md
|
|
2220
|
-
hash: sha256:
|
|
2224
|
+
hash: sha256:e4529fe0c2b7589ab79c0dafade77e7e6ea4c39dc8fb04c21ce9131ab4524408
|
|
2221
2225
|
type: task
|
|
2222
|
-
size:
|
|
2226
|
+
size: 21399
|
|
2223
2227
|
- path: development/tasks/po-backlog-add.md
|
|
2224
2228
|
hash: sha256:2aec5dd9453a2c872979cf52aaf852c8d42e6faf9149af836d9ca445119d49f5
|
|
2225
2229
|
type: task
|
|
@@ -2293,9 +2297,9 @@ files:
|
|
|
2293
2297
|
type: task
|
|
2294
2298
|
size: 9397
|
|
2295
2299
|
- path: development/tasks/qa-fix-issues.md
|
|
2296
|
-
hash: sha256:
|
|
2300
|
+
hash: sha256:c1ad1ea1ff880629bb851e957e9c7f1b106b04d6adb461b50ff9db673d5d0bb9
|
|
2297
2301
|
type: task
|
|
2298
|
-
size:
|
|
2302
|
+
size: 15920
|
|
2299
2303
|
- path: development/tasks/qa-gate.md
|
|
2300
2304
|
hash: sha256:bb67fe79fe634ae276fc9755bd5209ffe5b21868c5dea29b074d9ef648fd5f2b
|
|
2301
2305
|
type: task
|
|
@@ -2357,9 +2361,9 @@ files:
|
|
|
2357
2361
|
type: task
|
|
2358
2362
|
size: 659
|
|
2359
2363
|
- path: development/tasks/remove-worktree.md
|
|
2360
|
-
hash: sha256:
|
|
2364
|
+
hash: sha256:591213371449e8260b32e3d1e179a2286f2018d613825d6aec44a5c33ebff060
|
|
2361
2365
|
type: task
|
|
2362
|
-
size:
|
|
2366
|
+
size: 8687
|
|
2363
2367
|
- path: development/tasks/resolve-github-issue.md
|
|
2364
2368
|
hash: sha256:e4773924e8452f0d55712eca51ed1168c916f1864e1d2791830c926bfe9ae167
|
|
2365
2369
|
type: task
|
|
@@ -2405,17 +2409,17 @@ files:
|
|
|
2405
2409
|
type: task
|
|
2406
2410
|
size: 13048
|
|
2407
2411
|
- path: development/tasks/setup-github.md
|
|
2408
|
-
hash: sha256:
|
|
2412
|
+
hash: sha256:ae7195162f811393f03931d65d6d4c222bc6567ef750dab101875cb046f86470
|
|
2409
2413
|
type: task
|
|
2410
|
-
size:
|
|
2414
|
+
size: 31253
|
|
2411
2415
|
- path: development/tasks/setup-llm-routing.md
|
|
2412
|
-
hash: sha256:
|
|
2416
|
+
hash: sha256:4f57d64e2430d1c4ef24c3ccfedceb648c105549eb28a9d19aaa748e3eff937a
|
|
2413
2417
|
type: task
|
|
2414
|
-
size:
|
|
2418
|
+
size: 4707
|
|
2415
2419
|
- path: development/tasks/setup-mcp-docker.md
|
|
2416
|
-
hash: sha256:
|
|
2420
|
+
hash: sha256:d4ccf88e043b28239b6e7153b7d31fc36d7b0a419cce39a6825bf5a0055d0131
|
|
2417
2421
|
type: task
|
|
2418
|
-
size:
|
|
2422
|
+
size: 16332
|
|
2419
2423
|
- path: development/tasks/setup-project-docs.md
|
|
2420
2424
|
hash: sha256:43344aeb644a83ac0674d2c0cd2f66818d3f4bbcb8032f351d76f548ef329341
|
|
2421
2425
|
type: task
|
|
@@ -2429,25 +2433,25 @@ files:
|
|
|
2429
2433
|
type: task
|
|
2430
2434
|
size: 18076
|
|
2431
2435
|
- path: development/tasks/spec-assess-complexity.md
|
|
2432
|
-
hash: sha256:
|
|
2436
|
+
hash: sha256:7ef9f00dad98113dcf6c273e0d56333aece4fa892c91fff8935d3c3c552748ae
|
|
2433
2437
|
type: task
|
|
2434
|
-
size:
|
|
2438
|
+
size: 10451
|
|
2435
2439
|
- path: development/tasks/spec-critique.md
|
|
2436
|
-
hash: sha256:
|
|
2440
|
+
hash: sha256:7d0243ab61b08e5c70fdd12ead90a2403b7dd3659ce3a68e54f4274b3347b07a
|
|
2437
2441
|
type: task
|
|
2438
|
-
size:
|
|
2442
|
+
size: 13643
|
|
2439
2443
|
- path: development/tasks/spec-gather-requirements.md
|
|
2440
|
-
hash: sha256:
|
|
2444
|
+
hash: sha256:1a1b02926d2fc13d85caf9da0cbc84122cd4ec1e7ec8ec292b4d1cac190c70d3
|
|
2441
2445
|
type: task
|
|
2442
|
-
size:
|
|
2446
|
+
size: 14542
|
|
2443
2447
|
- path: development/tasks/spec-research-dependencies.md
|
|
2444
|
-
hash: sha256:
|
|
2448
|
+
hash: sha256:28e087134ce19d2c9f3c422604f3414d25bda5f718e0daca7da8c4620f2f62e7
|
|
2445
2449
|
type: task
|
|
2446
|
-
size:
|
|
2450
|
+
size: 9744
|
|
2447
2451
|
- path: development/tasks/spec-write-spec.md
|
|
2448
|
-
hash: sha256:
|
|
2452
|
+
hash: sha256:e229ef63fb19ff70e70a0f70f8889223addc7b0826f8aa6d4de81c1c0381bc6b
|
|
2449
2453
|
type: task
|
|
2450
|
-
size:
|
|
2454
|
+
size: 11500
|
|
2451
2455
|
- path: development/tasks/squad-creator-analyze.md
|
|
2452
2456
|
hash: sha256:16641eeaceea38cf33e7eedb7b7b1e12886104e1dc4e39f14c757dae79fad799
|
|
2453
2457
|
type: task
|
|
@@ -2493,9 +2497,9 @@ files:
|
|
|
2493
2497
|
type: task
|
|
2494
2498
|
size: 5068
|
|
2495
2499
|
- path: development/tasks/story-checkpoint.md
|
|
2496
|
-
hash: sha256:
|
|
2500
|
+
hash: sha256:48bdae26ea3c8804429f9f74bfebdbe43471e68dab8f914249888c1a1b658100
|
|
2497
2501
|
type: task
|
|
2498
|
-
size:
|
|
2502
|
+
size: 11501
|
|
2499
2503
|
- path: development/tasks/sync-documentation.md
|
|
2500
2504
|
hash: sha256:725f21a59ffe3044be7e254020b56657708eabd008e2797c2d05c333116313cd
|
|
2501
2505
|
type: task
|
|
@@ -2529,9 +2533,9 @@ files:
|
|
|
2529
2533
|
type: task
|
|
2530
2534
|
size: 9750
|
|
2531
2535
|
- path: development/tasks/update-sinapse.md
|
|
2532
|
-
hash: sha256:
|
|
2536
|
+
hash: sha256:4d478e5baecac772aef47a8b1f859d3ca821d8884f972180be71e2ea77f8d285
|
|
2533
2537
|
type: task
|
|
2534
|
-
size:
|
|
2538
|
+
size: 4209
|
|
2535
2539
|
- path: development/tasks/update-source-tree.md
|
|
2536
2540
|
hash: sha256:b9014c582f8c9bc913e5103327108179439dc60e1498394a2183bbd9323e4dc0
|
|
2537
2541
|
type: task
|
|
@@ -2557,17 +2561,17 @@ files:
|
|
|
2557
2561
|
type: task
|
|
2558
2562
|
size: 17030
|
|
2559
2563
|
- path: development/tasks/validate-tech-preset.md
|
|
2560
|
-
hash: sha256:
|
|
2564
|
+
hash: sha256:4388574067941c01c030886df4969279c4c6952e40cb93f684052384d8c1a5dc
|
|
2561
2565
|
type: task
|
|
2562
|
-
size:
|
|
2566
|
+
size: 6002
|
|
2563
2567
|
- path: development/tasks/validate-workflow.md
|
|
2564
2568
|
hash: sha256:e30e4ef1f666ffc43c870707f6156bd1336f85ac79f6196507f13e5260f6deb6
|
|
2565
2569
|
type: task
|
|
2566
2570
|
size: 8348
|
|
2567
2571
|
- path: development/tasks/verify-subtask.md
|
|
2568
|
-
hash: sha256:
|
|
2572
|
+
hash: sha256:72395f28212ce2742fc9eb282b37cc19aa1fd30b18eb99e3cedb25c35b056802
|
|
2569
2573
|
type: task
|
|
2570
|
-
size:
|
|
2574
|
+
size: 4951
|
|
2571
2575
|
- path: development/tasks/waves.md
|
|
2572
2576
|
hash: sha256:5f8e9a9f5f630232596fc7222d1e06e3d940bab071f152996fa79e7ac0401842
|
|
2573
2577
|
type: task
|
|
@@ -3433,9 +3437,9 @@ files:
|
|
|
3433
3437
|
type: script
|
|
3434
3438
|
size: 7266
|
|
3435
3439
|
- path: infrastructure/scripts/validate-codex-delegation.js
|
|
3436
|
-
hash: sha256:
|
|
3440
|
+
hash: sha256:1c520ec7dc2c2f3702fb6a96d92b50c4e2eb9a6533d9bb16a0eab3aead19f338
|
|
3437
3441
|
type: script
|
|
3438
|
-
size:
|
|
3442
|
+
size: 9555
|
|
3439
3443
|
- path: infrastructure/scripts/validate-codex-integration.js
|
|
3440
3444
|
hash: sha256:c553cc493ddbfecf41b865f8a1075df56b6500c3b2b315bae8b7e7bcec4db85a
|
|
3441
3445
|
type: script
|