ckb/workload/2026-07-29_summary.md

57 lines
3.6 KiB
Markdown

## 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`, and `wiki/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/skills` and typechanged `CLAUDE.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.md` for optional project query scopes and `wiki/query-gaps.md` for durable missing-answer tracking.
- Updated `wiki/index.md`, `wiki/overview.md`, and `wiki/log.md` to register the new scaffolds.
- Updated `README.md`, `MANUAL.md`, `AGENTS.md`, `ckb-retrieve`, and `ckb-ingest` instructions 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.md` from `kb_schema_version: "1.1"` to `"1.2"` and `VERSION` from `1.1.0` to `1.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-changes` git-level workflow: pre-flight checks passed, `origin` was configured, and `git fetch origin` completed.
## 2026-07-29 22:59 CEST
- User asked which features in `AGENTS.md` could 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.md` slimming changes.
- Replaced `AGENTS.md` with 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-upgrade` and bumped root `VERSION` from `1.2.0` to `1.2.1`; wiki schema remains `1.2`.
## 2026-07-29 23:13 CEST
- User asked to commit and push the `AGENTS.md` slimming changes.
- Started `ckb-sync-changes`: pre-flight checks passed, `origin` is configured, no in-progress git operation was detected, and `git fetch origin` completed.