State-hub connect and initial workplans

This commit is contained in:
2026-05-03 20:43:12 +02:00
parent ebc3e3e65b
commit 83a50a38d9
11 changed files with 517 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
# Repo Boundary
Keep `markitect-tool` focused on provider-neutral markdown primitives:
parse, validate, transform, compose, query, template, generate, configure,
cache, and expose through CLI/API.
Leave infospace lifecycle, persistence/orchestration, project-specific
knowledge models, rendering applications, and service infrastructure to
higher-layer repositories.

View File

@@ -0,0 +1,9 @@
# Repo Identity
- Project: `markitect-tool`
- Domain: `markitect`
- Repo slug: `markitect-tool`
- State Hub topic ID: `5571d954-0d30-4950-980d-7bcaaad8e3e2`
This repository is the markdown syntax/tooling successor to the in-scope core
of `markitect-main`.

View File

@@ -0,0 +1,7 @@
# Session Protocol
1. Read `INTENT.md`, the PRD, the FRS, and active workplans.
2. Check State Hub for dispatch and blockers when available.
3. Treat workplan files as authoritative coordination state.
4. Record durable decisions in repository docs before reflecting them in State Hub.
5. Keep the implementation boundary narrow: syntax-layer toolkit, not platform.

View File

@@ -0,0 +1,9 @@
# Workplan Convention
Workplans live at `workplans/<id>-<slug>.md`.
Use IDs with the `MKTT-WP-` prefix for this repository. Embedded tasks use
`MKTT-WP-XXXX-TNNN`.
Each workplan should trace back to the PRD/FRS and indicate what is migrated,
reimplemented, deferred, or explicitly out of scope.