Skip to content
bitzorcas
中EN

Guide

Project governance and version information

Find contribution rules, documentation maintenance, release notes, and future investment areas.

Last updated

This section contains material that affects collaboration, version interpretation, and delivery decisions but does not belong to one runtime module. Governance documents define how completion is proven; they do not replace source truth, module runbooks, or release artifacts.

Choose by task

PagePurpose
Code submissionBranches, commits, pull requests, review, and secret handling
Recently updatedPages whose lastUpdated date falls in the last 30 days
ChangelogMajor delivery changes backed by evidence
RoadmapShipped capability, evidence gaps, and future investment
Documentation maintenanceSources of truth, bilingual parity, links, and prose quality

A roadmap is not a date commitment, and a changelog does not replace Git history or release artifacts. Customer compatibility and delivery promises must be backed by versioned packages, signed artifacts, and GA evidence.

Do not mix five kinds of fact

InformationQuestion answeredPrimary evidence
Submission guideHow does a change enter main?repository rules, branch protection, CI
Recently updatedWhich manual pages moved lately?page lastUpdated, build output
ChangelogWhat changed in a released version?tag, package manifest, SBOM, provenance
RoadmapWhy is a future investment worthwhile?risk, user value, gap inventory
Documentation maintenanceHow is manual drift prevented?source sweeps, locale verification, static build

Verify facts before editing

Terminal window
# Inspect repository rules and current state before treating a plan as fact.
sed -n '1,220p' AGENTS.md
git status --short
git log -5 --oneline

When a page names types, configuration keys, or runtime order, locate both declaration and composition in product source. Finding an interface alone does not prove that a production adapter is registered.

Leave reproducible evidence

Terminal window
# Minimum governance loop for the manual repository.
npm run verify:docs
npm run verify:docs-source
npm run verify:docs-depth
npm run build
git diff --check

Attach results to the PR or release evidence rather than writing only “tested.” Do not evade failure by lowering page status, deleting links, or relabeling current behavior as a plan.

Escalate the right decision

When source and prose disagree, decide whether the page overstates behavior, implementation is defective, or capability remains planned. Correct overstatement immediately. Record implementation gaps in the knowledge-base architecture backlog with an owner. Use an ADR or formal architecture record for compatibility, data-model, or cross-module boundary decisions.

Definition of done

A governance page is complete only when locales agree, evidence is explicit, examples are copyable, links resolve, and unshipped boundaries are visible. External release still requires Consumer Contract and Commercial GA gates; governance prose is not itself a release certificate.

100%

Scroll or use controls to zoom · drag when enlarged · double-click for 100% / 200%