This website requires JavaScript.
b7506ee765
feat(app): add Settings view, configurable claude dir, and recap docs refactor
tommy0103
2026-06-15 01:44:32 +08:00
9fc7f202f0
feat(app): add weekly recap cards with swipeable story UI and export
tommy0103
2026-06-14 03:16:49 +08:00
4eec6b38c9
feat(app): embed indexer in Electron with file-watching service and UI refinements
tommy0103
2026-06-13 03:42:01 +08:00
b524339d85
feat(app): add Electron desktop UI and evolve memory/retrieval layer
tommy0103
2026-06-12 22:20:29 +08:00
b52f57b538
feat(memory): enforce English-only memory indexing with CJK guardrail
tommy0103
2026-06-10 03:50:38 +08:00
89b53d4570
docs: establish helper-first retrieval as default entry point
tommy0103
2026-06-10 03:28:15 +08:00
10b51d8878
fix(indexer): derive project_path from message cwd instead of slug decoding
tommy0103
2026-06-10 03:15:32 +08:00
807e5141fa
feat(query): add overview() for project-aware session/memory discovery
tommy0103
2026-06-10 03:04:11 +08:00
34f3a164ab
feat(memory): persistent memory layer with remember/recall CodeAct API
tommy0103
2026-06-10 02:05:27 +08:00
dff88bbb37
refactor(skill): extract retrieval-semantics.md, compress pitfalls.md Move query design principles (scope/plan/structure/evidence) and field semantics (context types, ordering, project scopes) out of pitfalls.md into a new retrieval-semantics.md. Pitfalls.md becomes a compact debug checklist: missing columns, FTS errors, over-large output, empty results. SKILL.md query routing updated to point at the three reference tiers.
tommy0103
2026-06-07 20:31:31 +08:00
0128881d04
docs: add learned-facet detail pass and session-window pitfall
tommy0103
2026-06-07 18:35:08 +08:00
700ca0bdd3
docs: sharpen query routing, output budget, and field-name pitfalls
tommy0103
2026-06-07 18:23:00 +08:00
3ded54f642
docs: add one-shot synthesis pattern and turn-cost pitfall
tommy0103
2026-06-07 17:41:24 +08:00
297ef01eaf
refactor(docs): restructure SKILL.md into progressive-disclosure layers
tommy0103
2026-06-07 16:42:41 +08:00
67513b793f
feat(workflow): enrich workflow/agent metadata from workflowProgress; lightweight workflowTree, build debounce, minor fixes
tommy0103
2026-06-04 15:49:57 +08:00
ab828364ad
feat(index): capture cwd, skill, turn_duration, is_error from JSONL; expose FTS5 rank and cwd filter in search()
tommy0103
2026-06-03 19:18:22 +08:00
b12ddab883
fix(failures): use is_error field instead of content pattern matching
tommy0103
2026-06-02 09:19:46 +08:00
8d97f934f2
docs: design obelisk claude code benchmark
tommy0103
2026-06-02 01:53:50 +08:00
fb35cca8fe
feat(query): unified filter opts across all list-returning APIs
tommy0103
2026-06-02 01:36:47 +08:00
4bfced92b7
feat(obelisk): index session summaries and guide incremental retrieval
tommy0103
2026-06-01 16:52:58 +08:00
a6be5172c3
refactor: split runtime.mjs into db, indexer, query modules
tommy0103
2026-05-31 03:29:41 +08:00
fb353f5deb
fix(indexer): streaming reads, per-file transactions, and error reporting
tommy0103
2026-05-31 02:33:22 +08:00
5593990440
docs(SKILL.md): add raw() usage and sql schema reminder
tommy0103
2026-05-30 04:57:06 +08:00
cf8bd1154e
fix(indexer): safe JSON truncation and windowed raw access
tommy0103
2026-05-30 04:06:42 +08:00
2b02a7b6c8
fix(indexer): preserve session metadata during incremental reindex
tommy0103
2026-05-30 03:53:16 +08:00
1d45c91a8a
chore: update README
tommy0103
2026-05-30 03:27:03 +08:00
bc9b6dde72
build(obelisk): let Claude Code search its own session history
tommy0103
2026-05-30 03:21:35 +08:00