jacobinwwey_obsidian-NotEMD/docs
Jacobinwwey 1232c40efb docs: comprehensive progress audit and next direction plan
- Full task-by-task comparison of current code vs roadmap requirements
- notebook-navigator cross-reference completion status
- Architecture advancement summary since v1.8.2
- Current module map and verification gate
- Hard constraints status (still active)
- Next direction: command consolidation + runtime packaging
- CI status: all clean, no errors to fix
- Bilingual: EN + ZH-CN progress audit documents
- Roadmap docs updated with 2026-05-02 progress
2026-05-02 05:53:50 -05:00
..
.vitepress docs: ignore vitepress build artifacts 2026-04-16 09:01:59 -05:00
brainstorms docs: comprehensive progress audit and next direction plan 2026-05-02 05:53:50 -05:00
i18n docs: add repo-backed vitepress preview 2026-04-16 09:00:44 -05:00
maintainer docs: split bilingual docs into paired language files 2026-04-16 07:41:02 -05:00
releases fix(ci): add missing release notes and docs/index.zh-CN.md for CI 2026-05-01 08:20:29 -05:00
superpowers docs: comprehensive progress audit and next direction plan 2026-05-02 05:53:50 -05:00
architecture.md docs: add bilingual architecture overview with Mermaid diagrams 2026-05-02 05:28:44 -05:00
architecture.zh-CN.md docs: add bilingual architecture overview with Mermaid diagrams 2026-05-02 05:28:44 -05:00
index.md docs: add repo-backed vitepress preview 2026-04-16 09:00:44 -05:00
index.zh-CN.md fix(ci): add missing release notes and docs/index.zh-CN.md for CI 2026-05-01 08:20:29 -05:00
README.md docs: enforce explicit locale pairs for plan docs 2026-04-16 08:31:41 -05:00
README.zh-CN.md docs: enforce explicit locale pairs for plan docs 2026-04-16 08:31:41 -05:00

Notemd Docs Hub

Language: English | 简体中文

This directory contains repository-level documentation for maintainers and contributors.

User And Maintainer Entry Points

Engineering Planning Docs

Documentation Language Convention

  • Plan docs under docs/superpowers/plans/ use explicit locale suffixes: name.en.md and name.zh-CN.md.
  • Outside the plan directory, older source docs may still use name.md plus a companion language file until they are migrated.
  • Release notes are stored as two complete files, one English and one Simplified Chinese. GitHub release publishing composes those two files into one bilingual release body at publish time.
  • Do not add inline bilingual summary blocks to active docs. Keep each language in its own complete file.