Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
eeb179a
feat(007-context-management): Complete Phase 1 planning - design and …
frankbria Nov 14, 2025
698a1a5
feat(007-context-management): Generate actionable task list (69 tasks)
frankbria Nov 14, 2025
6f3ba2b
feat(007-context-management): Add Pydantic models for Context Managem…
frankbria Nov 14, 2025
3349753
feat(007-context-management): Add database migrations for context che…
frankbria Nov 14, 2025
8190438
feat(007-context-management): Implement T012 and T013 database methods
frankbria Nov 14, 2025
c1527f2
docs(007-context-management): Update CLAUDE.md with T012/T013 completion
frankbria Nov 14, 2025
7d2f42a
feat(007-context-management): Complete Phase 2 foundational tasks T01…
frankbria Nov 14, 2025
c189ef8
feat(007-context-management): Add Context Management API endpoints (T…
frankbria Nov 14, 2025
8a7833e
feat(007-context-management): Add context management methods to Worke…
frankbria Nov 14, 2025
a540c28
feat(007-context-management): Complete MVP scope (T001-T026) - Contex…
frankbria Nov 14, 2025
b808624
feat(007-context-management): Complete Phase 4 - Importance Scoring (…
frankbria Nov 14, 2025
044dfa0
docs: Update CLAUDE.md with Phase 4 completion status
frankbria Nov 14, 2025
df9ce91
feat(007-context-management): Complete Phase 5 - Automatic Tier Assig…
frankbria Nov 14, 2025
1d9dbc4
docs: Update CLAUDE.md with Phase 5 completion
frankbria Nov 14, 2025
2439408
fix(007-context-management): Resolve schema mismatch - achieve 100% t…
frankbria Nov 14, 2025
5f94a28
docs: Update CLAUDE.md with 100% test pass rate
frankbria Nov 14, 2025
1768e6e
feat(007-context-management): Multi-agent architecture fix + Phases 2…
frankbria Nov 14, 2025
567a582
feat(007-context-management): Complete Phases 6-8 - Flash Save, Visua…
frankbria Nov 14, 2025
cd1a26a
fix(context): prevent division by zero in ContextTierChart token perc…
github-actions[bot] Nov 15, 2025
7ed9276
fix(openapi): Change reduction_percentage type from float to number
github-actions[bot] Nov 15, 2025
3e29ba2
fix(context): change get_context_item item_id type from int to str
github-actions[bot] Nov 15, 2025
e92d6f6
fix(context): Add missing project_id parameters and correct tier/ID f…
github-actions[bot] Nov 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@
"Bash(timeout 20 python3 -m pytest:*)",
"Bash(git restore:*)",
"Bash(venv/bin/pip3 show:*)",
"Bash(timeout 3 venv/bin/python:*)"
"Bash(timeout 3 venv/bin/python:*)",
"mcp__tavily__tavily-search"
],
"deny": [],
"ask": []
Expand Down
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# Use bd merge for beads JSONL files
.beads/beads.jsonl merge=beads
Binary file not shown.
Loading