3.6 KiB
3.6 KiB
2026-07-29 22:08 CEST
- Compared Cerebras' "How We Built Our Knowledge Base" concept against the current local Cascade KB scaffold.
- Read
wiki/index.md,wiki/overview.md,wiki/entities/index.md, andwiki/graph/index.md; found the wiki currently covers cascade layering, schema, lazy indexes, empty entity pages, and empty graph scaffolding. - User requested only a list of ideas not currently covered but compatible with a local-first wiki that does not require dedicated user software; no wiki implementation was performed.
- Noted existing unsynchronized working-tree state from session start: deleted
.claude/skillsand typechangedCLAUDE.md.
2026-07-29 22:10 CEST
- User asked to commit changes.
- Checked working-tree status before committing; planned to include the current tracked changes plus this workload summary in a single git commit.
2026-07-29 22:17 CEST
- User asked again to commit changes.
- Checked working-tree status; found deletions for
CLAUDE.md,.claude/skills/export-okf/SKILL.md, and.claude/skills/sync-changes/SKILL.md. - Planned to commit the current working tree, including this session note.
2026-07-29 22:23 CEST
- User asked which ideas from the Cerebras knowledge base concept could be easily implemented in the current local wiki.
- Re-read the current wiki scaffold and git status; identified low-effort, local-first ideas that fit Markdown files and CLI/agent workflows without requiring dedicated user software.
2026-07-29 22:44 CEST
- User asked to implement the selected local-first changes and update README/instruction files.
- Added
wiki/projects/index.mdfor optional project query scopes andwiki/query-gaps.mdfor durable missing-answer tracking. - Updated
wiki/index.md,wiki/overview.md, andwiki/log.mdto register the new scaffolds. - Updated
README.md,MANUAL.md,AGENTS.md,ckb-retrieve, andckb-ingestinstructions to cover project scopes, local hybrid retrieval, evidence packets, context expansion, query-gap capture, and long-note distillation.
2026-07-29 22:47 CEST
- User asked whether the wiki version had been updated.
- Confirmed it had not been bumped yet, then updated
wiki/index.mdfromkb_schema_version: "1.1"to"1.2"andVERSIONfrom1.1.0to1.2.0. - Updated README/AGENTS schema-version examples and logged the wiki schema bump in
wiki/log.md.
2026-07-29 22:48 CEST
- User asked to commit changes and push to
origin. - Began the
ckb-sync-changesgit-level workflow: pre-flight checks passed,originwas configured, andgit fetch origincompleted.
2026-07-29 22:59 CEST
- User asked which features in
AGENTS.mdcould be moved into skills so they do not load every session. - Read
AGENTS.md, listed existing skill files, and identified always-on invariants versus procedural or situational sections that are good skill candidates.
2026-07-29 23:06 CEST
- User asked to implement the
AGENTS.mdslimming changes. - Replaced
AGENTS.mdwith a shorter always-loaded instruction file focused on directory contract, cascade priority, schema, skill routing, and non-negotiable rules. - Moved/kept procedural detail in owning skills: retrieval, ingest, external indexing, lint, sync, upgrade, and OKF export references.
- Added schema-versioning policy to
ckb-upgradeand bumped rootVERSIONfrom1.2.0to1.2.1; wiki schema remains1.2.
2026-07-29 23:13 CEST
- User asked to commit and push the
AGENTS.mdslimming changes. - Started
ckb-sync-changes: pre-flight checks passed,originis configured, no in-progress git operation was detected, andgit fetch origincompleted.