Skip to content

Commit ae44826

Browse files
committed
docs: add pre-v1 release navigation
1 parent 1868975 commit ae44826

3 files changed

Lines changed: 49 additions & 3 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,26 @@ The v1 architecture direction is **evolve, not rewrite**:
4646
- address large-repo pressure with scoped views and graceful limits before
4747
considering Canvas or WebGL.
4848

49+
## Pre-v1 release status
50+
51+
This repository is still pre-public and pre-tag. For release navigation:
52+
53+
- Active roadmap: [`docs/V1_RELEASE_PLAN.md`](docs/V1_RELEASE_PLAN.md)
54+
- Current candidate evidence:
55+
[`docs/releases/M6_RELEASE_CANDIDATE_VALIDATION.md`](docs/releases/M6_RELEASE_CANDIDATE_VALIDATION.md)
56+
- Public-switch checklist:
57+
[`docs/releases/PUBLIC_RELEASE_CHECKLIST.md`](docs/releases/PUBLIC_RELEASE_CHECKLIST.md)
58+
- Medium/large pressure evidence:
59+
[`docs/releases/MEDIUM_LARGE_PRESSURE_VALIDATION.md`](docs/releases/MEDIUM_LARGE_PRESSURE_VALIDATION.md)
60+
- Remaining questions:
61+
[`docs/ai/OPEN_QUESTIONS.md`](docs/ai/OPEN_QUESTIONS.md)
62+
63+
Current `main` is deterministic-check ready for the remaining human and
64+
publication gates, not public-release complete. Independent cold-user
65+
validation, final manual GitHub UI-only checks, public-only security/ruleset
66+
setup, and the final tag/release/publication decision remain. If new commits
67+
land before tagging, exact-candidate validation must be refreshed.
68+
4969
## Current feature scope
5070

5171
- Scan a target repository directory.

docs/V1_RELEASE_PLAN.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ Current release state: pre-v1 development
66

77
Last reviewed: 2026-06-05
88

9+
## Release Document Roles
10+
11+
This plan remains the active pre-v1 roadmap until public `v1.0.0` publication
12+
is complete. It should not be compacted into a historical pointer until the
13+
final validation record is frozen.
14+
15+
| Document | Role |
16+
| --- | --- |
17+
| `docs/V1_RELEASE_PLAN.md` | active roadmap and release criteria |
18+
| `docs/releases/M6_RELEASE_CANDIDATE_VALIDATION.md` | current deterministic candidate evidence |
19+
| `docs/releases/PUBLIC_RELEASE_CHECKLIST.md` | public-switch order, GitHub settings target, and remaining publication actions |
20+
| `docs/releases/MEDIUM_LARGE_PRESSURE_VALIDATION.md` | current medium/large map pressure evidence |
21+
| `docs/releases/M5_VALIDATION_RECORD.md` | historical local validation baseline |
22+
| `docs/releases/M6_GITHUB_EXPOSURE_AUDIT.md` | GitHub exposure and hosted-surface audit record |
23+
| `docs/releases/M6_HISTORY_REWRITE_PLAN.md` | historical controlled rewrite procedure |
24+
| `docs/releases/M6_REWRITE_DRY_RUN_RECORD.md` | historical rewrite dry-run evidence |
25+
| `docs/ai/OPEN_QUESTIONS.md` | remaining non-blocking questions and final gates |
26+
27+
Current `main` is deterministic-check ready for independent cold-user
28+
validation and final publication preparation. It is not public-release complete
29+
until independent validation, manual GitHub UI-only checks, public-only
30+
security/ruleset setup, and the final tag/release/publication decision finish.
31+
If any new commits land before tagging, refresh exact-candidate validation for
32+
the new tip.
33+
934
## 1. V1 definition
1035

1136
`codebase-visualize` is v1-worthy when it is:

docs/ai/OPEN_QUESTIONS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ Last refreshed: 2026-06-06
1515
the publishable-history audit passes, private-safe GitHub settings are
1616
applied, and the current private `main` tip has deterministic
1717
release-candidate validation from both the working tree and a fresh private
18-
clone. M6 still needs independent cold-user validation, public-only
19-
security/ruleset setup, and the final publication decision before visibility
20-
changes.
18+
clone. Remaining gates are independent cold-user validation, final manual
19+
GitHub UI-only checks, public-only security/ruleset setup, and the final
20+
tag/release/publication decision. If new commits land before tagging, refresh
21+
exact-candidate validation for the new tip.
2122
- **Manual GitHub UI checks:** The maintained API audit is in
2223
`docs/releases/M6_GITHUB_EXPOSURE_AUDIT.md`. Before changing visibility,
2324
manually glance at UI-only surfaces such as social preview and any package

0 commit comments

Comments
 (0)