Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d8ee3d9
fix(logging): suppress OpenDAL warnings for missing optional files
AlexMikhalev Jan 22, 2026
073126a
feat: add user-facing documentation pages
AlexMikhalev Jan 27, 2026
22bc77f
feat(agent): add CLI onboarding wizard for first-time configuration
AlexMikhalev Jan 28, 2026
c0a6307
test(agent): add integration tests and verification reports for onboa…
AlexMikhalev Jan 28, 2026
3c586e4
style: fix formatting in terraphim_automata and terraphim_service
AlexMikhalev Jan 29, 2026
cadf0f8
chore(pr492): merge main into onboarding wizard branch
Feb 13, 2026
d9f37eb
docs(plan): add PR portfolio research, design, and specification find…
Feb 13, 2026
7120a8d
feat(agent): clarify fullscreen TUI server contract and offline REPL …
AlexMikhalev Feb 13, 2026
1e87483
feat(tinyclaw): implement real shell, tool, LLM execution and channel…
AlexMikhalev Feb 14, 2026
46e9759
fix(rolegraph): add missing tempfile dev-dependency
AlexMikhalev Feb 19, 2026
bb712b6
chore: add a.out and .cachebro to gitignore
AlexMikhalev Feb 19, 2026
1226699
security(tinyclaw): remove token logging_in_rust_shuttle_guide from T…
AlexMikhalev Feb 20, 2026
b0e96bb
code_review(tinyclaw): add gateway outbound dispatch code_reviews (GA…
AlexMikhalev Feb 20, 2026
6a5359d
fix(tinyclaw): complete_guide_to_testing_code_in_rust removal of toke…
AlexMikhalev Feb 20, 2026
d1a4bfa
code_review(tinyclaw): add comprehensive_rust documentation and usage…
AlexMikhalev Feb 20, 2026
206959c
fix(multi-agent): add hgnc feature gate and gitignore cachebro
AlexMikhalev Feb 20, 2026
3a23608
docs: add handover and lessons learned for 2026-02-21 branch recovery
AlexMikhalev Feb 20, 2026
dd4881b
chore(workspace): exclude desktop/src-tauri from cargo workspace
AlexMikhalev Feb 20, 2026
2c4a5d8
fix(multi-agent): correct NormalizationMethod prompt values and perfo…
AlexMikhalev Feb 21, 2026
caab064
refactor(tinyclaw): implement get_sent_messages in gateway_dispatch t…
AlexMikhalev Feb 21, 2026
7e6cd57
fix(types): use repo docs/src/kg as corpus path in kg_normalization e…
AlexMikhalev Feb 21, 2026
06587c6
docs: handover and lessons learned for 2026-02-21 multi_agent completion
AlexMikhalev Feb 21, 2026
e494f78
chore(workspace): restore upstream workspace members and default-members
AlexMikhalev Feb 21, 2026
f0dbbfb
chore: update Cargo.lock for restored workspace members
AlexMikhalev Feb 21, 2026
36391e9
Merge remote-tracking branch 'upstream/pr529' into pr529
AlexMikhalev Feb 21, 2026
00e19ec
docs: update handover with PR #543 status and merge resolution
AlexMikhalev Feb 21, 2026
e1147d6
feat(terraphim_types): add medical node and edge types behind feature…
AlexMikhalev Feb 22, 2026
a4b8dbe
feat(terraphim_rolegraph): add MedicalRoleGraph and symbolic embeddin…
AlexMikhalev Feb 22, 2026
cee1f78
feat(terraphim_automata): add SNOMED/UMLS medical entity extraction b…
AlexMikhalev Feb 22, 2026
89ef5a6
feat(terraphim_rolegraph): add new_empty() and medical_loaders for SN…
AlexMikhalev Feb 22, 2026
fd70034
fix(terraphim_automata): preserve all CUI mappings when deduplicating…
AlexMikhalev Feb 22, 2026
9f2958f
fix(medical): correct magic_unpair precision and overlap detection
AlexMikhalev Feb 22, 2026
127bd7e
fix(medical): add adjacency index for O(degree) edge lookups
AlexMikhalev Feb 22, 2026
494a696
fix(medical): parse SNOMED FSN semantic tags for correct node types
AlexMikhalev Feb 22, 2026
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
23 changes: 0 additions & 23 deletions .beads/issues.jsonl

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ keys/
crates/terraphim_settings/test_settings/settings.toml
# Nightshift plan artifacts (keep out of version control)
.nightshift-plan

# Build artifacts
a.out

# Cache
.cachebro/
Loading
Loading