Skip to content

Commit d26302a

Browse files
committed
docs: refresh exact candidate validation
1 parent c7855e0 commit d26302a

5 files changed

Lines changed: 37 additions & 42 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Refresh exact-candidate validation for the current private `main` tip after
6+
the final readiness docs, including working-tree, fresh-clone, CLI help,
7+
public-history, audit, and WSL2 quick-check evidence.
58
- Add pre-v1 generated-map polish: cold-user guidance, honest large/low-signal
69
notices, copyable agent briefings, clearer graph controls, selected-node
710
centering, and reduced graph label clutter.

docs/V1_RELEASE_PLAN.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
Status: active roadmap for `v1.0.0`
44

5-
Current release state: pre-v1 development
5+
Current release state: exact private candidate validated; manual/public-only
6+
publication gates remain
67

7-
Last reviewed: 2026-06-05
8+
Last reviewed: 2026-06-07
89

910
## Release Document Roles
1011

@@ -25,11 +26,9 @@ final validation record is frozen.
2526
| `docs/releases/M6_REWRITE_DRY_RUN_RECORD.md` | historical rewrite dry-run evidence |
2627
| `docs/ai/OPEN_QUESTIONS.md` | remaining non-blocking questions and final gates |
2728

28-
The latest validated candidate content is deterministic-check ready for final
29-
publication preparation. An agent-mediated cold-user rehearsal now proves the
30-
README/SKILL acquisition, install, invocation, interpretation, and rerun path
31-
from a clean private GitHub clone, and a final pre-public API/readiness pass
32-
found no new hosted-surface blocker. It is not public-release complete until
29+
The current validated candidate content is deterministic-check ready for final
30+
publication preparation. It includes the agent-mediated cold-user rehearsal and
31+
the final pre-public API/readiness pass. It is not public-release complete until
3332
external human validation or explicit maintainer acceptance, manual GitHub
3433
UI-only checks, public-only security/ruleset setup, and the final
3534
tag/release/publication decision finish. If maintainers choose a later content
@@ -574,21 +573,21 @@ Every criterion below is required unless explicitly marked preferred.
574573

575574
### Release hygiene
576575

577-
- [ ] Full local release check passes.
578-
- [ ] `npm audit --audit-level=high` passes.
579-
- [ ] `git diff --check` passes.
580-
- [ ] Worktree is clean.
576+
- [x] Full local release check passes.
577+
- [x] `npm audit --audit-level=high` passes.
578+
- [x] `git diff --check` passes.
579+
- [x] Worktree is clean.
581580
- [ ] Public release candidate passes independent cold-user validation.
582581
- [x] Agent-mediated cold-user rehearsal from a disposable GitHub clone passes.
583582
- [x] Exact public release-candidate checkout passes the final deterministic
584583
and platform validation matrix.
585-
- [ ] Public-surface sanitation passes for tracked and candidate-reachable
584+
- [x] Public-surface sanitation passes for tracked and candidate-reachable
586585
content.
587586
- [x] Reachable pre-public history is generalized and passes
588587
`npm run check:public:history`.
589588
- [ ] GitHub repository settings match the documented sibling-grade public
590589
target before visibility changes.
591-
- [ ] Complete GitHub exposure audit records what is retained, generalized,
590+
- [x] Complete GitHub exposure audit records what is retained, generalized,
592591
removed, deleted, or rewritten before visibility changes.
593592
- [ ] Final version identifiers and tag are aligned intentionally.
594593

@@ -730,10 +729,9 @@ are complete; the maintainer can either accept the rehearsal as sufficient for
730729
v1 or perform an additional external human-through-agent validation pass.
731730

732731
The initial GitHub exposure inventory, controlled rewrite plan, rewrite dry
733-
run, real private-history rewrite, private-safe GitHub settings pass, and
734-
validated-candidate deterministic release-candidate evidence are complete. The
735-
agent-mediated pre-public rehearsal and final API/readiness pass are also
736-
complete. The next M6 execution slice is final manual/public-only release
737-
preparation; visibility remains private throughout. If maintainers choose a
738-
later content commit for tagging, exact-candidate validation must be refreshed
739-
again.
732+
run, real private-history rewrite, private-safe GitHub settings pass,
733+
agent-mediated pre-public rehearsal, final API/readiness pass, and current
734+
exact-candidate deterministic validation are complete. The next M6 execution
735+
slice is final manual/public-only release preparation; visibility remains
736+
private throughout. If maintainers choose a later content commit for tagging,
737+
exact-candidate validation must be refreshed again.

docs/ai/OPEN_QUESTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Last refreshed: 2026-06-06
1313
available.
1414
- **Final publication gates:** The private remote history has been rewritten,
1515
the publishable-history audit passes, private-safe GitHub settings are
16-
applied, and the latest validated candidate content has deterministic
16+
applied, and the current validated candidate content has deterministic
1717
release-candidate evidence from both the working tree and a fresh private
1818
clone. An agent-mediated cold-user rehearsal from a disposable GitHub clone is
1919
recorded in `docs/releases/M6_PRE_PUBLIC_REHEARSAL.md`. A final pre-public

docs/releases/M6_RELEASE_CANDIDATE_VALIDATION.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Status: current private release candidate validated; final publication pending
44

5-
Date: 2026-06-06
5+
Date: 2026-06-07
66

77
## Candidate Content
88

9-
- Revision: `ea12abe1a6499b69ffaafe66dbe233d213960808`
10-
- Tree: `bbe6422f8b8217500203cdb5620506c5bbc6c56b`
9+
- Revision: `c7855e07c40df5220df446d81e5639c5ecc55aa5`
10+
- Tree: `e89eb71dc952ab1bc077c67c8a74f0c516f966ec`
1111
- Product version: `0.0.1`
1212
- Graph schema version: `1.0.0`
1313
- Repository visibility during validation: private
@@ -20,15 +20,15 @@ The current candidate was validated from the maintainer worktree and from a
2020
fresh private GitHub clone outside the repository. Raw local clone paths and
2121
command logs are intentionally not recorded in maintained documentation.
2222

23-
This candidate includes the README sister-skill alignment pass that reshaped
24-
the README around the same user-first quickstart, first-use separation,
25-
authority-boundary, validation, and reference structure as `codebase-orient`.
23+
This candidate includes the README sister-skill alignment pass, the
24+
agent-mediated pre-public rehearsal record, and the final pre-public
25+
GitHub/API readiness pass.
2626

2727
This record validates the candidate content revision above. The commit that
2828
updates this evidence record necessarily follows the validated candidate
2929
revision and should not be confused with a self-referential release-candidate
30-
proof. If maintainers choose a later commit as the tag target, exact-candidate
31-
validation must be refreshed for that later content.
30+
proof. If maintainers choose a later content commit as the tag target,
31+
exact-candidate validation must be refreshed for that later content.
3232

3333
## Environment
3434

@@ -64,8 +64,8 @@ validation must be refreshed for that later content.
6464

6565
The fresh private GitHub clone matched the candidate exactly:
6666

67-
- Revision: `ea12abe1a6499b69ffaafe66dbe233d213960808`
68-
- Tree: `bbe6422f8b8217500203cdb5620506c5bbc6c56b`
67+
- Revision: `c7855e07c40df5220df446d81e5639c5ecc55aa5`
68+
- Tree: `e89eb71dc952ab1bc077c67c8a74f0c516f966ec`
6969
- Branch: `main`
7070
- Worktree after checks: clean
7171

@@ -91,15 +91,8 @@ Linux-native Node:
9191
The Windows fresh GitHub clone remains the authoritative clean-clone evidence
9292
for this refreshed record.
9393

94-
Later release-tracking docs record additional pre-public readiness evidence
95-
after this exact candidate content:
96-
97-
- `M6_PRE_PUBLIC_REHEARSAL.md`
98-
- `PUBLIC_RELEASE_CHECKLIST.md`
99-
- `M6_GITHUB_EXPOSURE_AUDIT.md`
100-
101-
If maintainers choose one of those later documentation commits as the final tag
102-
target, refresh exact-candidate validation for that later content.
94+
The pre-public rehearsal, public release checklist, and GitHub exposure audit
95+
are included in this exact candidate content.
10396

10497
## Live-Fire And Visual Evidence
10598

docs/releases/PUBLIC_RELEASE_CHECKLIST.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@ Maintained M6 records:
211211

212212
Current deterministic candidate status:
213213

214-
- Latest validated candidate content has fresh working-tree and clean-clone
215-
deterministic validation evidence.
214+
- Current validated candidate content has fresh working-tree and clean-clone
215+
deterministic validation evidence for revision
216+
`c7855e07c40df5220df446d81e5639c5ecc55aa5`.
216217
- Agent-mediated cold-user and pre-public rehearsal evidence is recorded.
217218
- Final pre-public API/readiness pass was performed while private; no new
218219
hosted-surface blocker was found.

0 commit comments

Comments
 (0)