Languages: English (en-GB) | 简体中文 (zh-CN)
This directory contains user-facing guides, internal design records, implementation plans, validation notes, and project tracking entrypoints.
The repository root README.md is the default en-GB entrypoint.
- design/ contains architecture and implementation design records, including Host Plugin Runtime And Generic Delivery.
- plans/ contains phased implementation and delivery plans.
- validation/ contains live validation harnesses, probes, and evidence records.
These internal records are not required to be bilingual unless they are later promoted into the user-facing guide set.
- PROJECT_STATE.md is the concise current-state and handoff entrypoint.
- PROJECT_TODO.md is the concise cross-task backlog entrypoint.
- project_journal/ contains durable per-workstream records under dated
YYYY/MM/*.mdentries. - Generated
project_journal/INDEX.mdis local ignored output and must not be committed.
This repo is squash-merge-only. Tracked journal docs should describe the target-branch state after the PR lands, not the temporary review state of the PR itself.
- If a PR fully completes a workstream, mark the relevant journal entry
status: completedbefore merge and use the PR link as evidence. - Do not leave tracked docs with transient states like "waiting for merge", "not merged yet", or "ready for review"; keep those in the PR body, checklist, or comments.
- If a PR only completes part of a larger workstream, keep the journal
activeorblockedand record the real remaining next steps.