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
@@ -177,3 +177,45 @@ Review these questions before confirming output:
177
177
 
178
178
  ## VBC Protocol (Verification-Before-Completion)
179
179
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
180
+
181
+
182
+ ---
183
+
184
+ ## 🤖 LLM-Specific Traps
185
+
186
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
187
+
188
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
189
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
190
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
191
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
192
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
193
+
194
+ ---
195
+
196
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
197
+
198
+ **Slash command: `/review` or `/tribunal-full`**
199
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
200
+
201
+ ### ❌ Forbidden AI Tropes
202
+
203
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
204
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
205
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
206
+
207
+ ### ✅ Pre-Flight Self-Audit
208
+
209
+ Review these questions before confirming output:
210
+ ```
211
+ ✅ Did I rely ONLY on real, verified tools and methods?
212
+ ✅ Is this solution appropriately scoped to the user's constraints?
213
+ ✅ Did I handle potential failure modes and edge cases?
214
+ ✅ Have I avoided generic boilerplate that doesn't add value?
215
+ ```
216
+
217
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
218
+
219
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
220
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
221
+ - ✅ **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.
@@ -212,3 +212,45 @@ Review these questions before confirming output:
212
212
 
213
213
  ## VBC Protocol (Verification-Before-Completion)
214
214
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
215
+
216
+
217
+ ---
218
+
219
+ ## 🤖 LLM-Specific Traps
220
+
221
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
222
+
223
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
224
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
225
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
226
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
227
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
228
+
229
+ ---
230
+
231
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
232
+
233
+ **Slash command: `/review` or `/tribunal-full`**
234
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
235
+
236
+ ### ❌ Forbidden AI Tropes
237
+
238
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
239
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
240
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
241
+
242
+ ### ✅ Pre-Flight Self-Audit
243
+
244
+ Review these questions before confirming output:
245
+ ```
246
+ ✅ Did I rely ONLY on real, verified tools and methods?
247
+ ✅ Is this solution appropriately scoped to the user's constraints?
248
+ ✅ Did I handle potential failure modes and edge cases?
249
+ ✅ Have I avoided generic boilerplate that doesn't add value?
250
+ ```
251
+
252
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
253
+
254
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
255
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
256
+ - ✅ **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.
@@ -229,3 +229,45 @@ Review these questions before confirming output:
229
229
 
230
230
  ## VBC Protocol (Verification-Before-Completion)
231
231
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
232
+
233
+
234
+ ---
235
+
236
+ ## 🤖 LLM-Specific Traps
237
+
238
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
239
+
240
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
241
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
242
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
243
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
244
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
245
+
246
+ ---
247
+
248
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
249
+
250
+ **Slash command: `/review` or `/tribunal-full`**
251
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
252
+
253
+ ### ❌ Forbidden AI Tropes
254
+
255
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
256
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
257
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
258
+
259
+ ### ✅ Pre-Flight Self-Audit
260
+
261
+ Review these questions before confirming output:
262
+ ```
263
+ ✅ Did I rely ONLY on real, verified tools and methods?
264
+ ✅ Is this solution appropriately scoped to the user's constraints?
265
+ ✅ Did I handle potential failure modes and edge cases?
266
+ ✅ Have I avoided generic boilerplate that doesn't add value?
267
+ ```
268
+
269
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
270
+
271
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
272
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
273
+ - ✅ **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.
@@ -84,3 +84,45 @@ Review these questions before confirming output:
84
84
 
85
85
  ## VBC Protocol (Verification-Before-Completion)
86
86
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
87
+
88
+
89
+ ---
90
+
91
+ ## 🤖 LLM-Specific Traps
92
+
93
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
94
+
95
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
96
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
97
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
98
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
99
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
100
+
101
+ ---
102
+
103
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
104
+
105
+ **Slash command: `/review` or `/tribunal-full`**
106
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
107
+
108
+ ### ❌ Forbidden AI Tropes
109
+
110
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
111
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
112
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
113
+
114
+ ### ✅ Pre-Flight Self-Audit
115
+
116
+ Review these questions before confirming output:
117
+ ```
118
+ ✅ Did I rely ONLY on real, verified tools and methods?
119
+ ✅ Is this solution appropriately scoped to the user's constraints?
120
+ ✅ Did I handle potential failure modes and edge cases?
121
+ ✅ Have I avoided generic boilerplate that doesn't add value?
122
+ ```
123
+
124
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
125
+
126
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
127
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
128
+ - ✅ **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.
@@ -627,3 +627,45 @@ Review these questions before confirming output:
627
627
 
628
628
  ## VBC Protocol (Verification-Before-Completion)
629
629
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
630
+
631
+
632
+ ---
633
+
634
+ ## 🤖 LLM-Specific Traps
635
+
636
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
637
+
638
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
639
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
640
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
641
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
642
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
643
+
644
+ ---
645
+
646
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
647
+
648
+ **Slash command: `/review` or `/tribunal-full`**
649
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
650
+
651
+ ### ❌ Forbidden AI Tropes
652
+
653
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
654
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
655
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
656
+
657
+ ### ✅ Pre-Flight Self-Audit
658
+
659
+ Review these questions before confirming output:
660
+ ```
661
+ ✅ Did I rely ONLY on real, verified tools and methods?
662
+ ✅ Is this solution appropriately scoped to the user's constraints?
663
+ ✅ Did I handle potential failure modes and edge cases?
664
+ ✅ Have I avoided generic boilerplate that doesn't add value?
665
+ ```
666
+
667
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
668
+
669
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
670
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
671
+ - ✅ **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.
@@ -95,3 +95,45 @@ Review these questions before confirming output:
95
95
 
96
96
  ## VBC Protocol (Verification-Before-Completion)
97
97
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
98
+
99
+
100
+ ---
101
+
102
+ ## 🤖 LLM-Specific Traps
103
+
104
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
105
+
106
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
107
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
108
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
109
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
110
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
111
+
112
+ ---
113
+
114
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
115
+
116
+ **Slash command: `/review` or `/tribunal-full`**
117
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
118
+
119
+ ### ❌ Forbidden AI Tropes
120
+
121
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
122
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
123
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
124
+
125
+ ### ✅ Pre-Flight Self-Audit
126
+
127
+ Review these questions before confirming output:
128
+ ```
129
+ ✅ Did I rely ONLY on real, verified tools and methods?
130
+ ✅ Is this solution appropriately scoped to the user's constraints?
131
+ ✅ Did I handle potential failure modes and edge cases?
132
+ ✅ Have I avoided generic boilerplate that doesn't add value?
133
+ ```
134
+
135
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
136
+
137
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
138
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
139
+ - ✅ **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.
@@ -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.
@@ -564,3 +564,45 @@ Review these questions before confirming output:
564
564
 
565
565
  ## VBC Protocol (Verification-Before-Completion)
566
566
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
567
+
568
+
569
+ ---
570
+
571
+ ## 🤖 LLM-Specific Traps
572
+
573
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
574
+
575
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
576
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
577
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
578
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
579
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
580
+
581
+ ---
582
+
583
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
584
+
585
+ **Slash command: `/review` or `/tribunal-full`**
586
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
587
+
588
+ ### ❌ Forbidden AI Tropes
589
+
590
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
591
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
592
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
593
+
594
+ ### ✅ Pre-Flight Self-Audit
595
+
596
+ Review these questions before confirming output:
597
+ ```
598
+ ✅ Did I rely ONLY on real, verified tools and methods?
599
+ ✅ Is this solution appropriately scoped to the user's constraints?
600
+ ✅ Did I handle potential failure modes and edge cases?
601
+ ✅ Have I avoided generic boilerplate that doesn't add value?
602
+ ```
603
+
604
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
605
+
606
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
607
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
608
+ - ✅ **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 @@ Review these questions before confirming output:
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.
@@ -307,3 +307,45 @@ Review these questions before confirming output:
307
307
 
308
308
  ## VBC Protocol (Verification-Before-Completion)
309
309
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
310
+
311
+
312
+ ---
313
+
314
+ ## 🤖 LLM-Specific Traps
315
+
316
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
317
+
318
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
319
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
320
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
321
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
322
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
323
+
324
+ ---
325
+
326
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
327
+
328
+ **Slash command: `/review` or `/tribunal-full`**
329
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
330
+
331
+ ### ❌ Forbidden AI Tropes
332
+
333
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
334
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
335
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
336
+
337
+ ### ✅ Pre-Flight Self-Audit
338
+
339
+ Review these questions before confirming output:
340
+ ```
341
+ ✅ Did I rely ONLY on real, verified tools and methods?
342
+ ✅ Is this solution appropriately scoped to the user's constraints?
343
+ ✅ Did I handle potential failure modes and edge cases?
344
+ ✅ Have I avoided generic boilerplate that doesn't add value?
345
+ ```
346
+
347
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
348
+
349
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
350
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
351
+ - ✅ **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.
@@ -577,3 +577,45 @@ Review these questions before confirming output:
577
577
 
578
578
  ## VBC Protocol (Verification-Before-Completion)
579
579
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
580
+
581
+
582
+ ---
583
+
584
+ ## 🤖 LLM-Specific Traps
585
+
586
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
587
+
588
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
589
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
590
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
591
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
592
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
593
+
594
+ ---
595
+
596
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
597
+
598
+ **Slash command: `/review` or `/tribunal-full`**
599
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
600
+
601
+ ### ❌ Forbidden AI Tropes
602
+
603
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
604
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
605
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
606
+
607
+ ### ✅ Pre-Flight Self-Audit
608
+
609
+ Review these questions before confirming output:
610
+ ```
611
+ ✅ Did I rely ONLY on real, verified tools and methods?
612
+ ✅ Is this solution appropriately scoped to the user's constraints?
613
+ ✅ Did I handle potential failure modes and edge cases?
614
+ ✅ Have I avoided generic boilerplate that doesn't add value?
615
+ ```
616
+
617
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
618
+
619
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
620
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
621
+ - ✅ **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.
@@ -235,3 +235,45 @@ Review these questions before confirming output:
235
235
 
236
236
  ## VBC Protocol (Verification-Before-Completion)
237
237
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
238
+
239
+
240
+ ---
241
+
242
+ ## 🤖 LLM-Specific Traps
243
+
244
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
245
+
246
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
247
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
248
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
249
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
250
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
251
+
252
+ ---
253
+
254
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
255
+
256
+ **Slash command: `/review` or `/tribunal-full`**
257
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
258
+
259
+ ### ❌ Forbidden AI Tropes
260
+
261
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
262
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
263
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
264
+
265
+ ### ✅ Pre-Flight Self-Audit
266
+
267
+ Review these questions before confirming output:
268
+ ```
269
+ ✅ Did I rely ONLY on real, verified tools and methods?
270
+ ✅ Is this solution appropriately scoped to the user's constraints?
271
+ ✅ Did I handle potential failure modes and edge cases?
272
+ ✅ Have I avoided generic boilerplate that doesn't add value?
273
+ ```
274
+
275
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
276
+
277
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
278
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
279
+ - ✅ **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.
@@ -333,3 +333,45 @@ Review these questions before confirming output:
333
333
 
334
334
  ## VBC Protocol (Verification-Before-Completion)
335
335
  You MUST verify existing code signatures and variables before attempting to modify or call them. No hallucination is permitted.
336
+
337
+
338
+ ---
339
+
340
+ ## 🤖 LLM-Specific Traps
341
+
342
+ AI coding assistants often fall into specific bad habits when dealing with this domain. These are strictly forbidden:
343
+
344
+ 1. **Over-engineering:** Proposing complex abstractions or distributed systems when a simpler approach suffices.
345
+ 2. **Hallucinated Libraries/Methods:** Using non-existent methods or packages. Always `// VERIFY` or check `package.json` / `requirements.txt`.
346
+ 3. **Skipping Edge Cases:** Writing the "happy path" and ignoring error handling, timeouts, or data validation.
347
+ 4. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
348
+ 5. **Silent Degradation:** Catching and suppressing errors without logging or re-raising.
349
+
350
+ ---
351
+
352
+ ## 🏛️ Tribunal Integration (Anti-Hallucination)
353
+
354
+ **Slash command: `/review` or `/tribunal-full`**
355
+ **Active reviewers: `logic-reviewer` · `security-auditor`**
356
+
357
+ ### ❌ Forbidden AI Tropes
358
+
359
+ 1. **Blind Assumptions:** Never make an assumption without documenting it clearly with `// VERIFY: [reason]`.
360
+ 2. **Silent Degradation:** Catching and suppressing errors without logging or handling.
361
+ 3. **Context Amnesia:** Forgetting the user's constraints and offering generic advice instead of tailored solutions.
362
+
363
+ ### ✅ Pre-Flight Self-Audit
364
+
365
+ Review these questions before confirming output:
366
+ ```
367
+ ✅ Did I rely ONLY on real, verified tools and methods?
368
+ ✅ Is this solution appropriately scoped to the user's constraints?
369
+ ✅ Did I handle potential failure modes and edge cases?
370
+ ✅ Have I avoided generic boilerplate that doesn't add value?
371
+ ```
372
+
373
+ ### 🛑 Verification-Before-Completion (VBC) Protocol
374
+
375
+ **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
376
+ - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
377
+ - ✅ **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.