tribunal-kit 5.8.3 → 5.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/.agent/ARCHITECTURE.md +5 -5
  2. package/.agent/history/integrity_manifest.json +1026 -0
  3. package/.agent/history/memory/.memory.idx +1217 -1
  4. package/.agent/history/memory/MEMORY.md +81 -1
  5. package/.agent/rules/GEMINI.md +1 -1
  6. package/.agent/scripts/_utils.js +28 -7
  7. package/.agent/scripts/case_law_manager.js +3 -15
  8. package/.agent/scripts/context_broker.js +3 -20
  9. package/.agent/scripts/guardrail_engine.js +643 -0
  10. package/.agent/scripts/integrity_manifest.js +492 -0
  11. package/.agent/scripts/marathon_harness.js +10 -1
  12. package/.agent/scripts/signal_detector.js +1 -1
  13. package/.agent/scripts/skill_evolution.js +39 -36
  14. package/.agent/scripts/skill_integrator.js +2 -12
  15. package/.agent/scripts/swarm_dispatcher.js +54 -5
  16. package/.agent/skills/12-principles-of-animation/SKILL.md +69 -0
  17. package/.agent/skills/60fps-animation/SKILL.md +78 -0
  18. package/.agent/skills/accessible-animation/SKILL.md +86 -0
  19. package/.agent/skills/adapt/SKILL.md +75 -0
  20. package/.agent/skills/animation-on-scroll/SKILL.md +110 -0
  21. package/.agent/skills/animation-systems/SKILL.md +69 -0
  22. package/.agent/skills/antfu-conventions/SKILL.md +74 -0
  23. package/.agent/skills/api-patterns/scripts/__pycache__/api_validator.cpython-311.pyc +0 -0
  24. package/.agent/skills/apple-design/SKILL.md +108 -0
  25. package/.agent/skills/audit-and-fix/SKILL.md +83 -0
  26. package/.agent/skills/baseline-ui/SKILL.md +74 -0
  27. package/.agent/skills/better-colors/SKILL.md +132 -0
  28. package/.agent/skills/better-typography/SKILL.md +111 -0
  29. package/.agent/skills/better-ui/SKILL.md +102 -0
  30. package/.agent/skills/bolder/SKILL.md +68 -0
  31. package/.agent/skills/build-primitive/SKILL.md +70 -0
  32. package/.agent/skills/clarify/SKILL.md +75 -0
  33. package/.agent/skills/cobejs/SKILL.md +96 -0
  34. package/.agent/skills/codebase-design/SKILL.md +84 -0
  35. package/.agent/skills/colorize/SKILL.md +77 -0
  36. package/.agent/skills/compact-landing/SKILL.md +70 -0
  37. package/.agent/skills/company-logos/SKILL.md +73 -0
  38. package/.agent/skills/create-design-md/SKILL.md +104 -0
  39. package/.agent/skills/critique/SKILL.md +95 -0
  40. package/.agent/skills/database-design/scripts/__pycache__/schema_validator.cpython-311.pyc +0 -0
  41. package/.agent/skills/delight/SKILL.md +65 -0
  42. package/.agent/skills/design-lab/SKILL.md +59 -0
  43. package/.agent/skills/diagnosing-bugs/SKILL.md +190 -0
  44. package/.agent/skills/distill/SKILL.md +65 -0
  45. package/.agent/skills/domain-modeling/SKILL.md +78 -0
  46. package/.agent/skills/fixing-accessibility/SKILL.md +100 -0
  47. package/.agent/skills/fixing-metadata/SKILL.md +97 -0
  48. package/.agent/skills/fixing-motion-performance/SKILL.md +96 -0
  49. package/.agent/skills/frontend-design/SKILL.md +80 -81
  50. package/.agent/skills/frontend-design/scripts/__pycache__/accessibility_checker.cpython-311.pyc +0 -0
  51. package/.agent/skills/frontend-design/scripts/__pycache__/ux_audit.cpython-311.pyc +0 -0
  52. package/.agent/skills/geo-fundamentals/scripts/__pycache__/geo_checker.cpython-311.pyc +0 -0
  53. package/.agent/skills/gpt-taste/SKILL.md +68 -0
  54. package/.agent/skills/harden/SKILL.md +74 -0
  55. package/.agent/skills/i18n-localization/scripts/__pycache__/i18n_checker.cpython-311.pyc +0 -0
  56. package/.agent/skills/impeccable/SKILL.md +74 -0
  57. package/.agent/skills/improve-codebase-architecture/SKILL.md +67 -0
  58. package/.agent/skills/improve-ui/SKILL.md +83 -0
  59. package/.agent/skills/landing-page/SKILL.md +88 -0
  60. package/.agent/skills/lint-and-validate/SKILL.md +0 -1
  61. package/.agent/skills/lint-and-validate/scripts/__pycache__/lint_runner.cpython-311.pyc +0 -0
  62. package/.agent/skills/lint-and-validate/scripts/__pycache__/type_coverage.cpython-311.pyc +0 -0
  63. package/.agent/skills/local-first-architecture/SKILL.md +66 -0
  64. package/.agent/skills/lottie-animation/SKILL.md +82 -0
  65. package/.agent/skills/marquee-loop/SKILL.md +96 -0
  66. package/.agent/skills/masked-reveal/SKILL.md +88 -0
  67. package/.agent/skills/micro-interaction/SKILL.md +100 -0
  68. package/.agent/skills/mobile-design/scripts/__pycache__/mobile_audit.cpython-311.pyc +0 -0
  69. package/.agent/skills/morphing-icons/SKILL.md +85 -0
  70. package/.agent/skills/motion-engineering/SKILL.md +66 -164
  71. package/.agent/skills/nextjs-react-expert/scripts/__pycache__/convert_rules.cpython-311.pyc +0 -0
  72. package/.agent/skills/nextjs-react-expert/scripts/__pycache__/react_performance_checker.cpython-311.pyc +0 -0
  73. package/.agent/skills/page-transition-animation/SKILL.md +108 -0
  74. package/.agent/skills/parallel-agents/SKILL.md +5 -5
  75. package/.agent/skills/performance-profiling/scripts/__pycache__/lighthouse_audit.cpython-311.pyc +0 -0
  76. package/.agent/skills/polish/SKILL.md +63 -0
  77. package/.agent/skills/pricing-page/SKILL.md +68 -0
  78. package/.agent/skills/progressive-blur/SKILL.md +100 -0
  79. package/.agent/skills/quieter/SKILL.md +68 -0
  80. package/.agent/skills/react-doctor/SKILL.md +70 -0
  81. package/.agent/skills/redesign-skill/SKILL.md +65 -0
  82. package/.agent/skills/seo-fundamentals/scripts/__pycache__/seo_checker.cpython-311.pyc +0 -0
  83. package/.agent/skills/shape/SKILL.md +73 -0
  84. package/.agent/skills/soft-skill/SKILL.md +72 -0
  85. package/.agent/skills/sounds-on-the-web/SKILL.md +100 -0
  86. package/.agent/skills/svg-animation/SKILL.md +91 -0
  87. package/.agent/skills/swiss-design/SKILL.md +64 -0
  88. package/.agent/skills/taste-skill/SKILL.md +71 -0
  89. package/.agent/skills/tdd-workflow/SKILL.md +36 -165
  90. package/.agent/skills/testing-patterns/scripts/__pycache__/test_runner.cpython-311.pyc +0 -0
  91. package/.agent/skills/thermo-nuclear-code-quality-review/SKILL.md +82 -0
  92. package/.agent/skills/to-spring-or-not-to-spring/SKILL.md +66 -0
  93. package/.agent/skills/transitions-dev/SKILL.md +101 -0
  94. package/.agent/skills/typeset/SKILL.md +76 -0
  95. package/.agent/skills/ui-skills-root/SKILL.md +85 -0
  96. package/.agent/skills/vulnerability-scanner/scripts/__pycache__/security_scan.cpython-311.pyc +0 -0
  97. package/.agent/skills/web-quality-audit/SKILL.md +67 -0
  98. package/.agent/skills/webapp-testing/scripts/__pycache__/playwright_runner.cpython-311.pyc +0 -0
  99. package/.agent/workflows/generate.md +1 -1
  100. package/.agent/workflows/tribunal-full.md +2 -2
  101. package/.agent/workflows/tribunal-speed.md +2 -2
  102. package/CONTRIBUTING.md +1 -1
  103. package/README.md +349 -239
  104. package/bin/mcp-server.js +45 -45
  105. package/bin/tribunal-kit.js +62 -1482
  106. package/bin/wrapper.js +50 -25
  107. package/dist/cli.js +43 -0
  108. package/dist/commands/align.js +1 -1
  109. package/dist/commands/compile.js +1 -1
  110. package/dist/commands/guardrail.js +275 -0
  111. package/dist/commands/init.js +35 -10
  112. package/dist/commands/native.js +228 -0
  113. package/dist/commands/optimize.js +318 -0
  114. package/dist/commands/validate.js +67 -0
  115. package/dist/mcp/server.js +4 -138
  116. package/dist/utils/version.js +1 -1
  117. package/package.json +13 -10
  118. package/scripts/benchmark.js +42 -0
  119. package/scripts/fix-vbc.js +98 -0
  120. package/scripts/fix-vbc.ps1 +119 -0
  121. package/scripts/sync-version.js +129 -76
@@ -0,0 +1,1026 @@
1
+ {
2
+ "version": "5.8.5",
3
+ "generated_at": "2026-07-27T07:13:45.538Z",
4
+ "agents": {
5
+ "total": 44,
6
+ "reviewers": [
7
+ "accessibility-reviewer",
8
+ "ai-code-reviewer",
9
+ "complexity-reviewer",
10
+ "db-latency-auditor",
11
+ "dependency-reviewer",
12
+ "frontend-reviewer",
13
+ "logic-reviewer",
14
+ "mobile-reviewer",
15
+ "penetration-tester",
16
+ "performance-reviewer",
17
+ "precedence-reviewer",
18
+ "resilience-reviewer",
19
+ "schema-reviewer",
20
+ "security-auditor",
21
+ "sql-reviewer",
22
+ "test-coverage-reviewer",
23
+ "type-safety-reviewer",
24
+ "ui-ux-auditor",
25
+ "vitals-reviewer"
26
+ ],
27
+ "specialists": [
28
+ "api-architect",
29
+ "backend-specialist",
30
+ "cloud-engineer",
31
+ "code-archaeologist",
32
+ "database-architect",
33
+ "debugger",
34
+ "devops-engineer",
35
+ "documentation-writer",
36
+ "explorer-agent",
37
+ "frontend-specialist",
38
+ "game-developer",
39
+ "mobile-developer",
40
+ "orchestrator",
41
+ "performance-optimizer",
42
+ "product-manager",
43
+ "product-owner",
44
+ "project-planner",
45
+ "qa-automation-engineer",
46
+ "seo-specialist",
47
+ "supervisor-agent",
48
+ "swarm-worker-contracts",
49
+ "swarm-worker-registry",
50
+ "system-architect",
51
+ "test-engineer",
52
+ "throughput-optimizer"
53
+ ],
54
+ "reviewer_count": 19,
55
+ "all": [
56
+ "accessibility-reviewer",
57
+ "ai-code-reviewer",
58
+ "api-architect",
59
+ "backend-specialist",
60
+ "cloud-engineer",
61
+ "code-archaeologist",
62
+ "complexity-reviewer",
63
+ "database-architect",
64
+ "db-latency-auditor",
65
+ "debugger",
66
+ "dependency-reviewer",
67
+ "devops-engineer",
68
+ "documentation-writer",
69
+ "explorer-agent",
70
+ "frontend-reviewer",
71
+ "frontend-specialist",
72
+ "game-developer",
73
+ "logic-reviewer",
74
+ "mobile-developer",
75
+ "mobile-reviewer",
76
+ "orchestrator",
77
+ "penetration-tester",
78
+ "performance-optimizer",
79
+ "performance-reviewer",
80
+ "precedence-reviewer",
81
+ "product-manager",
82
+ "product-owner",
83
+ "project-planner",
84
+ "qa-automation-engineer",
85
+ "resilience-reviewer",
86
+ "schema-reviewer",
87
+ "security-auditor",
88
+ "seo-specialist",
89
+ "sql-reviewer",
90
+ "supervisor-agent",
91
+ "swarm-worker-contracts",
92
+ "swarm-worker-registry",
93
+ "system-architect",
94
+ "test-coverage-reviewer",
95
+ "test-engineer",
96
+ "throughput-optimizer",
97
+ "type-safety-reviewer",
98
+ "ui-ux-auditor",
99
+ "vitals-reviewer"
100
+ ]
101
+ },
102
+ "skills": {
103
+ "total": 168,
104
+ "names": [
105
+ "12-principles-of-animation",
106
+ "60fps-animation",
107
+ "Knowledge Graph Analyzer",
108
+ "accessible-animation",
109
+ "adapt",
110
+ "advanced-rag-pipelines",
111
+ "agent-organizer",
112
+ "agentic-patterns",
113
+ "ai-prompt-injection-defense",
114
+ "animation-on-scroll",
115
+ "animation-systems",
116
+ "antfu-conventions",
117
+ "api-patterns",
118
+ "api-security-auditor",
119
+ "app-builder",
120
+ "appflow-wireframe",
121
+ "apple-design",
122
+ "architecture",
123
+ "audit-and-fix",
124
+ "authentication-best-practices",
125
+ "backend-security-expert",
126
+ "baseline-ui",
127
+ "bash-linux",
128
+ "behavioral-modes",
129
+ "better-colors",
130
+ "better-typography",
131
+ "better-ui",
132
+ "bolder",
133
+ "brainstorming",
134
+ "browser-native-ai",
135
+ "build-primitive",
136
+ "building-native-ui",
137
+ "cicd-pro",
138
+ "clarify",
139
+ "clean-code",
140
+ "cloud-architect",
141
+ "cobejs",
142
+ "code-review-checklist",
143
+ "codebase-design",
144
+ "colorize",
145
+ "compact-landing",
146
+ "company-logos",
147
+ "config-validator",
148
+ "containerization-pro",
149
+ "create-design-md",
150
+ "critique",
151
+ "csharp-developer",
152
+ "data-validation-schemas",
153
+ "database-design",
154
+ "delight",
155
+ "deployment-procedures",
156
+ "design-lab",
157
+ "devops-engineer",
158
+ "devops-incident-responder",
159
+ "diagnosing-bugs",
160
+ "distill",
161
+ "documentation-templates",
162
+ "domain-modeling",
163
+ "edge-computing",
164
+ "emil-design-eng",
165
+ "error-resilience",
166
+ "extract-design-system",
167
+ "fabel-protocol",
168
+ "fixing-accessibility",
169
+ "fixing-metadata",
170
+ "fixing-motion-performance",
171
+ "framer-motion-expert",
172
+ "frontend-design",
173
+ "frontend-security-expert",
174
+ "game-design-expert",
175
+ "game-engineering-expert",
176
+ "generative-ui-expert",
177
+ "geo-fundamentals",
178
+ "git-pro",
179
+ "github-operations",
180
+ "gpt-taste",
181
+ "gsap-core",
182
+ "gsap-frameworks",
183
+ "gsap-performance",
184
+ "gsap-plugins",
185
+ "gsap-react",
186
+ "gsap-scrolltrigger",
187
+ "gsap-timeline",
188
+ "gsap-utils",
189
+ "harden",
190
+ "harness-protocol",
191
+ "i18n-localization",
192
+ "impeccable",
193
+ "improve-codebase-architecture",
194
+ "improve-ui",
195
+ "intelligent-routing",
196
+ "landing-page",
197
+ "lint-and-validate",
198
+ "llm-engineering",
199
+ "local-first",
200
+ "local-first-architecture",
201
+ "lottie-animation",
202
+ "marquee-loop",
203
+ "masked-reveal",
204
+ "mcp-builder",
205
+ "micro-interaction",
206
+ "mobile-design",
207
+ "monorepo-management",
208
+ "morphing-icons",
209
+ "motion-engineering",
210
+ "nextjs-react-expert",
211
+ "nodejs-best-practices",
212
+ "observability",
213
+ "page-transition-animation",
214
+ "parallel-agents",
215
+ "performance-profiling",
216
+ "plan-writing",
217
+ "platform-engineer",
218
+ "playwright-best-practices",
219
+ "polish",
220
+ "powershell-windows",
221
+ "pricing-page",
222
+ "progressive-blur",
223
+ "project-idioms",
224
+ "python-patterns",
225
+ "python-pro",
226
+ "quieter",
227
+ "react-doctor",
228
+ "react-specialist",
229
+ "readme-builder",
230
+ "realtime-patterns",
231
+ "red-team-tactics",
232
+ "redesign-skill",
233
+ "review-animations",
234
+ "rust-pro",
235
+ "seo-fundamentals",
236
+ "server-management",
237
+ "shadcn-ui-expert",
238
+ "shape",
239
+ "skill-creator",
240
+ "soft-skill",
241
+ "sounds-on-the-web",
242
+ "sql-pro",
243
+ "supabase-postgres-best-practices",
244
+ "svg-animation",
245
+ "swiftui-expert",
246
+ "swiss-design",
247
+ "system-design-pro",
248
+ "systematic-debugging",
249
+ "tailwind-patterns",
250
+ "taste-skill",
251
+ "tdd-workflow",
252
+ "test-result-analyzer",
253
+ "testing-patterns",
254
+ "thermo-nuclear-code-quality-review",
255
+ "thinking-protocol",
256
+ "to-spring-or-not-to-spring",
257
+ "transitions-dev",
258
+ "trend-researcher",
259
+ "typescript-advanced",
260
+ "typeset",
261
+ "ui-skills-root",
262
+ "ui-ux-pro-max",
263
+ "ui-ux-researcher",
264
+ "vue-expert",
265
+ "vulnerability-scanner",
266
+ "web-accessibility-auditor",
267
+ "web-design-guidelines",
268
+ "web-quality-audit",
269
+ "webapp-testing",
270
+ "webgpu-performance",
271
+ "whimsy-injector",
272
+ "workflow-optimizer"
273
+ ]
274
+ },
275
+ "scripts": {
276
+ "total": 31,
277
+ "files": {
278
+ "auto_preview.js": ".agent/scripts/auto_preview.js",
279
+ "bundle_analyzer.js": ".agent/scripts/bundle_analyzer.js",
280
+ "case_law_manager.js": ".agent/scripts/case_law_manager.js",
281
+ "checklist.js": ".agent/scripts/checklist.js",
282
+ "compile_router.py": ".agent/scripts/compile_router.py",
283
+ "context_broker.js": ".agent/scripts/context_broker.js",
284
+ "dependency_analyzer.js": ".agent/scripts/dependency_analyzer.js",
285
+ "graph_builder.js": ".agent/scripts/graph_builder.js",
286
+ "graph_visualizer.js": ".agent/scripts/graph_visualizer.js",
287
+ "graph_zoom.js": ".agent/scripts/graph_zoom.js",
288
+ "guardrail_engine.js": ".agent/scripts/guardrail_engine.js",
289
+ "inner_loop_validator.js": ".agent/scripts/inner_loop_validator.js",
290
+ "integrity_manifest.js": ".agent/scripts/integrity_manifest.js",
291
+ "lint_runner.js": ".agent/scripts/lint_runner.js",
292
+ "marathon_harness.js": ".agent/scripts/marathon_harness.js",
293
+ "migrate_skills_frontmatter.py": ".agent/scripts/migrate_skills_frontmatter.py",
294
+ "minify_context.js": ".agent/scripts/minify_context.js",
295
+ "mutation_runner.js": ".agent/scripts/mutation_runner.js",
296
+ "prompt_compiler.js": ".agent/scripts/prompt_compiler.js",
297
+ "schema_validator.js": ".agent/scripts/schema_validator.js",
298
+ "security_scan.js": ".agent/scripts/security_scan.js",
299
+ "session_manager.js": ".agent/scripts/session_manager.js",
300
+ "signal_detector.js": ".agent/scripts/signal_detector.js",
301
+ "skill_evolution.js": ".agent/scripts/skill_evolution.js",
302
+ "skill_integrator.js": ".agent/scripts/skill_integrator.js",
303
+ "strengthen_skills.js": ".agent/scripts/strengthen_skills.js",
304
+ "swarm_dispatcher.js": ".agent/scripts/swarm_dispatcher.js",
305
+ "test_runner.js": ".agent/scripts/test_runner.js",
306
+ "verify_all.js": ".agent/scripts/verify_all.js",
307
+ "_colors.js": ".agent/scripts/_colors.js",
308
+ "_utils.js": ".agent/scripts/_utils.js"
309
+ }
310
+ },
311
+ "workflows": {
312
+ "total": 34,
313
+ "names": [
314
+ "acf",
315
+ "api-tester",
316
+ "audit",
317
+ "brainstorm",
318
+ "changelog",
319
+ "create",
320
+ "debug",
321
+ "deploy",
322
+ "enhance",
323
+ "fix",
324
+ "generate",
325
+ "marathon",
326
+ "migrate",
327
+ "orchestrate",
328
+ "performance-benchmarker",
329
+ "plan",
330
+ "preview",
331
+ "refactor",
332
+ "review",
333
+ "review-ai",
334
+ "session",
335
+ "status",
336
+ "strengthen-skills",
337
+ "super-prompt",
338
+ "swarm",
339
+ "test",
340
+ "tribunal-backend",
341
+ "tribunal-database",
342
+ "tribunal-frontend",
343
+ "tribunal-full",
344
+ "tribunal-mobile",
345
+ "tribunal-performance",
346
+ "tribunal-speed",
347
+ "ui-ux-pro-max"
348
+ ]
349
+ },
350
+ "cross_references": [
351
+ {
352
+ "source": "agents/precedence-reviewer.md",
353
+ "ref": "scripts/case_law_manager.js",
354
+ "exists": true,
355
+ "type": "script"
356
+ },
357
+ {
358
+ "source": "agents/swarm-worker-contracts.md",
359
+ "ref": "scripts/swarm_dispatcher.js",
360
+ "exists": true,
361
+ "type": "script"
362
+ },
363
+ {
364
+ "source": "agents/swarm-worker-registry.md",
365
+ "ref": "scripts/verify_all.js",
366
+ "exists": true,
367
+ "type": "script"
368
+ },
369
+ {
370
+ "source": "ARCHITECTURE.md",
371
+ "ref": "agents/logic-reviewer.md",
372
+ "exists": true,
373
+ "type": "agent"
374
+ },
375
+ {
376
+ "source": "ARCHITECTURE.md",
377
+ "ref": "agents/security-auditor.md",
378
+ "exists": true,
379
+ "type": "agent"
380
+ },
381
+ {
382
+ "source": "ARCHITECTURE.md",
383
+ "ref": "agents/performance-reviewer.md",
384
+ "exists": true,
385
+ "type": "agent"
386
+ },
387
+ {
388
+ "source": "ARCHITECTURE.md",
389
+ "ref": "agents/dependency-reviewer.md",
390
+ "exists": true,
391
+ "type": "agent"
392
+ },
393
+ {
394
+ "source": "ARCHITECTURE.md",
395
+ "ref": "agents/type-safety-reviewer.md",
396
+ "exists": true,
397
+ "type": "agent"
398
+ },
399
+ {
400
+ "source": "ARCHITECTURE.md",
401
+ "ref": "agents/sql-reviewer.md",
402
+ "exists": true,
403
+ "type": "agent"
404
+ },
405
+ {
406
+ "source": "ARCHITECTURE.md",
407
+ "ref": "agents/frontend-reviewer.md",
408
+ "exists": true,
409
+ "type": "agent"
410
+ },
411
+ {
412
+ "source": "ARCHITECTURE.md",
413
+ "ref": "agents/test-coverage-reviewer.md",
414
+ "exists": true,
415
+ "type": "agent"
416
+ },
417
+ {
418
+ "source": "ARCHITECTURE.md",
419
+ "ref": "agents/mobile-reviewer.md",
420
+ "exists": true,
421
+ "type": "agent"
422
+ },
423
+ {
424
+ "source": "ARCHITECTURE.md",
425
+ "ref": "agents/ai-code-reviewer.md",
426
+ "exists": true,
427
+ "type": "agent"
428
+ },
429
+ {
430
+ "source": "ARCHITECTURE.md",
431
+ "ref": "agents/accessibility-reviewer.md",
432
+ "exists": true,
433
+ "type": "agent"
434
+ },
435
+ {
436
+ "source": "ARCHITECTURE.md",
437
+ "ref": "agents/resilience-reviewer.md",
438
+ "exists": true,
439
+ "type": "agent"
440
+ },
441
+ {
442
+ "source": "ARCHITECTURE.md",
443
+ "ref": "agents/schema-reviewer.md",
444
+ "exists": true,
445
+ "type": "agent"
446
+ },
447
+ {
448
+ "source": "ARCHITECTURE.md",
449
+ "ref": "agents/precedence-reviewer.md",
450
+ "exists": true,
451
+ "type": "agent"
452
+ },
453
+ {
454
+ "source": "ARCHITECTURE.md",
455
+ "ref": "agents/penetration-tester.md",
456
+ "exists": true,
457
+ "type": "agent"
458
+ },
459
+ {
460
+ "source": "ARCHITECTURE.md",
461
+ "ref": "agents/ui-ux-auditor.md",
462
+ "exists": true,
463
+ "type": "agent"
464
+ },
465
+ {
466
+ "source": "ARCHITECTURE.md",
467
+ "ref": "agents/vitals-reviewer.md",
468
+ "exists": true,
469
+ "type": "agent"
470
+ },
471
+ {
472
+ "source": "ARCHITECTURE.md",
473
+ "ref": "agents/throughput-optimizer.md",
474
+ "exists": true,
475
+ "type": "agent"
476
+ },
477
+ {
478
+ "source": "ARCHITECTURE.md",
479
+ "ref": "agents/db-latency-auditor.md",
480
+ "exists": true,
481
+ "type": "agent"
482
+ },
483
+ {
484
+ "source": "ARCHITECTURE.md",
485
+ "ref": "agents/supervisor-agent.md",
486
+ "exists": true,
487
+ "type": "agent"
488
+ },
489
+ {
490
+ "source": "ARCHITECTURE.md",
491
+ "ref": "agents/swarm-worker-contracts.md",
492
+ "exists": true,
493
+ "type": "agent"
494
+ },
495
+ {
496
+ "source": "ARCHITECTURE.md",
497
+ "ref": "agents/swarm-worker-registry.md",
498
+ "exists": true,
499
+ "type": "agent"
500
+ },
501
+ {
502
+ "source": "ARCHITECTURE.md",
503
+ "ref": "scripts/swarm_dispatcher.js",
504
+ "exists": true,
505
+ "type": "script"
506
+ },
507
+ {
508
+ "source": "ARCHITECTURE.md",
509
+ "ref": "scripts/checklist.js",
510
+ "exists": true,
511
+ "type": "script"
512
+ },
513
+ {
514
+ "source": "ARCHITECTURE.md",
515
+ "ref": "scripts/verify_all.js",
516
+ "exists": true,
517
+ "type": "script"
518
+ },
519
+ {
520
+ "source": "ARCHITECTURE.md",
521
+ "ref": "scripts/auto_preview.js",
522
+ "exists": true,
523
+ "type": "script"
524
+ },
525
+ {
526
+ "source": "ARCHITECTURE.md",
527
+ "ref": "scripts/session_manager.js",
528
+ "exists": true,
529
+ "type": "script"
530
+ },
531
+ {
532
+ "source": "ARCHITECTURE.md",
533
+ "ref": "scripts/lint_runner.js",
534
+ "exists": true,
535
+ "type": "script"
536
+ },
537
+ {
538
+ "source": "ARCHITECTURE.md",
539
+ "ref": "scripts/test_runner.js",
540
+ "exists": true,
541
+ "type": "script"
542
+ },
543
+ {
544
+ "source": "ARCHITECTURE.md",
545
+ "ref": "scripts/security_scan.js",
546
+ "exists": true,
547
+ "type": "script"
548
+ },
549
+ {
550
+ "source": "ARCHITECTURE.md",
551
+ "ref": "scripts/dependency_analyzer.js",
552
+ "exists": true,
553
+ "type": "script"
554
+ },
555
+ {
556
+ "source": "ARCHITECTURE.md",
557
+ "ref": "scripts/schema_validator.js",
558
+ "exists": true,
559
+ "type": "script"
560
+ },
561
+ {
562
+ "source": "ARCHITECTURE.md",
563
+ "ref": "scripts/bundle_analyzer.js",
564
+ "exists": true,
565
+ "type": "script"
566
+ },
567
+ {
568
+ "source": "ARCHITECTURE.md",
569
+ "ref": "scripts/strengthen_skills.js",
570
+ "exists": true,
571
+ "type": "script"
572
+ },
573
+ {
574
+ "source": "ARCHITECTURE.md",
575
+ "ref": "scripts/skill_integrator.js",
576
+ "exists": true,
577
+ "type": "script"
578
+ },
579
+ {
580
+ "source": "ARCHITECTURE.md",
581
+ "ref": "workflows/generate.md",
582
+ "exists": true,
583
+ "type": "workflow"
584
+ },
585
+ {
586
+ "source": "ARCHITECTURE.md",
587
+ "ref": "workflows/review.md",
588
+ "exists": true,
589
+ "type": "workflow"
590
+ },
591
+ {
592
+ "source": "ARCHITECTURE.md",
593
+ "ref": "workflows/tribunal-full.md",
594
+ "exists": true,
595
+ "type": "workflow"
596
+ },
597
+ {
598
+ "source": "ARCHITECTURE.md",
599
+ "ref": "workflows/tribunal-backend.md",
600
+ "exists": true,
601
+ "type": "workflow"
602
+ },
603
+ {
604
+ "source": "ARCHITECTURE.md",
605
+ "ref": "workflows/tribunal-frontend.md",
606
+ "exists": true,
607
+ "type": "workflow"
608
+ },
609
+ {
610
+ "source": "ARCHITECTURE.md",
611
+ "ref": "workflows/tribunal-database.md",
612
+ "exists": true,
613
+ "type": "workflow"
614
+ },
615
+ {
616
+ "source": "ARCHITECTURE.md",
617
+ "ref": "workflows/tribunal-mobile.md",
618
+ "exists": true,
619
+ "type": "workflow"
620
+ },
621
+ {
622
+ "source": "ARCHITECTURE.md",
623
+ "ref": "workflows/tribunal-performance.md",
624
+ "exists": true,
625
+ "type": "workflow"
626
+ },
627
+ {
628
+ "source": "ARCHITECTURE.md",
629
+ "ref": "workflows/brainstorm.md",
630
+ "exists": true,
631
+ "type": "workflow"
632
+ },
633
+ {
634
+ "source": "ARCHITECTURE.md",
635
+ "ref": "workflows/create.md",
636
+ "exists": true,
637
+ "type": "workflow"
638
+ },
639
+ {
640
+ "source": "ARCHITECTURE.md",
641
+ "ref": "workflows/enhance.md",
642
+ "exists": true,
643
+ "type": "workflow"
644
+ },
645
+ {
646
+ "source": "ARCHITECTURE.md",
647
+ "ref": "workflows/debug.md",
648
+ "exists": true,
649
+ "type": "workflow"
650
+ },
651
+ {
652
+ "source": "ARCHITECTURE.md",
653
+ "ref": "workflows/plan.md",
654
+ "exists": true,
655
+ "type": "workflow"
656
+ },
657
+ {
658
+ "source": "ARCHITECTURE.md",
659
+ "ref": "workflows/deploy.md",
660
+ "exists": true,
661
+ "type": "workflow"
662
+ },
663
+ {
664
+ "source": "ARCHITECTURE.md",
665
+ "ref": "workflows/test.md",
666
+ "exists": true,
667
+ "type": "workflow"
668
+ },
669
+ {
670
+ "source": "ARCHITECTURE.md",
671
+ "ref": "workflows/preview.md",
672
+ "exists": true,
673
+ "type": "workflow"
674
+ },
675
+ {
676
+ "source": "ARCHITECTURE.md",
677
+ "ref": "workflows/status.md",
678
+ "exists": true,
679
+ "type": "workflow"
680
+ },
681
+ {
682
+ "source": "ARCHITECTURE.md",
683
+ "ref": "workflows/session.md",
684
+ "exists": true,
685
+ "type": "workflow"
686
+ },
687
+ {
688
+ "source": "ARCHITECTURE.md",
689
+ "ref": "workflows/orchestrate.md",
690
+ "exists": true,
691
+ "type": "workflow"
692
+ },
693
+ {
694
+ "source": "ARCHITECTURE.md",
695
+ "ref": "workflows/swarm.md",
696
+ "exists": true,
697
+ "type": "workflow"
698
+ },
699
+ {
700
+ "source": "ARCHITECTURE.md",
701
+ "ref": "workflows/strengthen-skills.md",
702
+ "exists": true,
703
+ "type": "workflow"
704
+ },
705
+ {
706
+ "source": "ARCHITECTURE.md",
707
+ "ref": "workflows/ui-ux-pro-max.md",
708
+ "exists": true,
709
+ "type": "workflow"
710
+ },
711
+ {
712
+ "source": "ARCHITECTURE.md",
713
+ "ref": "workflows/refactor.md",
714
+ "exists": true,
715
+ "type": "workflow"
716
+ },
717
+ {
718
+ "source": "ARCHITECTURE.md",
719
+ "ref": "workflows/migrate.md",
720
+ "exists": true,
721
+ "type": "workflow"
722
+ },
723
+ {
724
+ "source": "ARCHITECTURE.md",
725
+ "ref": "workflows/audit.md",
726
+ "exists": true,
727
+ "type": "workflow"
728
+ },
729
+ {
730
+ "source": "ARCHITECTURE.md",
731
+ "ref": "workflows/fix.md",
732
+ "exists": true,
733
+ "type": "workflow"
734
+ },
735
+ {
736
+ "source": "ARCHITECTURE.md",
737
+ "ref": "workflows/changelog.md",
738
+ "exists": true,
739
+ "type": "workflow"
740
+ },
741
+ {
742
+ "source": "ARCHITECTURE.md",
743
+ "ref": "workflows/review-ai.md",
744
+ "exists": true,
745
+ "type": "workflow"
746
+ },
747
+ {
748
+ "source": "rules/GEMINI.md",
749
+ "ref": "agents/frontend-specialist.md",
750
+ "exists": true,
751
+ "type": "agent"
752
+ },
753
+ {
754
+ "source": "rules/GEMINI.md",
755
+ "ref": "agents/mobile-developer.md",
756
+ "exists": true,
757
+ "type": "agent"
758
+ },
759
+ {
760
+ "source": "rules/GEMINI.md",
761
+ "ref": "scripts/checklist.js",
762
+ "exists": true,
763
+ "type": "script"
764
+ },
765
+ {
766
+ "source": "rules/GEMINI.md",
767
+ "ref": "scripts/verify_all.js",
768
+ "exists": true,
769
+ "type": "script"
770
+ },
771
+ {
772
+ "source": "rules/GEMINI.md",
773
+ "ref": "scripts/security_scan.js",
774
+ "exists": true,
775
+ "type": "script"
776
+ },
777
+ {
778
+ "source": "rules/GEMINI.md",
779
+ "ref": "scripts/lint_runner.js",
780
+ "exists": true,
781
+ "type": "script"
782
+ },
783
+ {
784
+ "source": "rules/GEMINI.md",
785
+ "ref": "scripts/test_runner.js",
786
+ "exists": true,
787
+ "type": "script"
788
+ },
789
+ {
790
+ "source": "rules/GEMINI.md",
791
+ "ref": "scripts/dependency_analyzer.js",
792
+ "exists": true,
793
+ "type": "script"
794
+ },
795
+ {
796
+ "source": "rules/GEMINI.md",
797
+ "ref": "scripts/schema_validator.js",
798
+ "exists": true,
799
+ "type": "script"
800
+ },
801
+ {
802
+ "source": "rules/GEMINI.md",
803
+ "ref": "scripts/bundle_analyzer.js",
804
+ "exists": true,
805
+ "type": "script"
806
+ },
807
+ {
808
+ "source": "rules/GEMINI.md",
809
+ "ref": "scripts/skill_integrator.js",
810
+ "exists": true,
811
+ "type": "script"
812
+ },
813
+ {
814
+ "source": "rules/GEMINI.md",
815
+ "ref": "scripts/swarm_dispatcher.js",
816
+ "exists": true,
817
+ "type": "script"
818
+ },
819
+ {
820
+ "source": "skills/app-builder/SKILL.md",
821
+ "ref": "scripts/auto_preview.js",
822
+ "exists": true,
823
+ "type": "script"
824
+ },
825
+ {
826
+ "source": "skills/intelligent-routing/SKILL.md",
827
+ "ref": "scripts/compile_router.py",
828
+ "exists": true,
829
+ "type": "script"
830
+ },
831
+ {
832
+ "source": "skills/knowledge-graph/SKILL.md",
833
+ "ref": "scripts/graph_builder.js",
834
+ "exists": true,
835
+ "type": "script"
836
+ },
837
+ {
838
+ "source": "skills/knowledge-graph/SKILL.md",
839
+ "ref": "scripts/graph_zoom.js",
840
+ "exists": true,
841
+ "type": "script"
842
+ },
843
+ {
844
+ "source": "skills/lint-and-validate/SKILL.md",
845
+ "ref": "scripts/lint_runner.js",
846
+ "exists": true,
847
+ "type": "script"
848
+ },
849
+ {
850
+ "source": "skills/project-idioms/SKILL.md",
851
+ "ref": "scripts/skill_evolution.js",
852
+ "exists": true,
853
+ "type": "script"
854
+ },
855
+ {
856
+ "source": "workflows/audit.md",
857
+ "ref": "scripts/security_scan.js",
858
+ "exists": true,
859
+ "type": "script"
860
+ },
861
+ {
862
+ "source": "workflows/audit.md",
863
+ "ref": "scripts/dependency_analyzer.js",
864
+ "exists": true,
865
+ "type": "script"
866
+ },
867
+ {
868
+ "source": "workflows/audit.md",
869
+ "ref": "scripts/lint_runner.js",
870
+ "exists": true,
871
+ "type": "script"
872
+ },
873
+ {
874
+ "source": "workflows/audit.md",
875
+ "ref": "scripts/schema_validator.js",
876
+ "exists": true,
877
+ "type": "script"
878
+ },
879
+ {
880
+ "source": "workflows/audit.md",
881
+ "ref": "scripts/test_runner.js",
882
+ "exists": true,
883
+ "type": "script"
884
+ },
885
+ {
886
+ "source": "workflows/audit.md",
887
+ "ref": "scripts/bundle_analyzer.js",
888
+ "exists": true,
889
+ "type": "script"
890
+ },
891
+ {
892
+ "source": "workflows/deploy.md",
893
+ "ref": "scripts/security_scan.js",
894
+ "exists": true,
895
+ "type": "script"
896
+ },
897
+ {
898
+ "source": "workflows/fix.md",
899
+ "ref": "scripts/lint_runner.js",
900
+ "exists": true,
901
+ "type": "script"
902
+ },
903
+ {
904
+ "source": "workflows/marathon.md",
905
+ "ref": "scripts/marathon_harness.js",
906
+ "exists": true,
907
+ "type": "script"
908
+ },
909
+ {
910
+ "source": "workflows/marathon.md",
911
+ "ref": "scripts/auto_preview.js",
912
+ "exists": true,
913
+ "type": "script"
914
+ },
915
+ {
916
+ "source": "workflows/preview.md",
917
+ "ref": "scripts/auto_preview.js",
918
+ "exists": true,
919
+ "type": "script"
920
+ },
921
+ {
922
+ "source": "workflows/session.md",
923
+ "ref": "scripts/session_manager.js",
924
+ "exists": true,
925
+ "type": "script"
926
+ },
927
+ {
928
+ "source": "workflows/status.md",
929
+ "ref": "scripts/auto_preview.js",
930
+ "exists": true,
931
+ "type": "script"
932
+ },
933
+ {
934
+ "source": "workflows/super-prompt.md",
935
+ "ref": "scripts/prompt_compiler.js",
936
+ "exists": true,
937
+ "type": "script"
938
+ },
939
+ {
940
+ "source": "workflows/swarm.md",
941
+ "ref": "scripts/swarm_dispatcher.js",
942
+ "exists": true,
943
+ "type": "script"
944
+ },
945
+ {
946
+ "source": "workflows/ui-ux-pro-max.md",
947
+ "ref": "scripts/swarm_dispatcher.js",
948
+ "exists": true,
949
+ "type": "script"
950
+ }
951
+ ],
952
+ "numeric_claims": [
953
+ {
954
+ "source": "ARCHITECTURE.md:L45",
955
+ "claim": "19 reviewers",
956
+ "actual": 19,
957
+ "valid": true
958
+ },
959
+ {
960
+ "source": "ARCHITECTURE.md:L74",
961
+ "claim": "19 reviewers",
962
+ "actual": 19,
963
+ "valid": true
964
+ },
965
+ {
966
+ "source": "ARCHITECTURE.md:L270",
967
+ "claim": "19 reviewers",
968
+ "actual": 19,
969
+ "valid": true
970
+ },
971
+ {
972
+ "source": "rules/GEMINI.md:L225",
973
+ "claim": "19 reviewers",
974
+ "actual": 19,
975
+ "valid": true
976
+ },
977
+ {
978
+ "source": "workflows/generate.md:L131",
979
+ "claim": "19 reviewers",
980
+ "actual": 19,
981
+ "valid": true
982
+ },
983
+ {
984
+ "source": "workflows/tribunal-full.md:L2",
985
+ "claim": "19 reviewers",
986
+ "actual": 19,
987
+ "valid": true
988
+ },
989
+ {
990
+ "source": "workflows/tribunal-full.md:L6",
991
+ "claim": "19 reviewers",
992
+ "actual": 19,
993
+ "valid": true
994
+ },
995
+ {
996
+ "source": "workflows/tribunal-full.md:L35",
997
+ "claim": "19 reviewers",
998
+ "actual": 19,
999
+ "valid": true
1000
+ },
1001
+ {
1002
+ "source": "workflows/tribunal-full.md:L71",
1003
+ "claim": "19 reviewers",
1004
+ "actual": 19,
1005
+ "valid": true
1006
+ },
1007
+ {
1008
+ "source": "workflows/tribunal-full.md:L127",
1009
+ "claim": "19 reviewers",
1010
+ "actual": 19,
1011
+ "valid": true
1012
+ },
1013
+ {
1014
+ "source": "workflows/tribunal-speed.md:L184",
1015
+ "claim": "19 reviewers",
1016
+ "actual": 19,
1017
+ "valid": true
1018
+ }
1019
+ ],
1020
+ "integrity": {
1021
+ "phantom_references": 0,
1022
+ "invalid_claims": 0,
1023
+ "total_references": 100,
1024
+ "total_claims": 11
1025
+ }
1026
+ }