tribunal-kit 4.4.2 → 4.4.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 (108) hide show
  1. package/.agent/scripts/marathon_harness.js +896 -0
  2. package/.agent/scripts/prompt_compiler.js +87 -0
  3. package/.agent/skills/agent-organizer/SKILL.md +42 -0
  4. package/.agent/skills/agentic-patterns/SKILL.md +42 -0
  5. package/.agent/skills/ai-prompt-injection-defense/SKILL.md +42 -0
  6. package/.agent/skills/api-patterns/SKILL.md +42 -0
  7. package/.agent/skills/api-security-auditor/SKILL.md +42 -0
  8. package/.agent/skills/app-builder/SKILL.md +42 -0
  9. package/.agent/skills/appflow-wireframe/SKILL.md +42 -0
  10. package/.agent/skills/architecture/SKILL.md +42 -0
  11. package/.agent/skills/authentication-best-practices/SKILL.md +42 -0
  12. package/.agent/skills/backend-security-expert/SKILL.md +122 -0
  13. package/.agent/skills/bash-linux/SKILL.md +42 -0
  14. package/.agent/skills/behavioral-modes/SKILL.md +42 -0
  15. package/.agent/skills/brainstorming/SKILL.md +42 -0
  16. package/.agent/skills/building-native-ui/SKILL.md +42 -0
  17. package/.agent/skills/clean-code/SKILL.md +42 -0
  18. package/.agent/skills/code-review-checklist/SKILL.md +42 -0
  19. package/.agent/skills/config-validator/SKILL.md +42 -0
  20. package/.agent/skills/csharp-developer/SKILL.md +42 -0
  21. package/.agent/skills/data-validation-schemas/SKILL.md +42 -0
  22. package/.agent/skills/database-design/SKILL.md +42 -0
  23. package/.agent/skills/deployment-procedures/SKILL.md +42 -0
  24. package/.agent/skills/devops-engineer/SKILL.md +42 -0
  25. package/.agent/skills/devops-incident-responder/SKILL.md +42 -0
  26. package/.agent/skills/documentation-templates/SKILL.md +42 -0
  27. package/.agent/skills/edge-computing/SKILL.md +42 -0
  28. package/.agent/skills/error-resilience/SKILL.md +42 -0
  29. package/.agent/skills/extract-design-system/SKILL.md +42 -0
  30. package/.agent/skills/framer-motion-expert/SKILL.md +42 -0
  31. package/.agent/skills/frontend-design/SKILL.md +42 -0
  32. package/.agent/skills/frontend-security-expert/SKILL.md +123 -0
  33. package/.agent/skills/game-design-expert/SKILL.md +42 -0
  34. package/.agent/skills/game-engineering-expert/SKILL.md +42 -0
  35. package/.agent/skills/geo-fundamentals/SKILL.md +42 -0
  36. package/.agent/skills/github-operations/SKILL.md +42 -0
  37. package/.agent/skills/gsap-core/SKILL.md +42 -0
  38. package/.agent/skills/gsap-frameworks/SKILL.md +42 -0
  39. package/.agent/skills/gsap-performance/SKILL.md +42 -0
  40. package/.agent/skills/gsap-plugins/SKILL.md +42 -0
  41. package/.agent/skills/gsap-react/SKILL.md +42 -0
  42. package/.agent/skills/gsap-scrolltrigger/SKILL.md +42 -0
  43. package/.agent/skills/gsap-timeline/SKILL.md +42 -0
  44. package/.agent/skills/gsap-utils/SKILL.md +42 -0
  45. package/.agent/skills/i18n-localization/SKILL.md +42 -0
  46. package/.agent/skills/intelligent-routing/SKILL.md +42 -0
  47. package/.agent/skills/knowledge-graph/SKILL.md +42 -0
  48. package/.agent/skills/lint-and-validate/SKILL.md +42 -0
  49. package/.agent/skills/llm-engineering/SKILL.md +42 -0
  50. package/.agent/skills/local-first/SKILL.md +42 -0
  51. package/.agent/skills/mcp-builder/SKILL.md +42 -0
  52. package/.agent/skills/mobile-design/SKILL.md +42 -0
  53. package/.agent/skills/monorepo-management/SKILL.md +42 -0
  54. package/.agent/skills/motion-engineering/SKILL.md +42 -0
  55. package/.agent/skills/nextjs-react-expert/SKILL.md +42 -0
  56. package/.agent/skills/nodejs-best-practices/SKILL.md +42 -0
  57. package/.agent/skills/observability/SKILL.md +42 -0
  58. package/.agent/skills/parallel-agents/SKILL.md +42 -0
  59. package/.agent/skills/performance-profiling/SKILL.md +42 -0
  60. package/.agent/skills/plan-writing/SKILL.md +42 -0
  61. package/.agent/skills/platform-engineer/SKILL.md +42 -0
  62. package/.agent/skills/playwright-best-practices/SKILL.md +42 -0
  63. package/.agent/skills/powershell-windows/SKILL.md +42 -0
  64. package/.agent/skills/project-idioms/SKILL.md +42 -0
  65. package/.agent/skills/python-patterns/SKILL.md +42 -0
  66. package/.agent/skills/python-pro/SKILL.md +42 -0
  67. package/.agent/skills/react-specialist/SKILL.md +42 -0
  68. package/.agent/skills/readme-builder/SKILL.md +42 -0
  69. package/.agent/skills/realtime-patterns/SKILL.md +42 -0
  70. package/.agent/skills/red-team-tactics/SKILL.md +42 -0
  71. package/.agent/skills/rust-pro/SKILL.md +42 -0
  72. package/.agent/skills/seo-fundamentals/SKILL.md +42 -0
  73. package/.agent/skills/server-management/SKILL.md +42 -0
  74. package/.agent/skills/shadcn-ui-expert/SKILL.md +42 -0
  75. package/.agent/skills/skill-creator/SKILL.md +42 -0
  76. package/.agent/skills/sql-pro/SKILL.md +42 -0
  77. package/.agent/skills/supabase-postgres-best-practices/SKILL.md +42 -0
  78. package/.agent/skills/swiftui-expert/SKILL.md +42 -0
  79. package/.agent/skills/systematic-debugging/SKILL.md +42 -0
  80. package/.agent/skills/tailwind-patterns/SKILL.md +42 -0
  81. package/.agent/skills/tdd-workflow/SKILL.md +42 -0
  82. package/.agent/skills/test-result-analyzer/SKILL.md +42 -0
  83. package/.agent/skills/testing-patterns/SKILL.md +42 -0
  84. package/.agent/skills/trend-researcher/SKILL.md +42 -0
  85. package/.agent/skills/typescript-advanced/SKILL.md +42 -0
  86. package/.agent/skills/ui-ux-pro-max/SKILL.md +42 -0
  87. package/.agent/skills/ui-ux-researcher/SKILL.md +42 -0
  88. package/.agent/skills/vue-expert/SKILL.md +42 -0
  89. package/.agent/skills/vulnerability-scanner/SKILL.md +42 -0
  90. package/.agent/skills/web-accessibility-auditor/SKILL.md +42 -0
  91. package/.agent/skills/web-design-guidelines/SKILL.md +42 -0
  92. package/.agent/skills/webapp-testing/SKILL.md +42 -0
  93. package/.agent/skills/whimsy-injector/SKILL.md +42 -0
  94. package/.agent/skills/workflow-optimizer/SKILL.md +42 -0
  95. package/.agent/workflows/marathon.md +247 -0
  96. package/.agent/workflows/super-prompt.md +27 -0
  97. package/README.md +113 -242
  98. package/bin/tribunal-kit.js +49 -3
  99. package/package.json +3 -2
  100. package/.agent/scripts/append_flow.js +0 -72
  101. package/.agent/scripts/colors.js +0 -11
  102. package/.agent/scripts/compress_skills.js +0 -141
  103. package/.agent/scripts/consolidate_skills.js +0 -149
  104. package/.agent/scripts/deep_compress.js +0 -150
  105. package/.agent/scripts/patch_skills_meta.js +0 -156
  106. package/.agent/scripts/patch_skills_output.js +0 -244
  107. package/.agent/scripts/strip_tribunal.js +0 -47
  108. package/.agent/scripts/utils.js +0 -17
@@ -131,3 +131,45 @@ CONFIRM: Verify the output is correct before presenting
131
131
 
132
132
  ## VBC Protocol (Verification-Before-Completion)
133
133
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
134
+
135
+
136
+ ---
137
+
138
+ ## 🤖 LLM-Specific Traps
139
+
140
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
141
+
142
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
143
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
144
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
145
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
146
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
147
+
148
+ ---
149
+
150
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
151
+
152
+ **Slash command: `/review` or `/tribunal-full`**
153
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
154
+
155
+ ### ❌ Forbidden AI Tropes
156
+
157
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
158
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
159
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
160
+
161
+ ### ✅ Pre-Flight Self-Audit
162
+
163
+ Review these questions before confirming output:
164
+ ```
165
+ ✅ Did I rely ONLY on real, verified tools and methods?
166
+ ✅ Is this solution appropriately scoped to the user's constraints?
167
+ ✅ Did I handle potential failure modes and edge cases?
168
+ ✅ Have I avoided generic boilerplate that doesn't add value?
169
+ ```
170
+
171
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
172
+
173
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
174
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
175
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -478,3 +478,45 @@ CONFIRM: Verify the output is correct before presenting
478
478
 
479
479
  ## VBC Protocol (Verification-Before-Completion)
480
480
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
481
+
482
+
483
+ ---
484
+
485
+ ## 🤖 LLM-Specific Traps
486
+
487
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
488
+
489
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
490
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
491
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
492
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
493
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
494
+
495
+ ---
496
+
497
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
498
+
499
+ **Slash command: `/review` or `/tribunal-full`**
500
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
501
+
502
+ ### ❌ Forbidden AI Tropes
503
+
504
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
505
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
506
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
507
+
508
+ ### ✅ Pre-Flight Self-Audit
509
+
510
+ Review these questions before confirming output:
511
+ ```
512
+ ✅ Did I rely ONLY on real, verified tools and methods?
513
+ ✅ Is this solution appropriately scoped to the user's constraints?
514
+ ✅ Did I handle potential failure modes and edge cases?
515
+ ✅ Have I avoided generic boilerplate that doesn't add value?
516
+ ```
517
+
518
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
519
+
520
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
521
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
522
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -187,3 +187,45 @@ CONFIRM: Verify the output is correct before presenting
187
187
 
188
188
  ## VBC Protocol (Verification-Before-Completion)
189
189
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
190
+
191
+
192
+ ---
193
+
194
+ ## 🤖 LLM-Specific Traps
195
+
196
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
197
+
198
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
199
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
200
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
201
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
202
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
203
+
204
+ ---
205
+
206
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
207
+
208
+ **Slash command: `/review` or `/tribunal-full`**
209
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
210
+
211
+ ### ❌ Forbidden AI Tropes
212
+
213
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
214
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
215
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
216
+
217
+ ### ✅ Pre-Flight Self-Audit
218
+
219
+ Review these questions before confirming output:
220
+ ```
221
+ ✅ Did I rely ONLY on real, verified tools and methods?
222
+ ✅ Is this solution appropriately scoped to the user's constraints?
223
+ ✅ Did I handle potential failure modes and edge cases?
224
+ ✅ Have I avoided generic boilerplate that doesn't add value?
225
+ ```
226
+
227
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
228
+
229
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
230
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
231
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -348,3 +348,45 @@ CONFIRM: Verify the output is correct before presenting
348
348
 
349
349
  ## VBC Protocol (Verification-Before-Completion)
350
350
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
351
+
352
+
353
+ ---
354
+
355
+ ## 🤖 LLM-Specific Traps
356
+
357
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
358
+
359
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
360
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
361
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
362
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
363
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
364
+
365
+ ---
366
+
367
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
368
+
369
+ **Slash command: `/review` or `/tribunal-full`**
370
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
371
+
372
+ ### ❌ Forbidden AI Tropes
373
+
374
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
375
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
376
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
377
+
378
+ ### ✅ Pre-Flight Self-Audit
379
+
380
+ Review these questions before confirming output:
381
+ ```
382
+ ✅ Did I rely ONLY on real, verified tools and methods?
383
+ ✅ Is this solution appropriately scoped to the user's constraints?
384
+ ✅ Did I handle potential failure modes and edge cases?
385
+ ✅ Have I avoided generic boilerplate that doesn't add value?
386
+ ```
387
+
388
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
389
+
390
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
391
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
392
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -159,3 +159,45 @@ CONFIRM: Verify the output is correct before presenting
159
159
 
160
160
  ## VBC Protocol (Verification-Before-Completion)
161
161
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
162
+
163
+
164
+ ---
165
+
166
+ ## 🤖 LLM-Specific Traps
167
+
168
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
169
+
170
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
171
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
172
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
173
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
174
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
175
+
176
+ ---
177
+
178
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
179
+
180
+ **Slash command: `/review` or `/tribunal-full`**
181
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
182
+
183
+ ### ❌ Forbidden AI Tropes
184
+
185
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
186
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
187
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
188
+
189
+ ### ✅ Pre-Flight Self-Audit
190
+
191
+ Review these questions before confirming output:
192
+ ```
193
+ ✅ Did I rely ONLY on real, verified tools and methods?
194
+ ✅ Is this solution appropriately scoped to the user's constraints?
195
+ ✅ Did I handle potential failure modes and edge cases?
196
+ ✅ Have I avoided generic boilerplate that doesn't add value?
197
+ ```
198
+
199
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
200
+
201
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
202
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
203
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -336,3 +336,45 @@ CONFIRM: Verify the output is correct before presenting
336
336
 
337
337
  ## VBC Protocol (Verification-Before-Completion)
338
338
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
339
+
340
+
341
+ ---
342
+
343
+ ## 🤖 LLM-Specific Traps
344
+
345
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
346
+
347
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
348
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
349
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
350
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
351
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
352
+
353
+ ---
354
+
355
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
356
+
357
+ **Slash command: `/review` or `/tribunal-full`**
358
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
359
+
360
+ ### ❌ Forbidden AI Tropes
361
+
362
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
363
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
364
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
365
+
366
+ ### ✅ Pre-Flight Self-Audit
367
+
368
+ Review these questions before confirming output:
369
+ ```
370
+ ✅ Did I rely ONLY on real, verified tools and methods?
371
+ ✅ Is this solution appropriately scoped to the user's constraints?
372
+ ✅ Did I handle potential failure modes and edge cases?
373
+ ✅ Have I avoided generic boilerplate that doesn't add value?
374
+ ```
375
+
376
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
377
+
378
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
379
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
380
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -161,3 +161,45 @@ Review these questions before confirming output:
161
161
 
162
162
  ## VBC Protocol (Verification-Before-Completion)
163
163
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
164
+
165
+
166
+ ---
167
+
168
+ ## 🤖 LLM-Specific Traps
169
+
170
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
171
+
172
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
173
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
174
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
175
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
176
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
177
+
178
+ ---
179
+
180
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
181
+
182
+ **Slash command: `/review` or `/tribunal-full`**
183
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
184
+
185
+ ### ❌ Forbidden AI Tropes
186
+
187
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
188
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
189
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
190
+
191
+ ### ✅ Pre-Flight Self-Audit
192
+
193
+ Review these questions before confirming output:
194
+ ```
195
+ ✅ Did I rely ONLY on real, verified tools and methods?
196
+ ✅ Is this solution appropriately scoped to the user's constraints?
197
+ ✅ Did I handle potential failure modes and edge cases?
198
+ ✅ Have I avoided generic boilerplate that doesn't add value?
199
+ ```
200
+
201
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
202
+
203
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
204
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
205
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -244,3 +244,45 @@ Review these questions before confirming output:
244
244
 
245
245
  ## VBC Protocol (Verification-Before-Completion)
246
246
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
247
+
248
+
249
+ ---
250
+
251
+ ## 🤖 LLM-Specific Traps
252
+
253
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
254
+
255
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
256
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
257
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
258
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
259
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
260
+
261
+ ---
262
+
263
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
264
+
265
+ **Slash command: `/review` or `/tribunal-full`**
266
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
267
+
268
+ ### ❌ Forbidden AI Tropes
269
+
270
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
271
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
272
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
273
+
274
+ ### ✅ Pre-Flight Self-Audit
275
+
276
+ Review these questions before confirming output:
277
+ ```
278
+ ✅ Did I rely ONLY on real, verified tools and methods?
279
+ ✅ Is this solution appropriately scoped to the user's constraints?
280
+ ✅ Did I handle potential failure modes and edge cases?
281
+ ✅ Have I avoided generic boilerplate that doesn't add value?
282
+ ```
283
+
284
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
285
+
286
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
287
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
288
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -50,3 +50,45 @@ Reading raw project files wastes up to 50,000 tokens per edit. You must use the
50
50
 
51
51
  ## VBC Protocol (Verification-Before-Completion)
52
52
  You are explicitly forbidden from guessing or "hallucinating" what functions, props, or variables exist inside a file. You MUST read the Context Snapshot (or use `graph_zoom.js`) to verify a component's exact signature before you attempt to call it, mock it, or rewrite it. Always respect the Blast Radius Risk Score before deleting or mutating files.
53
+
54
+
55
+ ---
56
+
57
+ ## 🤖 LLM-Specific Traps
58
+
59
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
60
+
61
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
62
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
63
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
64
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
65
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
66
+
67
+ ---
68
+
69
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
70
+
71
+ **Slash command: `/review` or `/tribunal-full`**
72
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
73
+
74
+ ### ❌ Forbidden AI Tropes
75
+
76
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
77
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
78
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
79
+
80
+ ### ✅ Pre-Flight Self-Audit
81
+
82
+ Review these questions before confirming output:
83
+ ```
84
+ ✅ Did I rely ONLY on real, verified tools and methods?
85
+ ✅ Is this solution appropriately scoped to the user's constraints?
86
+ ✅ Did I handle potential failure modes and edge cases?
87
+ ✅ Have I avoided generic boilerplate that doesn't add value?
88
+ ```
89
+
90
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
91
+
92
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
93
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
94
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -259,3 +259,45 @@ Review these questions before confirming output:
259
259
 
260
260
  ## VBC Protocol (Verification-Before-Completion)
261
261
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
262
+
263
+
264
+ ---
265
+
266
+ ## 🤖 LLM-Specific Traps
267
+
268
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
269
+
270
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
271
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
272
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
273
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
274
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
275
+
276
+ ---
277
+
278
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
279
+
280
+ **Slash command: `/review` or `/tribunal-full`**
281
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
282
+
283
+ ### ❌ Forbidden AI Tropes
284
+
285
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
286
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
287
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
288
+
289
+ ### ✅ Pre-Flight Self-Audit
290
+
291
+ Review these questions before confirming output:
292
+ ```
293
+ ✅ Did I rely ONLY on real, verified tools and methods?
294
+ ✅ Is this solution appropriately scoped to the user's constraints?
295
+ ✅ Did I handle potential failure modes and edge cases?
296
+ ✅ Have I avoided generic boilerplate that doesn't add value?
297
+ ```
298
+
299
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
300
+
301
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
302
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
303
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -392,3 +392,45 @@ Review these questions before confirming output:
392
392
 
393
393
  ## VBC Protocol (Verification-Before-Completion)
394
394
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
395
+
396
+
397
+ ---
398
+
399
+ ## 🤖 LLM-Specific Traps
400
+
401
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
402
+
403
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
404
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
405
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
406
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
407
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
408
+
409
+ ---
410
+
411
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
412
+
413
+ **Slash command: `/review` or `/tribunal-full`**
414
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
415
+
416
+ ### ❌ Forbidden AI Tropes
417
+
418
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
419
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
420
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
421
+
422
+ ### ✅ Pre-Flight Self-Audit
423
+
424
+ Review these questions before confirming output:
425
+ ```
426
+ ✅ Did I rely ONLY on real, verified tools and methods?
427
+ ✅ Is this solution appropriately scoped to the user's constraints?
428
+ ✅ Did I handle potential failure modes and edge cases?
429
+ ✅ Have I avoided generic boilerplate that doesn't add value?
430
+ ```
431
+
432
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
433
+
434
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
435
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
436
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -176,3 +176,45 @@ Review these questions before confirming output:
176
176
 
177
177
  ## VBC Protocol (Verification-Before-Completion)
178
178
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
179
+
180
+
181
+ ---
182
+
183
+ ## 🤖 LLM-Specific Traps
184
+
185
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
186
+
187
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
188
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
189
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
190
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
191
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
192
+
193
+ ---
194
+
195
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
196
+
197
+ **Slash command: `/review` or `/tribunal-full`**
198
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
199
+
200
+ ### ❌ Forbidden AI Tropes
201
+
202
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
203
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
204
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
205
+
206
+ ### ✅ Pre-Flight Self-Audit
207
+
208
+ Review these questions before confirming output:
209
+ ```
210
+ ✅ Did I rely ONLY on real, verified tools and methods?
211
+ ✅ Is this solution appropriately scoped to the user's constraints?
212
+ ✅ Did I handle potential failure modes and edge cases?
213
+ ✅ Have I avoided generic boilerplate that doesn't add value?
214
+ ```
215
+
216
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
217
+
218
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
219
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
220
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -140,3 +140,45 @@ Review these questions before confirming output:
140
140
 
141
141
  ## VBC Protocol (Verification-Before-Completion)
142
142
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
143
+
144
+
145
+ ---
146
+
147
+ ## 🤖 LLM-Specific Traps
148
+
149
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
150
+
151
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
152
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
153
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
154
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
155
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
156
+
157
+ ---
158
+
159
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
160
+
161
+ **Slash command: `/review` or `/tribunal-full`**
162
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
163
+
164
+ ### ❌ Forbidden AI Tropes
165
+
166
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
167
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
168
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
169
+
170
+ ### ✅ Pre-Flight Self-Audit
171
+
172
+ Review these questions before confirming output:
173
+ ```
174
+ ✅ Did I rely ONLY on real, verified tools and methods?
175
+ ✅ Is this solution appropriately scoped to the user's constraints?
176
+ ✅ Did I handle potential failure modes and edge cases?
177
+ ✅ Have I avoided generic boilerplate that doesn't add value?
178
+ ```
179
+
180
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
181
+
182
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
183
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
184
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.
@@ -261,3 +261,45 @@ Review these questions before confirming output:
261
261
 
262
262
  ## VBC Protocol (Verification-Before-Completion)
263
263
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
264
+
265
+
266
+ ---
267
+
268
+ ## 🤖 LLM-Specific Traps
269
+
270
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
271
+
272
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
273
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
274
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
275
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
276
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
277
+
278
+ ---
279
+
280
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
281
+
282
+ **Slash command: `/review` or `/tribunal-full`**
283
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
284
+
285
+ ### ❌ Forbidden AI Tropes
286
+
287
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
288
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
289
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
290
+
291
+ ### ✅ Pre-Flight Self-Audit
292
+
293
+ Review these questions before confirming output:
294
+ ```
295
+ ✅ Did I rely ONLY on real, verified tools and methods?
296
+ ✅ Is this solution appropriately scoped to the user's constraints?
297
+ ✅ Did I handle potential failure modes and edge cases?
298
+ ✅ Have I avoided generic boilerplate that doesn't add value?
299
+ ```
300
+
301
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
302
+
303
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
304
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
305
+ - ✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.