From 177787e5f610eb3b5ebcc8cbd697538ab252edf4 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 7 Mar 2026 19:41:23 -0500 Subject: [PATCH] fking ai --- .gemini/skills/mma-orchestrator/SKILL.md | 6 ++++++ .opencode/agents/tier1-orchestrator.md | 2 +- .opencode/agents/tier2-tech-lead.md | 4 ++-- .opencode/agents/tier3-worker.md | 11 +++++++++++ .opencode/agents/tier4-qa.md | 10 ++++++++++ 5 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.gemini/skills/mma-orchestrator/SKILL.md b/.gemini/skills/mma-orchestrator/SKILL.md index 99236ba..90bffca 100644 --- a/.gemini/skills/mma-orchestrator/SKILL.md +++ b/.gemini/skills/mma-orchestrator/SKILL.md @@ -127,3 +127,9 @@ When your current role requires capabilities from another tier, use `activate_sk - When managing complex, multi-file Track implementations. - When creating or refining conductor tracks (MUST follow Surgical Spec Protocol). + +## Anti-Patterns (Avoid) + +- DO NOT SKIP A TEST IN PYTEST JUSTS BECAUSE ITS BROKEN AND HAS NO TRIVIAL SOLUTION OR FIX. +- DO NOT SIMPLIFY A TEST JUST BECAUSE IT HAS NO TRIVAL SOLUTION TO FIX. +- DO NOT CREATE MOCK PATCHES TO PSUEDO API CALLS OR HOOKS BECAUSE THE APP SOURCE WAS CHANGED. ADAPT TESTS PROPERLY. diff --git a/.opencode/agents/tier1-orchestrator.md b/.opencode/agents/tier1-orchestrator.md index 17ca5e1..21bd149 100644 --- a/.opencode/agents/tier1-orchestrator.md +++ b/.opencode/agents/tier1-orchestrator.md @@ -162,6 +162,6 @@ Focus: {One-sentence scope} - Do NOT batch commits - commit per-task - Do NOT skip phase verification - Do NOT use native `edit` tool - use MCP tools -- DO NOT SKIP a TEST IN PYTEST JUSTS BECAUSE ITS BROKEN AND HAS NO TRIVIAL SOLUTION OR FIX. +- DO NOT SKIP A TEST IN PYTEST JUSTS BECAUSE ITS BROKEN AND HAS NO TRIVIAL SOLUTION OR FIX. - DO NOT SIMPLIFY A TEST JUST BECAUSE IT HAS NO TRIVAL SOLUTION TO FIX. - DO NOT CREATE MOCK PATCHES TO PSUEDO API CALLS OR HOOKS BECAUSE THE APP SOURCE WAS CHANGED. ADAPT TESTS PROPERLY. diff --git a/.opencode/agents/tier2-tech-lead.md b/.opencode/agents/tier2-tech-lead.md index 11a7c53..c985c3c 100644 --- a/.opencode/agents/tier2-tech-lead.md +++ b/.opencode/agents/tier2-tech-lead.md @@ -193,6 +193,6 @@ When all tasks in a phase are complete: - Do NOT batch commits - commit per-task - Do NOT skip phase verification - Do NOT use native `edit` tool - use MCP tools -- DO NOT SKIP a TEST IN PYTEST JUSTS BECAUSE ITS BROKEN AND HAS NO TRIVIAL SOLUTION OR FIX. +- DO NOT SKIP A TEST IN PYTEST JUSTS BECAUSE ITS BROKEN AND HAS NO TRIVIAL SOLUTION OR FIX. - DO NOT SIMPLIFY A TEST JUST BECAUSE IT HAS NO TRIVAL SOLUTION TO FIX. -- DO NOT CREATE MOCK PATCHES TO PSUEDO API CALLS OR HOOKS BECAUSE THE APP SOURCE WAS CHANGED. ADAPT TESTS PROPERLY. \ No newline at end of file +- DO NOT CREATE MOCK PATCHES TO PSUEDO API CALLS OR HOOKS BECAUSE THE APP SOURCE WAS CHANGED. ADAPT TESTS PROPERLY. diff --git a/.opencode/agents/tier3-worker.md b/.opencode/agents/tier3-worker.md index 4be45f4..977d16b 100644 --- a/.opencode/agents/tier3-worker.md +++ b/.opencode/agents/tier3-worker.md @@ -107,3 +107,14 @@ If you cannot complete the task: 2. Explain exactly why you cannot proceed 3. List what information or changes would unblock you 4. Do NOT attempt partial implementations that break the build + +## Anti-Patterns (Avoid) + +- Do NOT implement code directly - delegate to Tier 3 Workers +- Do NOT skip TDD phases +- Do NOT batch commits - commit per-task +- Do NOT skip phase verification +- Do NOT use native `edit` tool - use MCP tools +- DO NOT SKIP A TEST IN PYTEST JUSTS BECAUSE ITS BROKEN AND HAS NO TRIVIAL SOLUTION OR FIX. +- DO NOT SIMPLIFY A TEST JUST BECAUSE IT HAS NO TRIVAL SOLUTION TO FIX. +- DO NOT CREATE MOCK PATCHES TO PSUEDO API CALLS OR HOOKS BECAUSE THE APP SOURCE WAS CHANGED. ADAPT TESTS PROPERLY. diff --git a/.opencode/agents/tier4-qa.md b/.opencode/agents/tier4-qa.md index aa8996e..add7a36 100644 --- a/.opencode/agents/tier4-qa.md +++ b/.opencode/agents/tier4-qa.md @@ -101,3 +101,13 @@ If you cannot analyze the error: 1. Start your response with `CANNOT ANALYZE:` 2. Explain what information is missing 3. List what would be needed to complete the analysis + +## Anti-Patterns (Avoid) + +- Do NOT implement code directly - delegate to Tier 3 Workers +- Do NOT skip TDD phases +- Do NOT batch commits - commit per-task +- Do NOT skip phase verification +- DO NOT SKIP A TEST IN PYTEST JUSTS BECAUSE ITS BROKEN AND HAS NO TRIVIAL SOLUTION OR FIX. +- DO NOT SIMPLIFY A TEST JUST BECAUSE IT HAS NO TRIVAL SOLUTION TO FIX. +- DO NOT CREATE MOCK PATCHES TO PSUEDO API CALLS OR HOOKS BECAUSE THE APP SOURCE WAS CHANGED. ADAPT TESTS PROPERLY.