diff --git a/.claude/rules/first-session.md b/.claude/rules/first-session.md index a80087b..7b5eb37 100644 --- a/.claude/rules/first-session.md +++ b/.claude/rules/first-session.md @@ -1,11 +1,11 @@ ## First Session Protocol -Triggered when `get_domain_summary("markitect")` shows **no workstreams**. +Triggered when `get_domain_summary("communication")` shows **no workstreams**. The project is registered but work has not yet been structured. **Step 1 — Read, don't write** -- `~/the-custodian/canon/projects/markitect/project_charter_v0.1.md` — purpose, scope -- `~/the-custodian/canon/projects/markitect/roadmap_v0.1.md` — planned phases +- `~/the-custodian/canon/projects/communication/project_charter_v0.1.md` — purpose, scope +- `~/the-custodian/canon/projects/communication/roadmap_v0.1.md` — planned phases - Scan repo root: README, directory structure, existing code or docs **Step 2 — Survey in-progress work** @@ -17,7 +17,7 @@ roadmap phase. **Wait for approval before creating.** **Step 4 — Create workplan file first, then DB record (ADR-001)** ``` -workplans/kontextual-engine-WP-NNNN-.md ← write this first +workplans/KONT-WP-NNNN-.md ← write this first ``` Then register in the hub: ``` @@ -28,7 +28,7 @@ create_task(workstream_id="", title="...", priority="high|medium|low") **Step 5 — Record the setup** ``` add_progress_event( - summary="First session: structured markitect into N workstreams, M tasks", + summary="First session: structured communication into N workstreams, M tasks", event_type="milestone", topic_id="5571d954-0d30-4950-980d-7bcaaad8e3e2", detail={"workstreams": [...], "tasks_created": M} diff --git a/.claude/rules/repo-identity.md b/.claude/rules/repo-identity.md index e86be77..f900171 100644 --- a/.claude/rules/repo-identity.md +++ b/.claude/rules/repo-identity.md @@ -1,5 +1,5 @@ **Purpose:** Headless knowledge operations engine for persistent contextual governed retrievable transformable and agent-operable information assets. -**Domain:** markitect +**Domain:** communication **Repo slug:** kontextual-engine **Topic ID:** 5571d954-0d30-4950-980d-7bcaaad8e3e2 diff --git a/.claude/rules/session-protocol.md b/.claude/rules/session-protocol.md index e0a9c52..cedc749 100644 --- a/.claude/rules/session-protocol.md +++ b/.claude/rules/session-protocol.md @@ -1,6 +1,7 @@ ## Session Protocol -State Hub: http://127.0.0.1:8000 +Dev Hub (State Hub API): http://127.0.0.1:8000 +MCP server name in `~/.claude.json`: `dev-hub` **Step 1 — Orient** @@ -10,7 +11,7 @@ cat .custodian-brief.md ``` Then call the MCP tool for richer cross-domain context when MCP tools are exposed: ``` -get_domain_summary("markitect") +get_domain_summary("communication") ``` If MCP tools are unavailable in the current agent session, use the REST API: ```bash @@ -39,11 +40,11 @@ curl -s -X PATCH "http://127.0.0.1:8000/messages//read" \ ls workplans/ ``` For each file with `status: ready`, `active`, or `blocked`, note pending -`todo`/`in_progress` tasks. +`wait`/`todo`/`progress` tasks. **Step 4 — Present brief** -1. **Active workstreams** for `markitect` — title, task counts, blocking decisions +1. **Active workstreams** for `communication` — title, task counts, blocking decisions 2. **Pending tasks** from `workplans/` + any `[repo:kontextual-engine]` hub tasks 3. **Goal guidance** — if `goal_guidance` in summary: - `needs_workplan`: surface as top action — *"Repo goal '{title}' has no workplan yet"* diff --git a/.claude/rules/workplan-convention.md b/.claude/rules/workplan-convention.md index 11d5d8b..ca9c565 100644 --- a/.claude/rules/workplan-convention.md +++ b/.claude/rules/workplan-convention.md @@ -1,7 +1,7 @@ ## Workplan Convention (ADR-001) -File location: `workplans/kontextual-engine-WP-NNNN-.md` -ID prefix: `KONTEXTUAL-WP` +File location: `workplans/KONT-WP-NNNN-.md` +ID prefix: `KONT-WP-` Work items originate as files in this repo **before** being registered in the hub. @@ -12,7 +12,7 @@ repo state, and `finished` when implementation is complete. `stalled` and `needs_review` are derived health labels, not stored statuses. Closed workplans may be moved to `workplans/archived/` with a completion-date -prefix: `YYMMDD-kontextual-engine-WP-NNNN-.md`. The frontmatter id remains +prefix: `YYMMDD-KONT-WP-NNNN-.md`. The frontmatter id remains unchanged; the prefix is only for quick visual reference. Small opportunistic tasks discovered during another session use **Ad Hoc Tasks**: @@ -25,4 +25,16 @@ Ecosystem todos from other agents arrive as `[repo:kontextual-engine]` hub tasks visible at session start. Pick one up by creating the workplan file, then registering the workstream. +Task blocks use this shape: + +```task +id: KONT-WP-NNNN-T01 +status: wait | todo | progress | done | cancel +priority: high | medium | low +state_hub_task_id: "" # written by fix-consistency — do not edit +``` + +Status progression is `todo` → `progress` → `done`; use `wait` for waiting or +blocked work and `cancel` for stopped work. + diff --git a/AGENTS.md b/AGENTS.md index f407bae..f3b7989 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,10 +4,10 @@ **Purpose:** Headless knowledge operations engine for persistent contextual governed retrievable transformable and agent-operable information assets. -**Domain:** markitect +**Domain:** communication **Repo slug:** kontextual-engine **Topic ID:** `5571d954-0d30-4950-980d-7bcaaad8e3e2` -**Workplan prefix:** `KONTEXTUAL-WP-` +**Workplan prefix:** `KONT-WP-` --- @@ -63,8 +63,8 @@ Omit `workstream_id` / `task_id` when not applicable. ```bash curl -s -X PATCH "http://127.0.0.1:8000/tasks/" \ -H "Content-Type: application/json" \ - -d '{"status": "in_progress"}' -# values: todo | in_progress | done | blocked + -d '{"status": "progress"}' +# values: wait | todo | progress | done | cancel ``` ### Flag a task for human review @@ -83,7 +83,7 @@ curl -s -X PATCH "http://127.0.0.1:8000/tasks/" \ 1. `cat .custodian-brief.md` — domain goal and open workstreams (offline-safe) 2. Check inbox: `GET /messages/?to_agent=kontextual-engine&unread_only=true`; mark read 3. Scan workplans: `ls workplans/` — note `status: ready`, `active`, or `blocked` files and open tasks -4. Check blocked tasks: `GET /tasks/?needs_human=true` +4. Check human-needed tasks: `GET /tasks/?needs_human=true` **During work:** - Update task statuses in workplan files as tasks progress @@ -151,6 +151,11 @@ every repo's agent instructions because it is high-frequency, high-risk, and eas get wrong. **Canon:** `~/ops-warden/wiki/CredentialRouting.md` · catalog `~/ops-warden/registry/routing/catalog.yaml` + + + + --- ## Workplan Convention (ADR-001) @@ -176,7 +181,7 @@ anything needing analysis, design, approval, dependencies, or multiple phases. id: KONTEXTUAL-WP-NNNN type: workplan title: "..." -domain: markitect +domain: communication repo: kontextual-engine status: proposed | ready | active | blocked | backlog | finished | archived owner: codex @@ -198,7 +203,7 @@ derived health labels, not frontmatter statuses. ` ` `task id: KONTEXTUAL-WP-NNNN-T01 -status: todo | in_progress | done | blocked +status: wait | todo | progress | done | cancel priority: high | medium | low state_hub_task_id: "" # written by fix-consistency — do not edit ` ` ` @@ -206,7 +211,7 @@ state_hub_task_id: "" # written by fix-consistency — do not edit Task description text. ``` -Status progression: `todo` → `in_progress` → `done` (or `blocked`) +Status progression: `todo` → `progress` → `done`; use `wait` for waiting/blocked work and `cancel` for stopped work. To create a new workplan: 1. Write the file following the format above diff --git a/workplans/KONT-WP-0001-repo-foundation.md b/workplans/KONT-WP-0001-repo-foundation.md index 5ad7256..4b1cc9e 100644 --- a/workplans/KONT-WP-0001-repo-foundation.md +++ b/workplans/KONT-WP-0001-repo-foundation.md @@ -2,7 +2,7 @@ id: KONT-WP-0001 type: workplan title: "Repository Foundation And State Hub Integration" -domain: markitect +domain: communication repo: kontextual-engine status: done owner: codex diff --git a/workplans/KONT-WP-0002-markitect-main-system-scope.md b/workplans/KONT-WP-0002-markitect-main-system-scope.md index b11c164..b6dd761 100644 --- a/workplans/KONT-WP-0002-markitect-main-system-scope.md +++ b/workplans/KONT-WP-0002-markitect-main-system-scope.md @@ -2,7 +2,7 @@ id: KONT-WP-0002 type: workplan title: "markitect-main System-Layer Extraction" -domain: markitect +domain: communication repo: kontextual-engine status: done owner: codex diff --git a/workplans/KONT-WP-0003-engine-implementation.md b/workplans/KONT-WP-0003-engine-implementation.md index e2b5519..f15f27c 100644 --- a/workplans/KONT-WP-0003-engine-implementation.md +++ b/workplans/KONT-WP-0003-engine-implementation.md @@ -2,7 +2,7 @@ id: KONT-WP-0003 type: workplan title: "Headless Knowledge Engine Implementation" -domain: markitect +domain: communication repo: kontextual-engine status: done owner: codex diff --git a/workplans/KONT-WP-0004-knowledge-operations-architecture.md b/workplans/KONT-WP-0004-knowledge-operations-architecture.md index f8bdadf..89c2a7a 100644 --- a/workplans/KONT-WP-0004-knowledge-operations-architecture.md +++ b/workplans/KONT-WP-0004-knowledge-operations-architecture.md @@ -2,7 +2,7 @@ id: KONT-WP-0004 type: workplan title: "Knowledge Operations Architecture Rebase" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex diff --git a/workplans/KONT-WP-0005-asset-registry-governance-state.md b/workplans/KONT-WP-0005-asset-registry-governance-state.md index b5e694c..a292bbd 100644 --- a/workplans/KONT-WP-0005-asset-registry-governance-state.md +++ b/workplans/KONT-WP-0005-asset-registry-governance-state.md @@ -2,7 +2,7 @@ id: KONT-WP-0005 type: workplan title: "Asset Registry Governance And Durable State" -domain: markitect +domain: communication repo: kontextual-engine status: done owner: codex diff --git a/workplans/KONT-WP-0006-multi-format-ingestion-normalization.md b/workplans/KONT-WP-0006-multi-format-ingestion-normalization.md index 1e184f7..840f4e9 100644 --- a/workplans/KONT-WP-0006-multi-format-ingestion-normalization.md +++ b/workplans/KONT-WP-0006-multi-format-ingestion-normalization.md @@ -2,7 +2,7 @@ id: KONT-WP-0006 type: workplan title: "Multi-Format Ingestion And Normalization" -domain: markitect +domain: communication repo: kontextual-engine status: done owner: codex diff --git a/workplans/KONT-WP-0007-governed-retrieval-context-graph.md b/workplans/KONT-WP-0007-governed-retrieval-context-graph.md index 84a2d78..c3e883d 100644 --- a/workplans/KONT-WP-0007-governed-retrieval-context-graph.md +++ b/workplans/KONT-WP-0007-governed-retrieval-context-graph.md @@ -2,7 +2,7 @@ id: KONT-WP-0007 type: workplan title: "Governed Retrieval And Context Graph" -domain: markitect +domain: communication repo: kontextual-engine status: done owner: codex diff --git a/workplans/KONT-WP-0008-transformations-workflow-jobs.md b/workplans/KONT-WP-0008-transformations-workflow-jobs.md index 90c0d1c..d1545aa 100644 --- a/workplans/KONT-WP-0008-transformations-workflow-jobs.md +++ b/workplans/KONT-WP-0008-transformations-workflow-jobs.md @@ -2,7 +2,7 @@ id: KONT-WP-0008 type: workplan title: "Traceable Transformations And Workflow Jobs" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex diff --git a/workplans/KONT-WP-0009-service-api-agent-safe-operation.md b/workplans/KONT-WP-0009-service-api-agent-safe-operation.md index ffa79b2..772804e 100644 --- a/workplans/KONT-WP-0009-service-api-agent-safe-operation.md +++ b/workplans/KONT-WP-0009-service-api-agent-safe-operation.md @@ -2,7 +2,7 @@ id: KONT-WP-0009 type: workplan title: "Service API And Agent-Safe Operation" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex diff --git a/workplans/KONT-WP-0010-observability-export-enterprise-readiness.md b/workplans/KONT-WP-0010-observability-export-enterprise-readiness.md index b8d3894..0730f03 100644 --- a/workplans/KONT-WP-0010-observability-export-enterprise-readiness.md +++ b/workplans/KONT-WP-0010-observability-export-enterprise-readiness.md @@ -2,7 +2,7 @@ id: KONT-WP-0010 type: workplan title: "Observability Export And Enterprise Readiness" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex diff --git a/workplans/KONT-WP-0011-cmis-compliance-assessment-test-foundation.md b/workplans/KONT-WP-0011-cmis-compliance-assessment-test-foundation.md index a2ee430..375c25a 100644 --- a/workplans/KONT-WP-0011-cmis-compliance-assessment-test-foundation.md +++ b/workplans/KONT-WP-0011-cmis-compliance-assessment-test-foundation.md @@ -2,7 +2,7 @@ id: KONT-WP-0011 type: workplan title: "CMIS Compliance Assessment And Test Foundation" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex diff --git a/workplans/KONT-WP-0012-cmis-profiled-access-points.md b/workplans/KONT-WP-0012-cmis-profiled-access-points.md index 4d24bed..c9cc16b 100644 --- a/workplans/KONT-WP-0012-cmis-profiled-access-points.md +++ b/workplans/KONT-WP-0012-cmis-profiled-access-points.md @@ -2,7 +2,7 @@ id: KONT-WP-0012 type: workplan title: "CMIS Profiled Access Points Implementation" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex diff --git a/workplans/KONT-WP-0013-blob-storage-content-streaming.md b/workplans/KONT-WP-0013-blob-storage-content-streaming.md index 156cb23..6cc0a4b 100644 --- a/workplans/KONT-WP-0013-blob-storage-content-streaming.md +++ b/workplans/KONT-WP-0013-blob-storage-content-streaming.md @@ -2,7 +2,7 @@ id: KONT-WP-0013 type: workplan title: "Blob Storage Deduplication And Content Streaming" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex diff --git a/workplans/KONT-WP-0013-cmis-browser-binding-tck-compatibility.md b/workplans/KONT-WP-0013-cmis-browser-binding-tck-compatibility.md index 2d06e0a..717470c 100644 --- a/workplans/KONT-WP-0013-cmis-browser-binding-tck-compatibility.md +++ b/workplans/KONT-WP-0013-cmis-browser-binding-tck-compatibility.md @@ -2,7 +2,7 @@ id: KONT-WP-0013 type: workplan title: "CMIS Browser Binding TCK Compatibility" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex diff --git a/workplans/KONT-WP-0014-cmis-object-content-maturity.md b/workplans/KONT-WP-0014-cmis-object-content-maturity.md index 2086c6f..373b1d2 100644 --- a/workplans/KONT-WP-0014-cmis-object-content-maturity.md +++ b/workplans/KONT-WP-0014-cmis-object-content-maturity.md @@ -2,7 +2,7 @@ id: KONT-WP-0014 type: workplan title: "CMIS Object/Content Maturity Expansion" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex @@ -351,7 +351,7 @@ Progress: ```task id: KONT-WP-0014-T006 -status: cancelled +status: cancel priority: medium state_hub_task_id: "b1562023-807b-4fed-b794-6930fcc2274e" ``` @@ -367,7 +367,7 @@ Disposition: ```task id: KONT-WP-0014-T007 -status: cancelled +status: cancel priority: medium state_hub_task_id: "60f7b222-6eea-4add-822d-3439d568d4f6" ``` diff --git a/workplans/KONT-WP-0015-first-release-readiness.md b/workplans/KONT-WP-0015-first-release-readiness.md index 7b6b2b6..c0af9a7 100644 --- a/workplans/KONT-WP-0015-first-release-readiness.md +++ b/workplans/KONT-WP-0015-first-release-readiness.md @@ -2,7 +2,7 @@ id: KONT-WP-0015 type: workplan title: "First Release Readiness" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex @@ -13,8 +13,7 @@ created: "2026-05-14" updated: "2026-05-14" state_hub_workstream_id: "cb525023-1139-4d6c-9226-d6fdd1f5fd8f" depends_on_workplans: - - KONT-WP-0016 ---- + - KONT-WP-0016--- # KONT-WP-0015: First Release Readiness diff --git a/workplans/KONT-WP-0016-cmis-read-side-contract-maturity.md b/workplans/KONT-WP-0016-cmis-read-side-contract-maturity.md index 26d7a72..64f74f8 100644 --- a/workplans/KONT-WP-0016-cmis-read-side-contract-maturity.md +++ b/workplans/KONT-WP-0016-cmis-read-side-contract-maturity.md @@ -2,7 +2,7 @@ id: KONT-WP-0016 type: workplan title: "CMIS Read-Side Contract Maturity" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex diff --git a/workplans/KONT-WP-0017-agentic-memory-graph-runtime.md b/workplans/KONT-WP-0017-agentic-memory-graph-runtime.md index 62bdc90..0191159 100644 --- a/workplans/KONT-WP-0017-agentic-memory-graph-runtime.md +++ b/workplans/KONT-WP-0017-agentic-memory-graph-runtime.md @@ -2,7 +2,7 @@ id: KONT-WP-0017 type: workplan title: "Agentic Memory Graph Runtime And Operational State" -domain: markitect +domain: communication repo: kontextual-engine status: completed owner: codex