VibecoderMcSwaggins commited on
Commit
d4d872a
Β·
1 Parent(s): 02a416c

docs: Archive completed SPEC-18 and P0/P2 bug documentation

Browse files

- Archive SPEC-18 (Agent Framework Upgrade) - 100% complete
- Archive P0 MCP ToolUseContent bug (fixed)
- Archive P2 ExecutorCompletedEvent UI Noise bug (fixed in PR #133)
- Archive P2 Round Counter Semantic Mismatch bug (fixed in PR #132)
- Update ACTIVE_BUGS.md with current status

Only remaining active bug: P3 Progress Bar Positioning (low priority UX)

docs/bugs/ACTIVE_BUGS.md CHANGED
@@ -1,6 +1,6 @@
1
  # Active Bugs
2
 
3
- > Last updated: 2025-12-04
4
  >
5
  > **Note:** Completed bug docs archived to `docs/bugs/archive/`
6
  > **See also:** [ARCHITECTURE.md](../ARCHITECTURE.md) for unified architecture plan
@@ -41,9 +41,11 @@ All resolved bugs have been moved to `docs/bugs/archive/`. Summary:
41
  - **P1 HuggingFace Novita 500 Error** - SUPERSEDED, switched to 7B model
42
  - **P1 Advanced Mode Uninterpretable Chain-of-Thought** - FIXED in PR #107
43
  - **P1 Synthesis Broken Key Fallback** - FIXED in PR #103
44
- - **P1 Simple Mode Removed Breaks Free Tier UX** - FIXED via Accumulator Pattern (PR #117)
45
 
46
  ### P2 Bugs (All FIXED)
 
 
 
47
  - **P2 Duplicate Report Content** - FIXED in PR fix/p2-double-bug-squash, stateful deduplication in `run()` loop
48
  - **P2 First Turn Timeout** - FIXED in PR fix/p2-double-bug-squash, reduced results per tool (10β†’5), increased timeout (5β†’10 min)
49
  - **P2 7B Model Garbage Output** - SUPERSEDED by P1 Free Tier fix (root cause was premature marker, not model capacity)
@@ -51,6 +53,7 @@ All resolved bugs have been moved to `docs/bugs/archive/`. Summary:
51
  - **P2 Architectural BYOK Gaps** - FIXED, end-to-end BYOK support in PR #119
52
 
53
  ### P3 Tech Debt (All RESOLVED)
 
54
  - **P3 Remove Anthropic Partial Wiring** - DONE in PR #130, all Anthropic code removed
55
  - **P3 Remove Modal Integration** - DONE in PR #130, all Modal code removed (~1400 lines deleted)
56
 
@@ -68,11 +71,13 @@ All resolved bugs have been moved to `docs/bugs/archive/`. Summary:
68
  ## Archived Documentation
69
 
70
  The following have been moved to `docs/bugs/archive/`:
 
71
  - All resolved P0-P2 bug reports
72
  - Code quality audit findings (2025-11-30)
73
  - Gradio example vs chat arrow analysis
74
 
75
  Additional documentation moved:
 
76
  - `HF_FREE_TIER_ANALYSIS.md` β†’ `docs/architecture/`
77
  - `TOOL_ANALYSIS_CRITICAL.md` β†’ `docs/future-roadmap/`
78
  - `P3_REMOVE_ANTHROPIC_PARTIAL_WIRING.md` β†’ `docs/future-roadmap/`
 
1
  # Active Bugs
2
 
3
+ > Last updated: 2025-12-06
4
  >
5
  > **Note:** Completed bug docs archived to `docs/bugs/archive/`
6
  > **See also:** [ARCHITECTURE.md](../ARCHITECTURE.md) for unified architecture plan
 
41
  - **P1 HuggingFace Novita 500 Error** - SUPERSEDED, switched to 7B model
42
  - **P1 Advanced Mode Uninterpretable Chain-of-Thought** - FIXED in PR #107
43
  - **P1 Synthesis Broken Key Fallback** - FIXED in PR #103
 
44
 
45
  ### P2 Bugs (All FIXED)
46
+
47
+ - **P2 ExecutorCompletedEvent UI Noise** - FIXED in PR #133, silenced internal framework events
48
+ - **P2 Round Counter Semantic Mismatch** - FIXED in PR #132, semantic progress tracking
49
  - **P2 Duplicate Report Content** - FIXED in PR fix/p2-double-bug-squash, stateful deduplication in `run()` loop
50
  - **P2 First Turn Timeout** - FIXED in PR fix/p2-double-bug-squash, reduced results per tool (10β†’5), increased timeout (5β†’10 min)
51
  - **P2 7B Model Garbage Output** - SUPERSEDED by P1 Free Tier fix (root cause was premature marker, not model capacity)
 
53
  - **P2 Architectural BYOK Gaps** - FIXED, end-to-end BYOK support in PR #119
54
 
55
  ### P3 Tech Debt (All RESOLVED)
56
+
57
  - **P3 Remove Anthropic Partial Wiring** - DONE in PR #130, all Anthropic code removed
58
  - **P3 Remove Modal Integration** - DONE in PR #130, all Modal code removed (~1400 lines deleted)
59
 
 
71
  ## Archived Documentation
72
 
73
  The following have been moved to `docs/bugs/archive/`:
74
+
75
  - All resolved P0-P2 bug reports
76
  - Code quality audit findings (2025-11-30)
77
  - Gradio example vs chat arrow analysis
78
 
79
  Additional documentation moved:
80
+
81
  - `HF_FREE_TIER_ANALYSIS.md` β†’ `docs/architecture/`
82
  - `TOOL_ANALYSIS_CRITICAL.md` β†’ `docs/future-roadmap/`
83
  - `P3_REMOVE_ANTHROPIC_PARTIAL_WIRING.md` β†’ `docs/future-roadmap/`
docs/bugs/{P0_MCP_TOOLUSECONTENT_MISSING.md β†’ archive/P0_MCP_TOOLUSECONTENT_MISSING.md} RENAMED
File without changes
docs/bugs/{P2_EXECUTOR_COMPLETED_EVENT_UI_NOISE.md β†’ archive/P2_EXECUTOR_COMPLETED_EVENT_UI_NOISE.md} RENAMED
File without changes
docs/bugs/{P2_ROUND_COUNTER_SEMANTIC_MISMATCH.md β†’ archive/P2_ROUND_COUNTER_SEMANTIC_MISMATCH.md} RENAMED
File without changes
docs/specs/{SPEC_18_AGENT_FRAMEWORK_UPGRADE.md β†’ archive/SPEC_18_AGENT_FRAMEWORK_UPGRADE.md} RENAMED
File without changes