tribunal-kit 5.8.3 → 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 (92) hide show
  1. package/.agent/ARCHITECTURE.md +2 -2
  2. package/.agent/history/integrity_manifest.json +958 -0
  3. package/.agent/history/memory/.memory.idx +153 -1
  4. package/.agent/history/memory/MEMORY.md +11 -1
  5. package/.agent/scripts/case_law_manager.js +3 -15
  6. package/.agent/scripts/context_broker.js +3 -1
  7. package/.agent/scripts/guardrail_engine.js +643 -0
  8. package/.agent/scripts/integrity_manifest.js +486 -0
  9. package/.agent/scripts/signal_detector.js +1 -1
  10. package/.agent/scripts/skill_evolution.js +3 -15
  11. package/.agent/scripts/skill_integrator.js +2 -12
  12. package/.agent/scripts/swarm_dispatcher.js +2 -12
  13. package/.agent/skills/12-principles-of-animation/SKILL.md +69 -0
  14. package/.agent/skills/60fps-animation/SKILL.md +78 -0
  15. package/.agent/skills/accessible-animation/SKILL.md +86 -0
  16. package/.agent/skills/adapt/SKILL.md +75 -0
  17. package/.agent/skills/animation-on-scroll/SKILL.md +110 -0
  18. package/.agent/skills/animation-systems/SKILL.md +69 -0
  19. package/.agent/skills/antfu-conventions/SKILL.md +74 -0
  20. package/.agent/skills/apple-design/SKILL.md +108 -0
  21. package/.agent/skills/audit-and-fix/SKILL.md +83 -0
  22. package/.agent/skills/baseline-ui/SKILL.md +74 -0
  23. package/.agent/skills/better-colors/SKILL.md +124 -0
  24. package/.agent/skills/better-typography/SKILL.md +111 -0
  25. package/.agent/skills/better-ui/SKILL.md +102 -0
  26. package/.agent/skills/bolder/SKILL.md +68 -0
  27. package/.agent/skills/build-primitive/SKILL.md +70 -0
  28. package/.agent/skills/clarify/SKILL.md +75 -0
  29. package/.agent/skills/cobejs/SKILL.md +96 -0
  30. package/.agent/skills/codebase-design/SKILL.md +84 -0
  31. package/.agent/skills/colorize/SKILL.md +77 -0
  32. package/.agent/skills/compact-landing/SKILL.md +70 -0
  33. package/.agent/skills/company-logos/SKILL.md +73 -0
  34. package/.agent/skills/create-design-md/SKILL.md +104 -0
  35. package/.agent/skills/critique/SKILL.md +95 -0
  36. package/.agent/skills/delight/SKILL.md +65 -0
  37. package/.agent/skills/design-lab/SKILL.md +59 -0
  38. package/.agent/skills/diagnosing-bugs/SKILL.md +190 -0
  39. package/.agent/skills/distill/SKILL.md +65 -0
  40. package/.agent/skills/domain-modeling/SKILL.md +78 -0
  41. package/.agent/skills/fixing-accessibility/SKILL.md +98 -0
  42. package/.agent/skills/fixing-metadata/SKILL.md +97 -0
  43. package/.agent/skills/fixing-motion-performance/SKILL.md +96 -0
  44. package/.agent/skills/gpt-taste/SKILL.md +68 -0
  45. package/.agent/skills/harden/SKILL.md +74 -0
  46. package/.agent/skills/impeccable/SKILL.md +72 -0
  47. package/.agent/skills/improve-codebase-architecture/SKILL.md +67 -0
  48. package/.agent/skills/improve-ui/SKILL.md +83 -0
  49. package/.agent/skills/landing-page/SKILL.md +88 -0
  50. package/.agent/skills/lint-and-validate/SKILL.md +0 -1
  51. package/.agent/skills/local-first-architecture/SKILL.md +66 -0
  52. package/.agent/skills/lottie-animation/SKILL.md +82 -0
  53. package/.agent/skills/marquee-loop/SKILL.md +96 -0
  54. package/.agent/skills/masked-reveal/SKILL.md +88 -0
  55. package/.agent/skills/micro-interaction/SKILL.md +100 -0
  56. package/.agent/skills/morphing-icons/SKILL.md +85 -0
  57. package/.agent/skills/page-transition-animation/SKILL.md +108 -0
  58. package/.agent/skills/parallel-agents/SKILL.md +5 -5
  59. package/.agent/skills/polish/SKILL.md +63 -0
  60. package/.agent/skills/pricing-page/SKILL.md +68 -0
  61. package/.agent/skills/progressive-blur/SKILL.md +100 -0
  62. package/.agent/skills/quieter/SKILL.md +68 -0
  63. package/.agent/skills/react-doctor/SKILL.md +70 -0
  64. package/.agent/skills/redesign-skill/SKILL.md +65 -0
  65. package/.agent/skills/shape/SKILL.md +73 -0
  66. package/.agent/skills/soft-skill/SKILL.md +72 -0
  67. package/.agent/skills/sounds-on-the-web/SKILL.md +100 -0
  68. package/.agent/skills/svg-animation/SKILL.md +91 -0
  69. package/.agent/skills/swiss-design/SKILL.md +64 -0
  70. package/.agent/skills/taste-skill/SKILL.md +71 -0
  71. package/.agent/skills/tdd-workflow/SKILL.md +36 -165
  72. package/.agent/skills/thermo-nuclear-code-quality-review/SKILL.md +82 -0
  73. package/.agent/skills/to-spring-or-not-to-spring/SKILL.md +66 -0
  74. package/.agent/skills/transitions-dev/SKILL.md +101 -0
  75. package/.agent/skills/typeset/SKILL.md +76 -0
  76. package/.agent/skills/ui-skills-root/SKILL.md +85 -0
  77. package/.agent/skills/web-quality-audit/SKILL.md +67 -0
  78. package/.agent/workflows/generate.md +1 -1
  79. package/.agent/workflows/tribunal-full.md +6 -6
  80. package/.agent/workflows/tribunal-speed.md +2 -2
  81. package/README.md +348 -238
  82. package/bin/tribunal-kit.js +62 -1482
  83. package/dist/cli.js +13 -0
  84. package/dist/commands/align.js +1 -1
  85. package/dist/commands/compile.js +1 -1
  86. package/dist/commands/guardrail.js +275 -0
  87. package/dist/commands/init.js +10 -9
  88. package/dist/commands/optimize.js +318 -0
  89. package/dist/utils/version.js +1 -1
  90. package/package.json +10 -8
  91. package/scripts/fix-vbc.js +98 -0
  92. package/scripts/fix-vbc.ps1 +119 -0
@@ -42,7 +42,7 @@ Type any of these in your AI IDE chat:
42
42
  | ----------------------- | -------------------------------------------------------------------------------------- | ----------------------------------- |
43
43
  | `/generate` | Full Tribunal: Maker → Parallel Review → Human Gate | `workflows/generate.md` |
44
44
  | `/review` | Audit existing code (no generation) | `workflows/review.md` |
45
- | `/tribunal-full` | ALL 20 reviewers at once — maximum coverage | `workflows/tribunal-full.md` |
45
+ | `/tribunal-full` | ALL 19 reviewers at once — maximum coverage | `workflows/tribunal-full.md` |
46
46
  | `/tribunal-backend` | Logic + Security + Deps + Types | `workflows/tribunal-backend.md` |
47
47
  | `/tribunal-frontend` | Logic + Security + Frontend + Types | `workflows/tribunal-frontend.md` |
48
48
  | `/tribunal-database` | Logic + Security + SQL | `workflows/tribunal-database.md` |
@@ -267,7 +267,7 @@ Script failures follow cascade rules:
267
267
  .agent/
268
268
  ├── ARCHITECTURE.md ← This file
269
269
  ├── GEMINI.md ← Root behavior config (includes /swarm routing)
270
- ├── agents/ ← 43 specialist + reviewer agents (20 reviewers + 23 domain)
270
+ ├── agents/ ← 44 specialist + reviewer agents (19 reviewers + 25 domain)
271
271
  │ ├── supervisor-agent.md ← Swarm triage, dispatch, synthesis
272
272
  │ ├── swarm-worker-contracts.md ← WorkerRequest/WorkerResult schemas
273
273
  │ └── swarm-worker-registry.md ← Task type → agent routing map