tribunal-kit 4.4.1 → 4.4.3

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 (141) hide show
  1. package/.agent/history/architecture-graph.yaml +140 -0
  2. package/.agent/history/graph-cache.json +262 -0
  3. package/.agent/history/snapshots/bin__tribunal-kit.js.json +19 -0
  4. package/.agent/history/snapshots/eslint.config.js.json +9 -0
  5. package/.agent/history/snapshots/migrate_refs.js.json +11 -0
  6. package/.agent/history/snapshots/scripts__changelog.js.json +13 -0
  7. package/.agent/history/snapshots/scripts__sync-version.js.json +12 -0
  8. package/.agent/history/snapshots/scripts__validate-payload.js.json +12 -0
  9. package/.agent/history/snapshots/test__integration__bridges.test.js.json +14 -0
  10. package/.agent/history/snapshots/test__integration__init.test.js.json +14 -0
  11. package/.agent/history/snapshots/test__integration__routing.test.js.json +12 -0
  12. package/.agent/history/snapshots/test__integration__swarm_dispatcher.test.js.json +14 -0
  13. package/.agent/history/snapshots/test__integration__wave2.test.js.json +14 -0
  14. package/.agent/history/snapshots/test__unit__args.test.js.json +20 -0
  15. package/.agent/history/snapshots/test__unit__case_law_manager.test.js.json +11 -0
  16. package/.agent/history/snapshots/test__unit__context_broker.test.js.json +11 -0
  17. package/.agent/history/snapshots/test__unit__copyDir.test.js.json +23 -0
  18. package/.agent/history/snapshots/test__unit__graph_tools.test.js.json +12 -0
  19. package/.agent/history/snapshots/test__unit__inner_loop_validator.test.js.json +11 -0
  20. package/.agent/history/snapshots/test__unit__selfInstall.test.js.json +23 -0
  21. package/.agent/history/snapshots/test__unit__semver.test.js.json +20 -0
  22. package/.agent/history/snapshots/test__unit__swarm_dispatcher.test.js.json +12 -0
  23. package/.agent/scripts/_colors.js +170 -18
  24. package/.agent/scripts/_utils.js +244 -42
  25. package/.agent/scripts/bundle_analyzer.js +261 -290
  26. package/.agent/scripts/case_law_manager.js +1 -7
  27. package/.agent/scripts/checklist.js +278 -266
  28. package/.agent/scripts/colors.js +11 -17
  29. package/.agent/scripts/context_broker.js +1 -7
  30. package/.agent/scripts/dependency_analyzer.js +234 -272
  31. package/.agent/scripts/graph_builder.js +46 -18
  32. package/.agent/scripts/graph_visualizer.js +10 -4
  33. package/.agent/scripts/graph_zoom.js +6 -4
  34. package/.agent/scripts/inner_loop_validator.js +2 -8
  35. package/.agent/scripts/lint_runner.js +186 -187
  36. package/.agent/scripts/marathon_harness.js +799 -0
  37. package/.agent/scripts/prompt_compiler.js +56 -0
  38. package/.agent/scripts/schema_validator.js +8 -25
  39. package/.agent/scripts/security_scan.js +276 -303
  40. package/.agent/scripts/session_manager.js +1 -7
  41. package/.agent/scripts/skill_evolution.js +1 -8
  42. package/.agent/scripts/skill_integrator.js +1 -7
  43. package/.agent/scripts/test_runner.js +186 -193
  44. package/.agent/scripts/utils.js +17 -32
  45. package/.agent/scripts/verify_all.js +248 -257
  46. package/.agent/skills/agent-organizer/SKILL.md +42 -0
  47. package/.agent/skills/agentic-patterns/SKILL.md +42 -0
  48. package/.agent/skills/ai-prompt-injection-defense/SKILL.md +42 -0
  49. package/.agent/skills/api-patterns/SKILL.md +42 -0
  50. package/.agent/skills/api-security-auditor/SKILL.md +42 -0
  51. package/.agent/skills/app-builder/SKILL.md +42 -0
  52. package/.agent/skills/appflow-wireframe/SKILL.md +42 -0
  53. package/.agent/skills/architecture/SKILL.md +42 -0
  54. package/.agent/skills/authentication-best-practices/SKILL.md +42 -0
  55. package/.agent/skills/backend-security-expert/SKILL.md +122 -0
  56. package/.agent/skills/bash-linux/SKILL.md +42 -0
  57. package/.agent/skills/behavioral-modes/SKILL.md +42 -0
  58. package/.agent/skills/brainstorming/SKILL.md +42 -0
  59. package/.agent/skills/building-native-ui/SKILL.md +42 -0
  60. package/.agent/skills/clean-code/SKILL.md +42 -0
  61. package/.agent/skills/code-review-checklist/SKILL.md +42 -0
  62. package/.agent/skills/config-validator/SKILL.md +42 -0
  63. package/.agent/skills/csharp-developer/SKILL.md +42 -0
  64. package/.agent/skills/data-validation-schemas/SKILL.md +42 -0
  65. package/.agent/skills/database-design/SKILL.md +42 -0
  66. package/.agent/skills/deployment-procedures/SKILL.md +42 -0
  67. package/.agent/skills/devops-engineer/SKILL.md +42 -0
  68. package/.agent/skills/devops-incident-responder/SKILL.md +42 -0
  69. package/.agent/skills/documentation-templates/SKILL.md +42 -0
  70. package/.agent/skills/edge-computing/SKILL.md +42 -0
  71. package/.agent/skills/error-resilience/SKILL.md +42 -0
  72. package/.agent/skills/extract-design-system/SKILL.md +42 -0
  73. package/.agent/skills/framer-motion-expert/SKILL.md +42 -0
  74. package/.agent/skills/frontend-design/SKILL.md +42 -0
  75. package/.agent/skills/frontend-security-expert/SKILL.md +123 -0
  76. package/.agent/skills/game-design-expert/SKILL.md +42 -0
  77. package/.agent/skills/game-engineering-expert/SKILL.md +42 -0
  78. package/.agent/skills/geo-fundamentals/SKILL.md +42 -0
  79. package/.agent/skills/github-operations/SKILL.md +42 -0
  80. package/.agent/skills/gsap-core/SKILL.md +42 -0
  81. package/.agent/skills/gsap-frameworks/SKILL.md +42 -0
  82. package/.agent/skills/gsap-performance/SKILL.md +42 -0
  83. package/.agent/skills/gsap-plugins/SKILL.md +42 -0
  84. package/.agent/skills/gsap-react/SKILL.md +42 -0
  85. package/.agent/skills/gsap-scrolltrigger/SKILL.md +42 -0
  86. package/.agent/skills/gsap-timeline/SKILL.md +42 -0
  87. package/.agent/skills/gsap-utils/SKILL.md +42 -0
  88. package/.agent/skills/i18n-localization/SKILL.md +42 -0
  89. package/.agent/skills/intelligent-routing/SKILL.md +42 -0
  90. package/.agent/skills/knowledge-graph/SKILL.md +42 -0
  91. package/.agent/skills/lint-and-validate/SKILL.md +42 -0
  92. package/.agent/skills/llm-engineering/SKILL.md +42 -0
  93. package/.agent/skills/local-first/SKILL.md +42 -0
  94. package/.agent/skills/mcp-builder/SKILL.md +42 -0
  95. package/.agent/skills/mobile-design/SKILL.md +42 -0
  96. package/.agent/skills/monorepo-management/SKILL.md +42 -0
  97. package/.agent/skills/motion-engineering/SKILL.md +42 -0
  98. package/.agent/skills/nextjs-react-expert/SKILL.md +42 -0
  99. package/.agent/skills/nodejs-best-practices/SKILL.md +42 -0
  100. package/.agent/skills/observability/SKILL.md +42 -0
  101. package/.agent/skills/parallel-agents/SKILL.md +42 -0
  102. package/.agent/skills/performance-profiling/SKILL.md +42 -0
  103. package/.agent/skills/plan-writing/SKILL.md +42 -0
  104. package/.agent/skills/platform-engineer/SKILL.md +42 -0
  105. package/.agent/skills/playwright-best-practices/SKILL.md +42 -0
  106. package/.agent/skills/powershell-windows/SKILL.md +42 -0
  107. package/.agent/skills/project-idioms/SKILL.md +42 -0
  108. package/.agent/skills/python-patterns/SKILL.md +42 -0
  109. package/.agent/skills/python-pro/SKILL.md +42 -0
  110. package/.agent/skills/react-specialist/SKILL.md +42 -0
  111. package/.agent/skills/readme-builder/SKILL.md +42 -0
  112. package/.agent/skills/realtime-patterns/SKILL.md +42 -0
  113. package/.agent/skills/red-team-tactics/SKILL.md +42 -0
  114. package/.agent/skills/rust-pro/SKILL.md +42 -0
  115. package/.agent/skills/seo-fundamentals/SKILL.md +42 -0
  116. package/.agent/skills/server-management/SKILL.md +42 -0
  117. package/.agent/skills/shadcn-ui-expert/SKILL.md +42 -0
  118. package/.agent/skills/skill-creator/SKILL.md +42 -0
  119. package/.agent/skills/sql-pro/SKILL.md +42 -0
  120. package/.agent/skills/supabase-postgres-best-practices/SKILL.md +42 -0
  121. package/.agent/skills/swiftui-expert/SKILL.md +42 -0
  122. package/.agent/skills/systematic-debugging/SKILL.md +42 -0
  123. package/.agent/skills/tailwind-patterns/SKILL.md +42 -0
  124. package/.agent/skills/tdd-workflow/SKILL.md +42 -0
  125. package/.agent/skills/test-result-analyzer/SKILL.md +42 -0
  126. package/.agent/skills/testing-patterns/SKILL.md +42 -0
  127. package/.agent/skills/trend-researcher/SKILL.md +42 -0
  128. package/.agent/skills/typescript-advanced/SKILL.md +42 -0
  129. package/.agent/skills/ui-ux-pro-max/SKILL.md +42 -0
  130. package/.agent/skills/ui-ux-researcher/SKILL.md +42 -0
  131. package/.agent/skills/vue-expert/SKILL.md +42 -0
  132. package/.agent/skills/vulnerability-scanner/SKILL.md +42 -0
  133. package/.agent/skills/web-accessibility-auditor/SKILL.md +42 -0
  134. package/.agent/skills/web-design-guidelines/SKILL.md +42 -0
  135. package/.agent/skills/webapp-testing/SKILL.md +42 -0
  136. package/.agent/skills/whimsy-injector/SKILL.md +42 -0
  137. package/.agent/skills/workflow-optimizer/SKILL.md +42 -0
  138. package/.agent/workflows/marathon.md +247 -0
  139. package/.agent/workflows/super-prompt.md +27 -0
  140. package/bin/tribunal-kit.js +47 -1
  141. package/package.json +3 -2
@@ -192,3 +192,45 @@ Review these questions before confirming output:
192
192
 
193
193
  ## VBC Protocol (Verification-Before-Completion)
194
194
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
195
+
196
+
197
+ ---
198
+
199
+ ## 🤖 LLM-Specific Traps
200
+
201
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
202
+
203
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
204
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
205
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
206
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
207
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
208
+
209
+ ---
210
+
211
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
212
+
213
+ **Slash command: `/review` or `/tribunal-full`**
214
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
215
+
216
+ ### ❌ Forbidden AI Tropes
217
+
218
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
219
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
220
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
221
+
222
+ ### ✅ Pre-Flight Self-Audit
223
+
224
+ Review these questions before confirming output:
225
+ ```
226
+ ✅ Did I rely ONLY on real, verified tools and methods?
227
+ ✅ Is this solution appropriately scoped to the user's constraints?
228
+ ✅ Did I handle potential failure modes and edge cases?
229
+ ✅ Have I avoided generic boilerplate that doesn't add value?
230
+ ```
231
+
232
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
233
+
234
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
235
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
236
+ - ✅ **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.
@@ -163,3 +163,45 @@ Review these questions before confirming output:
163
163
 
164
164
  ## VBC Protocol (Verification-Before-Completion)
165
165
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
166
+
167
+
168
+ ---
169
+
170
+ ## 🤖 LLM-Specific Traps
171
+
172
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
173
+
174
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
175
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
176
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
177
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
178
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
179
+
180
+ ---
181
+
182
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
183
+
184
+ **Slash command: `/review` or `/tribunal-full`**
185
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
186
+
187
+ ### ❌ Forbidden AI Tropes
188
+
189
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
190
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
191
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
192
+
193
+ ### ✅ Pre-Flight Self-Audit
194
+
195
+ Review these questions before confirming output:
196
+ ```
197
+ ✅ Did I rely ONLY on real, verified tools and methods?
198
+ ✅ Is this solution appropriately scoped to the user's constraints?
199
+ ✅ Did I handle potential failure modes and edge cases?
200
+ ✅ Have I avoided generic boilerplate that doesn't add value?
201
+ ```
202
+
203
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
204
+
205
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
206
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
207
+ - ✅ **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.
@@ -516,3 +516,45 @@ Review these questions before confirming output:
516
516
 
517
517
  ## VBC Protocol (Verification-Before-Completion)
518
518
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
519
+
520
+
521
+ ---
522
+
523
+ ## 🤖 LLM-Specific Traps
524
+
525
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
526
+
527
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
528
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
529
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
530
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
531
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
532
+
533
+ ---
534
+
535
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
536
+
537
+ **Slash command: `/review` or `/tribunal-full`**
538
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
539
+
540
+ ### ❌ Forbidden AI Tropes
541
+
542
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
543
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
544
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
545
+
546
+ ### ✅ Pre-Flight Self-Audit
547
+
548
+ Review these questions before confirming output:
549
+ ```
550
+ ✅ Did I rely ONLY on real, verified tools and methods?
551
+ ✅ Is this solution appropriately scoped to the user's constraints?
552
+ ✅ Did I handle potential failure modes and edge cases?
553
+ ✅ Have I avoided generic boilerplate that doesn't add value?
554
+ ```
555
+
556
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
557
+
558
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
559
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
560
+ - ✅ **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.
@@ -326,3 +326,45 @@ Review these questions before confirming output:
326
326
 
327
327
  ## VBC Protocol (Verification-Before-Completion)
328
328
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
329
+
330
+
331
+ ---
332
+
333
+ ## 🤖 LLM-Specific Traps
334
+
335
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
336
+
337
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
338
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
339
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
340
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
341
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
342
+
343
+ ---
344
+
345
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
346
+
347
+ **Slash command: `/review` or `/tribunal-full`**
348
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
349
+
350
+ ### ❌ Forbidden AI Tropes
351
+
352
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
353
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
354
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
355
+
356
+ ### ✅ Pre-Flight Self-Audit
357
+
358
+ Review these questions before confirming output:
359
+ ```
360
+ ✅ Did I rely ONLY on real, verified tools and methods?
361
+ ✅ Is this solution appropriately scoped to the user's constraints?
362
+ ✅ Did I handle potential failure modes and edge cases?
363
+ ✅ Have I avoided generic boilerplate that doesn't add value?
364
+ ```
365
+
366
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
367
+
368
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
369
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
370
+ - ✅ **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.
@@ -238,3 +238,45 @@ Review these questions before confirming output:
238
238
 
239
239
  ## VBC Protocol (Verification-Before-Completion)
240
240
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
241
+
242
+
243
+ ---
244
+
245
+ ## 🤖 LLM-Specific Traps
246
+
247
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
248
+
249
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
250
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
251
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
252
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
253
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
254
+
255
+ ---
256
+
257
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
258
+
259
+ **Slash command: `/review` or `/tribunal-full`**
260
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
261
+
262
+ ### ❌ Forbidden AI Tropes
263
+
264
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
265
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
266
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
267
+
268
+ ### ✅ Pre-Flight Self-Audit
269
+
270
+ Review these questions before confirming output:
271
+ ```
272
+ ✅ Did I rely ONLY on real, verified tools and methods?
273
+ ✅ Is this solution appropriately scoped to the user's constraints?
274
+ ✅ Did I handle potential failure modes and edge cases?
275
+ ✅ Have I avoided generic boilerplate that doesn't add value?
276
+ ```
277
+
278
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
279
+
280
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
281
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
282
+ - ✅ **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.
@@ -167,3 +167,45 @@ Review these questions before confirming output:
167
167
 
168
168
  ## VBC Protocol (Verification-Before-Completion)
169
169
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
170
+
171
+
172
+ ---
173
+
174
+ ## 🤖 LLM-Specific Traps
175
+
176
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
177
+
178
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
179
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
180
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
181
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
182
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
183
+
184
+ ---
185
+
186
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
187
+
188
+ **Slash command: `/review` or `/tribunal-full`**
189
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
190
+
191
+ ### ❌ Forbidden AI Tropes
192
+
193
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
194
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
195
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
196
+
197
+ ### ✅ Pre-Flight Self-Audit
198
+
199
+ Review these questions before confirming output:
200
+ ```
201
+ ✅ Did I rely ONLY on real, verified tools and methods?
202
+ ✅ Is this solution appropriately scoped to the user's constraints?
203
+ ✅ Did I handle potential failure modes and edge cases?
204
+ ✅ Have I avoided generic boilerplate that doesn't add value?
205
+ ```
206
+
207
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
208
+
209
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
210
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
211
+ - ✅ **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.
@@ -343,3 +343,45 @@ Review these questions before confirming output:
343
343
 
344
344
  ## VBC Protocol (Verification-Before-Completion)
345
345
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
346
+
347
+
348
+ ---
349
+
350
+ ## 🤖 LLM-Specific Traps
351
+
352
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
353
+
354
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
355
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
356
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
357
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
358
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
359
+
360
+ ---
361
+
362
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
363
+
364
+ **Slash command: `/review` or `/tribunal-full`**
365
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
366
+
367
+ ### ❌ Forbidden AI Tropes
368
+
369
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
370
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
371
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
372
+
373
+ ### ✅ Pre-Flight Self-Audit
374
+
375
+ Review these questions before confirming output:
376
+ ```
377
+ ✅ Did I rely ONLY on real, verified tools and methods?
378
+ ✅ Is this solution appropriately scoped to the user's constraints?
379
+ ✅ Did I handle potential failure modes and edge cases?
380
+ ✅ Have I avoided generic boilerplate that doesn't add value?
381
+ ```
382
+
383
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
384
+
385
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
386
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
387
+ - ✅ **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.
@@ -135,3 +135,45 @@ Review these questions before confirming output:
135
135
 
136
136
  ## VBC Protocol (Verification-Before-Completion)
137
137
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
138
+
139
+
140
+ ---
141
+
142
+ ## 🤖 LLM-Specific Traps
143
+
144
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
145
+
146
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
147
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
148
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
149
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
150
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
151
+
152
+ ---
153
+
154
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
155
+
156
+ **Slash command: `/review` or `/tribunal-full`**
157
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
158
+
159
+ ### ❌ Forbidden AI Tropes
160
+
161
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
162
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
163
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
164
+
165
+ ### ✅ Pre-Flight Self-Audit
166
+
167
+ Review these questions before confirming output:
168
+ ```
169
+ ✅ Did I rely ONLY on real, verified tools and methods?
170
+ ✅ Is this solution appropriately scoped to the user's constraints?
171
+ ✅ Did I handle potential failure modes and edge cases?
172
+ ✅ Have I avoided generic boilerplate that doesn't add value?
173
+ ```
174
+
175
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
176
+
177
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
178
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
179
+ - ✅ **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.
@@ -277,3 +277,45 @@ Review these questions before confirming output:
277
277
 
278
278
  ## VBC Protocol (Verification-Before-Completion)
279
279
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
280
+
281
+
282
+ ---
283
+
284
+ ## 🤖 LLM-Specific Traps
285
+
286
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
287
+
288
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
289
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
290
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
291
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
292
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
293
+
294
+ ---
295
+
296
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
297
+
298
+ **Slash command: `/review` or `/tribunal-full`**
299
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
300
+
301
+ ### ❌ Forbidden AI Tropes
302
+
303
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
304
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
305
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
306
+
307
+ ### ✅ Pre-Flight Self-Audit
308
+
309
+ Review these questions before confirming output:
310
+ ```
311
+ ✅ Did I rely ONLY on real, verified tools and methods?
312
+ ✅ Is this solution appropriately scoped to the user's constraints?
313
+ ✅ Did I handle potential failure modes and edge cases?
314
+ ✅ Have I avoided generic boilerplate that doesn't add value?
315
+ ```
316
+
317
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
318
+
319
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
320
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
321
+ - ✅ **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.
@@ -179,3 +179,45 @@ Review these questions before confirming output:
179
179
 
180
180
  ## VBC Protocol (Verification-Before-Completion)
181
181
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
182
+
183
+
184
+ ---
185
+
186
+ ## 🤖 LLM-Specific Traps
187
+
188
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
189
+
190
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
191
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
192
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
193
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
194
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
195
+
196
+ ---
197
+
198
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
199
+
200
+ **Slash command: `/review` or `/tribunal-full`**
201
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
202
+
203
+ ### ❌ Forbidden AI Tropes
204
+
205
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
206
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
207
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
208
+
209
+ ### ✅ Pre-Flight Self-Audit
210
+
211
+ Review these questions before confirming output:
212
+ ```
213
+ ✅ Did I rely ONLY on real, verified tools and methods?
214
+ ✅ Is this solution appropriately scoped to the user's constraints?
215
+ ✅ Did I handle potential failure modes and edge cases?
216
+ ✅ Have I avoided generic boilerplate that doesn't add value?
217
+ ```
218
+
219
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
220
+
221
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
222
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
223
+ - ✅ **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.
@@ -426,3 +426,45 @@ Review these questions before confirming output:
426
426
 
427
427
  ## VBC Protocol (Verification-Before-Completion)
428
428
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
429
+
430
+
431
+ ---
432
+
433
+ ## 🤖 LLM-Specific Traps
434
+
435
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
436
+
437
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
438
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
439
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
440
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
441
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
442
+
443
+ ---
444
+
445
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
446
+
447
+ **Slash command: `/review` or `/tribunal-full`**
448
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
449
+
450
+ ### ❌ Forbidden AI Tropes
451
+
452
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
453
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
454
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
455
+
456
+ ### ✅ Pre-Flight Self-Audit
457
+
458
+ Review these questions before confirming output:
459
+ ```
460
+ ✅ Did I rely ONLY on real, verified tools and methods?
461
+ ✅ Is this solution appropriately scoped to the user's constraints?
462
+ ✅ Did I handle potential failure modes and edge cases?
463
+ ✅ Have I avoided generic boilerplate that doesn't add value?
464
+ ```
465
+
466
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
467
+
468
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
469
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
470
+ - ✅ **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.
@@ -156,3 +156,45 @@ Review these questions before confirming output:
156
156
 
157
157
  ## VBC Protocol (Verification-Before-Completion)
158
158
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
159
+
160
+
161
+ ---
162
+
163
+ ## 🤖 LLM-Specific Traps
164
+
165
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
166
+
167
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
168
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
169
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
170
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
171
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
172
+
173
+ ---
174
+
175
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
176
+
177
+ **Slash command: `/review` or `/tribunal-full`**
178
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
179
+
180
+ ### ❌ Forbidden AI Tropes
181
+
182
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
183
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
184
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
185
+
186
+ ### ✅ Pre-Flight Self-Audit
187
+
188
+ Review these questions before confirming output:
189
+ ```
190
+ ✅ Did I rely ONLY on real, verified tools and methods?
191
+ ✅ Is this solution appropriately scoped to the user's constraints?
192
+ ✅ Did I handle potential failure modes and edge cases?
193
+ ✅ Have I avoided generic boilerplate that doesn't add value?
194
+ ```
195
+
196
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
197
+
198
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
199
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
200
+ - ✅ **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.
@@ -242,3 +242,45 @@ Review these questions before confirming output:
242
242
 
243
243
  ## VBC Protocol (Verification-Before-Completion)
244
244
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
245
+
246
+
247
+ ---
248
+
249
+ ## 🤖 LLM-Specific Traps
250
+
251
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
252
+
253
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
254
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
255
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
256
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
257
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
258
+
259
+ ---
260
+
261
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
262
+
263
+ **Slash command: `/review` or `/tribunal-full`**
264
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
265
+
266
+ ### ❌ Forbidden AI Tropes
267
+
268
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
269
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
270
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
271
+
272
+ ### ✅ Pre-Flight Self-Audit
273
+
274
+ Review these questions before confirming output:
275
+ ```
276
+ ✅ Did I rely ONLY on real, verified tools and methods?
277
+ ✅ Is this solution appropriately scoped to the user's constraints?
278
+ ✅ Did I handle potential failure modes and edge cases?
279
+ ✅ Have I avoided generic boilerplate that doesn't add value?
280
+ ```
281
+
282
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
283
+
284
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
285
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
286
+ - ✅ **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.
@@ -199,3 +199,45 @@ Review these questions before confirming output:
199
199
 
200
200
  ## VBC Protocol (Verification-Before-Completion)
201
201
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
202
+
203
+
204
+ ---
205
+
206
+ ## 🤖 LLM-Specific Traps
207
+
208
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
209
+
210
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
211
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
212
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
213
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
214
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
215
+
216
+ ---
217
+
218
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
219
+
220
+ **Slash command: `/review` or `/tribunal-full`**
221
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
222
+
223
+ ### ❌ Forbidden AI Tropes
224
+
225
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
226
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
227
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
228
+
229
+ ### ✅ Pre-Flight Self-Audit
230
+
231
+ Review these questions before confirming output:
232
+ ```
233
+ ✅ Did I rely ONLY on real, verified tools and methods?
234
+ ✅ Is this solution appropriately scoped to the user's constraints?
235
+ ✅ Did I handle potential failure modes and edge cases?
236
+ ✅ Have I avoided generic boilerplate that doesn't add value?
237
+ ```
238
+
239
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
240
+
241
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
242
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
243
+ - ✅ **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.