tribunal-kit 5.8.4 → 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.
- package/.agent/ARCHITECTURE.md +3 -3
- package/.agent/history/integrity_manifest.json +75 -7
- package/.agent/history/memory/.memory.idx +1065 -1
- package/.agent/history/memory/MEMORY.md +71 -1
- package/.agent/rules/GEMINI.md +1 -1
- package/.agent/scripts/_utils.js +28 -7
- package/.agent/scripts/context_broker.js +0 -19
- package/.agent/scripts/guardrail_engine.js +1 -1
- package/.agent/scripts/integrity_manifest.js +10 -4
- package/.agent/scripts/marathon_harness.js +10 -1
- package/.agent/scripts/skill_evolution.js +36 -21
- package/.agent/scripts/swarm_dispatcher.js +65 -6
- package/.agent/skills/api-patterns/scripts/__pycache__/api_validator.cpython-311.pyc +0 -0
- package/.agent/skills/better-colors/SKILL.md +12 -4
- package/.agent/skills/database-design/scripts/__pycache__/schema_validator.cpython-311.pyc +0 -0
- package/.agent/skills/fixing-accessibility/SKILL.md +6 -4
- package/.agent/skills/frontend-design/SKILL.md +80 -81
- package/.agent/skills/frontend-design/scripts/__pycache__/accessibility_checker.cpython-311.pyc +0 -0
- package/.agent/skills/frontend-design/scripts/__pycache__/ux_audit.cpython-311.pyc +0 -0
- package/.agent/skills/geo-fundamentals/scripts/__pycache__/geo_checker.cpython-311.pyc +0 -0
- package/.agent/skills/i18n-localization/scripts/__pycache__/i18n_checker.cpython-311.pyc +0 -0
- package/.agent/skills/impeccable/SKILL.md +2 -0
- package/.agent/skills/lint-and-validate/scripts/__pycache__/lint_runner.cpython-311.pyc +0 -0
- package/.agent/skills/lint-and-validate/scripts/__pycache__/type_coverage.cpython-311.pyc +0 -0
- package/.agent/skills/mobile-design/scripts/__pycache__/mobile_audit.cpython-311.pyc +0 -0
- package/.agent/skills/motion-engineering/SKILL.md +66 -164
- package/.agent/skills/nextjs-react-expert/scripts/__pycache__/convert_rules.cpython-311.pyc +0 -0
- package/.agent/skills/nextjs-react-expert/scripts/__pycache__/react_performance_checker.cpython-311.pyc +0 -0
- package/.agent/skills/performance-profiling/scripts/__pycache__/lighthouse_audit.cpython-311.pyc +0 -0
- package/.agent/skills/seo-fundamentals/scripts/__pycache__/seo_checker.cpython-311.pyc +0 -0
- package/.agent/skills/testing-patterns/scripts/__pycache__/test_runner.cpython-311.pyc +0 -0
- package/.agent/skills/vulnerability-scanner/scripts/__pycache__/security_scan.cpython-311.pyc +0 -0
- package/.agent/skills/webapp-testing/scripts/__pycache__/playwright_runner.cpython-311.pyc +0 -0
- package/.agent/workflows/tribunal-full.md +5 -5
- package/CONTRIBUTING.md +1 -1
- package/README.md +4 -4
- package/bin/mcp-server.js +45 -45
- package/bin/wrapper.js +50 -25
- package/dist/cli.js +30 -0
- package/dist/commands/init.js +25 -1
- package/dist/commands/native.js +228 -0
- package/dist/commands/validate.js +67 -0
- package/dist/mcp/server.js +4 -138
- package/package.json +11 -10
- package/scripts/benchmark.js +42 -0
- package/scripts/sync-version.js +129 -76
package/.agent/ARCHITECTURE.md
CHANGED
|
@@ -71,7 +71,7 @@ Type any of these in your AI IDE chat:
|
|
|
71
71
|
|
|
72
72
|
---
|
|
73
73
|
|
|
74
|
-
## The
|
|
74
|
+
## The 19 Tribunal Reviewers
|
|
75
75
|
|
|
76
76
|
| Agent | File | Activates When |
|
|
77
77
|
| ------------------------ | ---------------------------------- | ----------------------------------------------------------------------------------- |
|
|
@@ -272,8 +272,8 @@ Script failures follow cascade rules:
|
|
|
272
272
|
│ ├── swarm-worker-contracts.md ← WorkerRequest/WorkerResult schemas
|
|
273
273
|
│ └── swarm-worker-registry.md ← Task type → agent routing map
|
|
274
274
|
├── rules/GEMINI.md ← Master rules (P0 priority)
|
|
275
|
-
├── scripts/ ←
|
|
276
|
-
├── skills/ ←
|
|
275
|
+
├── scripts/ ← 31 automation scripts
|
|
276
|
+
├── skills/ ← 168 valid skill packages (all hardened)
|
|
277
277
|
├── patterns/ ← 5 ADK skill base patterns
|
|
278
278
|
├── history/ ← Case Law + Skill Evolution data (user-generated, preserved on update)
|
|
279
279
|
└── workflows/ ← 34 slash command definitions
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.8.
|
|
3
|
-
"generated_at": "2026-07-
|
|
2
|
+
"version": "5.8.5",
|
|
3
|
+
"generated_at": "2026-07-27T07:13:45.538Z",
|
|
4
4
|
"agents": {
|
|
5
5
|
"total": 44,
|
|
6
6
|
"reviewers": [
|
|
@@ -100,43 +100,74 @@
|
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
102
|
"skills": {
|
|
103
|
-
"total":
|
|
103
|
+
"total": 168,
|
|
104
104
|
"names": [
|
|
105
|
+
"12-principles-of-animation",
|
|
106
|
+
"60fps-animation",
|
|
105
107
|
"Knowledge Graph Analyzer",
|
|
108
|
+
"accessible-animation",
|
|
109
|
+
"adapt",
|
|
106
110
|
"advanced-rag-pipelines",
|
|
107
111
|
"agent-organizer",
|
|
108
112
|
"agentic-patterns",
|
|
109
113
|
"ai-prompt-injection-defense",
|
|
114
|
+
"animation-on-scroll",
|
|
115
|
+
"animation-systems",
|
|
116
|
+
"antfu-conventions",
|
|
110
117
|
"api-patterns",
|
|
111
118
|
"api-security-auditor",
|
|
112
119
|
"app-builder",
|
|
113
120
|
"appflow-wireframe",
|
|
121
|
+
"apple-design",
|
|
114
122
|
"architecture",
|
|
123
|
+
"audit-and-fix",
|
|
115
124
|
"authentication-best-practices",
|
|
116
125
|
"backend-security-expert",
|
|
126
|
+
"baseline-ui",
|
|
117
127
|
"bash-linux",
|
|
118
128
|
"behavioral-modes",
|
|
129
|
+
"better-colors",
|
|
130
|
+
"better-typography",
|
|
131
|
+
"better-ui",
|
|
132
|
+
"bolder",
|
|
119
133
|
"brainstorming",
|
|
120
134
|
"browser-native-ai",
|
|
135
|
+
"build-primitive",
|
|
121
136
|
"building-native-ui",
|
|
122
137
|
"cicd-pro",
|
|
138
|
+
"clarify",
|
|
123
139
|
"clean-code",
|
|
124
140
|
"cloud-architect",
|
|
141
|
+
"cobejs",
|
|
125
142
|
"code-review-checklist",
|
|
143
|
+
"codebase-design",
|
|
144
|
+
"colorize",
|
|
145
|
+
"compact-landing",
|
|
146
|
+
"company-logos",
|
|
126
147
|
"config-validator",
|
|
127
148
|
"containerization-pro",
|
|
149
|
+
"create-design-md",
|
|
150
|
+
"critique",
|
|
128
151
|
"csharp-developer",
|
|
129
152
|
"data-validation-schemas",
|
|
130
153
|
"database-design",
|
|
154
|
+
"delight",
|
|
131
155
|
"deployment-procedures",
|
|
156
|
+
"design-lab",
|
|
132
157
|
"devops-engineer",
|
|
133
158
|
"devops-incident-responder",
|
|
159
|
+
"diagnosing-bugs",
|
|
160
|
+
"distill",
|
|
134
161
|
"documentation-templates",
|
|
162
|
+
"domain-modeling",
|
|
135
163
|
"edge-computing",
|
|
136
164
|
"emil-design-eng",
|
|
137
165
|
"error-resilience",
|
|
138
166
|
"extract-design-system",
|
|
139
167
|
"fabel-protocol",
|
|
168
|
+
"fixing-accessibility",
|
|
169
|
+
"fixing-metadata",
|
|
170
|
+
"fixing-motion-performance",
|
|
140
171
|
"framer-motion-expert",
|
|
141
172
|
"frontend-design",
|
|
142
173
|
"frontend-security-expert",
|
|
@@ -146,6 +177,7 @@
|
|
|
146
177
|
"geo-fundamentals",
|
|
147
178
|
"git-pro",
|
|
148
179
|
"github-operations",
|
|
180
|
+
"gpt-taste",
|
|
149
181
|
"gsap-core",
|
|
150
182
|
"gsap-frameworks",
|
|
151
183
|
"gsap-performance",
|
|
@@ -154,56 +186,86 @@
|
|
|
154
186
|
"gsap-scrolltrigger",
|
|
155
187
|
"gsap-timeline",
|
|
156
188
|
"gsap-utils",
|
|
189
|
+
"harden",
|
|
157
190
|
"harness-protocol",
|
|
158
191
|
"i18n-localization",
|
|
192
|
+
"impeccable",
|
|
193
|
+
"improve-codebase-architecture",
|
|
194
|
+
"improve-ui",
|
|
159
195
|
"intelligent-routing",
|
|
196
|
+
"landing-page",
|
|
160
197
|
"lint-and-validate",
|
|
161
198
|
"llm-engineering",
|
|
162
199
|
"local-first",
|
|
200
|
+
"local-first-architecture",
|
|
201
|
+
"lottie-animation",
|
|
202
|
+
"marquee-loop",
|
|
203
|
+
"masked-reveal",
|
|
163
204
|
"mcp-builder",
|
|
205
|
+
"micro-interaction",
|
|
164
206
|
"mobile-design",
|
|
165
207
|
"monorepo-management",
|
|
208
|
+
"morphing-icons",
|
|
166
209
|
"motion-engineering",
|
|
167
210
|
"nextjs-react-expert",
|
|
168
211
|
"nodejs-best-practices",
|
|
169
212
|
"observability",
|
|
213
|
+
"page-transition-animation",
|
|
170
214
|
"parallel-agents",
|
|
171
215
|
"performance-profiling",
|
|
172
216
|
"plan-writing",
|
|
173
217
|
"platform-engineer",
|
|
174
218
|
"playwright-best-practices",
|
|
219
|
+
"polish",
|
|
175
220
|
"powershell-windows",
|
|
221
|
+
"pricing-page",
|
|
222
|
+
"progressive-blur",
|
|
176
223
|
"project-idioms",
|
|
177
224
|
"python-patterns",
|
|
178
225
|
"python-pro",
|
|
226
|
+
"quieter",
|
|
227
|
+
"react-doctor",
|
|
179
228
|
"react-specialist",
|
|
180
229
|
"readme-builder",
|
|
181
230
|
"realtime-patterns",
|
|
182
231
|
"red-team-tactics",
|
|
232
|
+
"redesign-skill",
|
|
183
233
|
"review-animations",
|
|
184
234
|
"rust-pro",
|
|
185
235
|
"seo-fundamentals",
|
|
186
236
|
"server-management",
|
|
187
237
|
"shadcn-ui-expert",
|
|
238
|
+
"shape",
|
|
188
239
|
"skill-creator",
|
|
240
|
+
"soft-skill",
|
|
241
|
+
"sounds-on-the-web",
|
|
189
242
|
"sql-pro",
|
|
190
243
|
"supabase-postgres-best-practices",
|
|
244
|
+
"svg-animation",
|
|
191
245
|
"swiftui-expert",
|
|
246
|
+
"swiss-design",
|
|
192
247
|
"system-design-pro",
|
|
193
248
|
"systematic-debugging",
|
|
194
249
|
"tailwind-patterns",
|
|
250
|
+
"taste-skill",
|
|
195
251
|
"tdd-workflow",
|
|
196
252
|
"test-result-analyzer",
|
|
197
253
|
"testing-patterns",
|
|
254
|
+
"thermo-nuclear-code-quality-review",
|
|
198
255
|
"thinking-protocol",
|
|
256
|
+
"to-spring-or-not-to-spring",
|
|
257
|
+
"transitions-dev",
|
|
199
258
|
"trend-researcher",
|
|
200
259
|
"typescript-advanced",
|
|
260
|
+
"typeset",
|
|
261
|
+
"ui-skills-root",
|
|
201
262
|
"ui-ux-pro-max",
|
|
202
263
|
"ui-ux-researcher",
|
|
203
264
|
"vue-expert",
|
|
204
265
|
"vulnerability-scanner",
|
|
205
266
|
"web-accessibility-auditor",
|
|
206
267
|
"web-design-guidelines",
|
|
268
|
+
"web-quality-audit",
|
|
207
269
|
"webapp-testing",
|
|
208
270
|
"webgpu-performance",
|
|
209
271
|
"whimsy-injector",
|
|
@@ -894,6 +956,12 @@
|
|
|
894
956
|
"actual": 19,
|
|
895
957
|
"valid": true
|
|
896
958
|
},
|
|
959
|
+
{
|
|
960
|
+
"source": "ARCHITECTURE.md:L74",
|
|
961
|
+
"claim": "19 reviewers",
|
|
962
|
+
"actual": 19,
|
|
963
|
+
"valid": true
|
|
964
|
+
},
|
|
897
965
|
{
|
|
898
966
|
"source": "ARCHITECTURE.md:L270",
|
|
899
967
|
"claim": "19 reviewers",
|
|
@@ -901,9 +969,9 @@
|
|
|
901
969
|
"valid": true
|
|
902
970
|
},
|
|
903
971
|
{
|
|
904
|
-
"source": "
|
|
905
|
-
"claim": "
|
|
906
|
-
"actual":
|
|
972
|
+
"source": "rules/GEMINI.md:L225",
|
|
973
|
+
"claim": "19 reviewers",
|
|
974
|
+
"actual": 19,
|
|
907
975
|
"valid": true
|
|
908
976
|
},
|
|
909
977
|
{
|
|
@@ -953,6 +1021,6 @@
|
|
|
953
1021
|
"phantom_references": 0,
|
|
954
1022
|
"invalid_claims": 0,
|
|
955
1023
|
"total_references": 100,
|
|
956
|
-
"total_claims":
|
|
1024
|
+
"total_claims": 11
|
|
957
1025
|
}
|
|
958
1026
|
}
|