tribunal-kit 5.8.2 → 5.8.4

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