All sessions

28 sessions total

SessionAgentProjectDateCwdModelMsgsTools
Confirm how cross-references resolve before moving pages
Established that links resolve by filename, which decides whether a page can be relocated safely.
Claude llm-wiki 2026-09-07 /home/user/code/llm-wiki claude-opus-5 2 11
Ingest arbitrary documents alongside sessions
Added a path for pulling documents into the vault so the wiki is not limited to transcripts.
OpenClaw llm-wiki 2026-09-06 /home/user/code/llm-wiki claude-opus-5 2 24
Code-reviewer subagent: synthetic PR findings
Synthetic Cursor nested code-reviewer subagent session; headless via subagentTypeName.
Cursor llm-wiki 2026-09-06 /home/user/code/llm-wiki claude-opus-5 2 26
Make migrations safe to run twice
A partially applied migration left the schema unrunnable; each step is now idempotent.
Claude trailhead-api 2026-09-06 /home/user/code/trailhead-api claude-opus-5 2 6
Split the search index into per-project chunks
A single index file was downloading everything up front; it is now chunked and loaded on demand.
Claude llm-wiki 2026-09-05 /home/user/code/llm-wiki claude-opus-5 2 14
Scale ingredient quantities without mangling fractions
Doubling a recipe produced unreadable decimals instead of familiar fractions.
Claude recipe-box 2026-09-05 /home/user/code/recipe-box claude-opus-5 2 19
Auto-review headless pass on a synthetic diff
Synthetic Cursor Agent CLI auto-review launch; headless via approvalMode.
Cursor llm-wiki 2026-09-04 /home/user/code/llm-wiki claude-opus-5 2 21
Constrain the Key Facts prompt to attributed bullets
Tightened the synthesis prompt so every fact carries the source that supports it.
Claude llm-wiki 2026-09-04 /home/user/code/llm-wiki claude-haiku-4-5 2 9
Add backoff to broker reconnection
A dropped broker connection produced a tight reconnect loop.
OpenClaw sensor-mesh 2026-09-03 /home/user/code/sensor-mesh claude-opus-5 2 27
Seed project pages from session metadata
Project pages are now derived from session frontmatter rather than written by hand.
Cursor llm-wiki 2026-09-02 /home/user/code/llm-wiki claude-opus-5 2 22
Headless SDK lint pass over a synthetic fixture vault
Synthetic Claude SDK-CLI headless run that would be skipped under exclude_headless.
Claude llm-wiki 2026-09-01 /home/user/code/llm-wiki claude-opus-5 2 16
Version the git hooks instead of copying them
Hooks drifted between machines because they lived outside the repository.
Cursor dotfiles 2026-08-31 /home/user/code/dotfiles claude-opus-5 2 17
Make the built site work without a server or a network
Vendored the graph library and moved state into a script tag so the site opens from a file.
Claude llm-wiki 2026-08-29 /home/user/code/llm-wiki claude-opus-5 2 12
Add a rules engine for transaction categories
Replaced a hardcoded keyword map with ordered user-defined rules.
Cursor pocket-ledger 2026-08-26 /home/user/code/pocket-ledger claude-opus-5 2 7
Sort the lint rules into errors, warnings and information
Reviewed all seventeen rules and settled which ones should be able to fail a build.
OpenClaw llm-wiki 2026-08-23 /home/user/code/llm-wiki claude-opus-5 2 25
Extract readable text from two-column PDFs
Column-aware extraction replaced a naive reader that interleaved lines.
Claude paper-notes 2026-08-20 /home/user/code/paper-notes claude-opus-5 2 20
Expose the wiki over MCP so any agent can read it
Added search, read-page and query tools to the MCP server and pinned the kind vocabulary to one source.
Claude llm-wiki 2026-08-16 /home/user/code/llm-wiki claude-opus-5 2 15
Thread a request id through the log output
Concurrent requests interleaved in the log with no way to separate them.
Codex trailhead-api 2026-08-11 /home/user/code/trailhead-api gpt-5-codex 2 10
Add the candidate review gate between harvest and promotion
Harvest now writes stubs to a review folder instead of publishing pages directly.
Claude llm-wiki 2026-08-06 /home/user/code/llm-wiki claude-opus-5 2 28
Validate image uploads before they reach storage
Oversized and mistyped uploads were rejected only after being written.
Claude recipe-box 2026-07-31 /home/user/code/recipe-box claude-opus-5 2 23
Fall back to the page graph when the topic vocabulary is thin
A two-node topic graph rendered as an empty-looking viewer, so the build now falls back when topics are sparse.
Claude llm-wiki 2026-07-25 /home/user/code/llm-wiki claude-opus-5 2 18
Resolve citation key collisions on import
Two papers by the same author in the same year overwrote each other.
Cursor paper-notes 2026-07-17 /home/user/code/paper-notes claude-opus-5 2 13
Detect and backfill gaps in the sensor stream
Dropped readings left silent gaps that looked like flat readings downstream.
Codex sensor-mesh 2026-07-09 /home/user/code/sensor-mesh gpt-5-codex 2 8
Cut shell startup time by deferring completions
Startup was dominated by loading completion scripts that were rarely used.
OpenClaw dotfiles 2026-06-29 /home/user/code/dotfiles claude-opus-5 2 26
Stop re-synthesising sources that have not changed
Traced why a second synth run re-processed everything and fixed the state comparison.
Claude llm-wiki 2026-06-19 /home/user/code/llm-wiki claude-opus-5 2 21
Move list endpoints from offset to cursor pagination
Offset paging skipped rows when records were inserted mid-scan; cursors fixed it.
Claude trailhead-api 2026-06-07 /home/user/code/trailhead-api claude-opus-5 2 16
Fix cent-rounding drift on imported statements
Repeated float rounding was losing a cent per few hundred rows; switched to integer minor units.
Claude pocket-ledger 2026-05-25 /home/user/code/pocket-ledger claude-opus-5 2 11
Refactor the adapter registry so contrib adapters stay opt-in
Split the adapter registry so core adapters auto-detect while contrib ones require an explicit flag.
Claude llm-wiki 2026-05-11 /home/user/code/llm-wiki claude-opus-5 2 6

Keyboard shortcuts

⌘K / Ctrl+KOpen command palette
/Focus search
g hGo to home
g pGo to projects
g sGo to sessions
j / kNext / prev row (tables)
?Show this help
EscClose dialogs

Structured queries

Mix key:value filters with free text in the palette:

type:sessionOnly session pages
project:llm-wikiFilter by project name (substring)
model:claudeFilter by model name (substring)
date:>2026-03-01Sessions after a date
date:<2026-04-01Sessions before a date
tags:rustPages mentioning a tag/topic
sort:dateSort results by date (newest first)

Example: type:session project:llm-wiki date:>2026-04 sort:date