ckb/wiki/log.md
Michał Kopeć c56348b15b Initial commit: Cascade Knowledge Base with OKF-aligned schema and skills
Sets up the layered wiki/linked/libs knowledge base described in
CLAUDE.md/AGENTS.md, with a frontmatter schema, recursive index/log
convention, and conformance lint checks aligned with Google's Open
Knowledge Format. Adds two on-demand Claude Code Skills: export-okf
(regenerate an OKF-conformant bundle at outputs/okf/) and sync-changes
(reconcile this repo's git history with its origin remote, surfacing
conflicts to the user).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-13 19:03:50 +02:00

85 lines
4.5 KiB
Markdown

# Wiki Change Log
All modifications to the local `wiki/` directory are recorded here
in reverse chronological order (most recent first).
## [2026-07-13 19:30] - CREATE
- **File Affected:** `.claude/skills/sync-changes/SKILL.md` (outside `wiki/`, logged here per Rule B for continuity)
- **Description:** Created a new project-scoped skill that reconciles this repo's own git history with its `origin` remote on demand: commits local changes, fetches/merges remote commits, presents any conflicts to the user file-by-file via AskUserQuestion, then pushes. Explicitly scoped to git mechanics only — never invokes the Ingestion Workflow or touches `outputs/okf/`.
- **Source:** User request — chat conversation
## [2026-07-13 19:30] - UPDATE
- **File Affected:** `CLAUDE.md` / `AGENTS.md` §3
- **Description:** Reworded the Ingestion Workflow trigger list from "Ingest", "Sync", "Update the Wiki" to "Ingest", "Sync the wiki", "Update the Wiki", plus a pointer to the new sync-changes skill — reduces ambiguity between the content-level Ingestion trigger and the new git-level sync-changes skill's "sync changes" trigger.
- **Source:** User request — chat conversation
## [2026-07-13 19:21] - UPDATE
- **File Affected:** `wiki/error-book.md`
- **Description:** Retrofitted missing frontmatter (`type: error-book`, `tldr`, `last_updated`) so the page passes the conformance lint check added earlier this session. Prerequisite for the OKF export skill.
- **Source:** OKF export planning — chat conversation
## [2026-07-13 19:20] - UPDATE
- **File Affected:** `wiki/overview.md`
- **Description:** Retrofitted missing frontmatter (`type: overview`, `tldr`, `last_updated`) so the page passes the conformance lint check added earlier this session. Prerequisite for the OKF export skill.
- **Source:** OKF export planning — chat conversation
## [2026-07-13 18:09] - UPDATE
- **File Affected:** `wiki/overview.md`
- **Description:** Documented the new required `type` / optional `resource` frontmatter fields, `kb_schema_version` on `wiki/index.md`, and the recursive index convention.
- **Source:** OKF (Open Knowledge Format) comparison analysis — chat conversation
## [2026-07-13 18:09] - CREATE
- **File Affected:** `wiki/graph/index.md`
- **Description:** Created subdirectory index for `graph/` per the new Recursive Index & Log Convention (OKF-inspired). Currently empty pending first entity extraction.
- **Source:** OKF comparison analysis — chat conversation
## [2026-07-13 18:09] - CREATE
- **File Affected:** `wiki/entities/index.md`
- **Description:** Created subdirectory index for `entities/` per the new Recursive Index & Log Convention (OKF-inspired). Currently empty pending first entity extraction.
- **Source:** OKF comparison analysis — chat conversation
## [2026-07-13 18:09] - UPDATE
- **File Affected:** `wiki/index.md`
- **Description:** Added `kb_schema_version: "1.1"` frontmatter and routing-table rows linking to the new `entities/index.md` and `graph/index.md`.
- **Source:** OKF comparison analysis — chat conversation
## [2026-05-30] - RESTRUCTURE
- **File Affected:** `wiki/index.md`
- **Description:** Restructured into routing table with "Use when" triggers for lazy-loading
- **Source:** Implementation of selected ideas
## [2026-05-30] - CREATE
- **File Affected:** `wiki/error-book.md`
- **Description:** Created error book stub for tracking compilation errors and derived constraints
- **Source:** Implementation of Error Book idea
## [2026-05-30] - CREATE
- **File Affected:** `wiki/graph/`
- **Description:** Created graph directory for edge lists and relationship data
- **Source:** Implementation of Entity Extraction & Knowledge Graph idea
## [2026-05-30] - CREATE
- **File Affected:** `wiki/entities/`
- **Description:** Created entities directory for typed entity pages
- **Source:** Implementation of Entity Extraction & Knowledge Graph idea
## [2026-05-30] - UPDATE
- **File Affected:** `wiki/overview.md`
- **Description:** Updated directory tree and added frontmatter schema reference
- **Source:** Infrastructure changes
## [2026-05-30] - CREATE
- **File Affected:** `wiki/overview.md`
- **Description:** Created high-level overview of the knowledge base
- **Source:** Initial setup
## [2026-05-30] - CREATE
- **File Affected:** `wiki/index.md`
- **Description:** Created entry point / table of contents for the local wiki
- **Source:** Initial setup
## [2026-05-30] - CREATE
- **File Affected:** `wiki/log.md`
- **Description:** Created change log file
- **Source:** Initial setup