Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.03 KB

File metadata and controls

38 lines (25 loc) · 2.03 KB

Documentation

Languages: English (en-GB) | 简体中文 (zh-CN)

This directory contains user-facing guides, internal design records, implementation plans, validation notes, and project tracking entrypoints.

User-Facing Guides

The repository root README.md is the default en-GB entrypoint.

Internal Records

These internal records are not required to be bilingual unless they are later promoted into the user-facing guide set.

Project Tracking

  • 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/*.md entries.
  • Generated project_journal/INDEX.md is local ignored output and must not be committed.

Merge-Time Bookkeeping

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: completed before 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 active or blocked and record the real remaining next steps.