State-hub connect and initial workplans
This commit is contained in:
parent
ebc3e3e65b
commit
83a50a38d9
11 changed files with 517 additions and 2 deletions
9
.claude/rules/repo-boundary.md
Normal file
9
.claude/rules/repo-boundary.md
Normal 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.
|
||||
9
.claude/rules/repo-identity.md
Normal file
9
.claude/rules/repo-identity.md
Normal 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`.
|
||||
7
.claude/rules/session-protocol.md
Normal file
7
.claude/rules/session-protocol.md
Normal 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.
|
||||
9
.claude/rules/workplan-convention.md
Normal file
9
.claude/rules/workplan-convention.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue