VibecoderMcSwaggins commited on
Commit
864d85d
Β·
1 Parent(s): e1d9af1

docs: sync documentation with codebase reality

Browse files

- Fix test count 127β†’142+ (index.md)
- Fix OpenAI model gpt-5.1β†’gpt-5 to match config.py (CLAUDE.md)
- Mark phases 13-14 as COMPLETE (roadmap.md)
- Auto-format 2 test files (ruff)

Files changed (3) hide show
  1. CLAUDE.md +1 -1
  2. docs/implementation/roadmap.md +5 -5
  3. docs/index.md +1 -1
CLAUDE.md CHANGED
@@ -100,7 +100,7 @@ DeepBonerError (base)
100
 
101
  Given the rapid advancements, as of November 29, 2025, the DeepBoner project uses the following default LLM models in its configuration (`src/utils/config.py`):
102
 
103
- - **OpenAI:** `gpt-5.1`
104
  - Current flagship model (November 2025). Requires Tier 5 access.
105
  - **Anthropic:** `claude-sonnet-4-5-20250929`
106
  - This is the mid-range Claude 4.5 model, released on September 29, 2025.
 
100
 
101
  Given the rapid advancements, as of November 29, 2025, the DeepBoner project uses the following default LLM models in its configuration (`src/utils/config.py`):
102
 
103
+ - **OpenAI:** `gpt-5`
104
  - Current flagship model (November 2025). Requires Tier 5 access.
105
  - **Anthropic:** `claude-sonnet-4-5-20250929`
106
  - This is the mid-range Claude 4.5 model, released on September 29, 2025.
docs/implementation/roadmap.md CHANGED
@@ -206,8 +206,8 @@ Structured Research Report
206
  ### Hackathon Integration (Phases 12-14)
207
 
208
  12. **[Phase 12 Spec: MCP Server](12_phase_mcp_server.md)** βœ… COMPLETE
209
- 13. **[Phase 13 Spec: Modal Pipeline](13_phase_modal_integration.md)** πŸ“ P1 - $2,500
210
- 14. **[Phase 14 Spec: Demo & Submission](14_phase_demo_submission.md)** πŸ“ P0 - REQUIRED
211
 
212
  ---
213
 
@@ -227,10 +227,10 @@ Structured Research Report
227
  | Phase 10: ClinicalTrials | βœ… COMPLETE | ClinicalTrials.gov API |
228
  | Phase 11: Europe PMC | βœ… COMPLETE | Preprint search |
229
  | Phase 12: MCP Server | βœ… COMPLETE | MCP protocol integration |
230
- | Phase 13: Modal Pipeline | πŸ“ SPEC READY | Sandboxed code execution |
231
- | Phase 14: Demo & Submit | πŸ“ SPEC READY | Hackathon submission |
232
 
233
- *Phases 1-12 COMPLETE. Phases 13-14 for hackathon prizes.*
234
 
235
  ---
236
 
 
206
  ### Hackathon Integration (Phases 12-14)
207
 
208
  12. **[Phase 12 Spec: MCP Server](12_phase_mcp_server.md)** βœ… COMPLETE
209
+ 13. **[Phase 13 Spec: Modal Pipeline](13_phase_modal_integration.md)** βœ… COMPLETE
210
+ 14. **[Phase 14 Spec: Demo & Submission](14_phase_demo_submission.md)** βœ… COMPLETE
211
 
212
  ---
213
 
 
227
  | Phase 10: ClinicalTrials | βœ… COMPLETE | ClinicalTrials.gov API |
228
  | Phase 11: Europe PMC | βœ… COMPLETE | Preprint search |
229
  | Phase 12: MCP Server | βœ… COMPLETE | MCP protocol integration |
230
+ | Phase 13: Modal Pipeline | βœ… COMPLETE | Sandboxed code execution |
231
+ | Phase 14: Demo & Submit | βœ… COMPLETE | Hackathon submission |
232
 
233
+ *Phases 1-14 COMPLETE.*
234
 
235
  ---
236
 
docs/index.md CHANGED
@@ -103,5 +103,5 @@ User Question β†’ Research Agent (Orchestrator)
103
  |-------|--------|
104
  | Phases 1-14 | βœ… COMPLETE |
105
 
106
- **Tests**: 127 passing, 0 warnings
107
  **Known Issues**: See [Active Bugs](bugs/ACTIVE_BUGS.md)
 
103
  |-------|--------|
104
  | Phases 1-14 | βœ… COMPLETE |
105
 
106
+ **Tests**: 142+ passing, 0 warnings
107
  **Known Issues**: See [Active Bugs](bugs/ACTIVE_BUGS.md)