You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert the Unreleased changelog material into a final v1.1.0 entry:
installer replacement, docs/ai lifecycle rework, and behavioral-eval
hardening, grouped with the incremental skill-wording improvements
that were also pending release. Records the eval validation status
honestly: the CODEX_HOME isolation and auth-seeding fix is confirmed
against a real codex exec run, but a full live pass/fail verdict for
the two named two-pass cases remains unavailable because the Codex
session reported itself read-only despite requesting workspace-write
- a Codex CLI environment limitation, not an Orient defect. Unlike
v1.0.0, this release does not carry an independent human-through-agent
validation pass; that tradeoff is stated here rather than left implicit.
- Clarify that docs/ai files should be committed in target repos: the output files section now states explicitly that these files are authored narrative that improves across sessions and should not be gitignored in target repos.
61
85
- Flag release validation records and gate scripts as a hidden-risk surface: the hidden-risk-reporting-rule now includes release validation records and gate scripts in its checklist, and instructs orient to note in CHANGE_SURFACES that file changes after a validated candidate require a re-check before tagging.
62
86
63
-
The earlier entries below were post-v1 maintenance hardening only and made no
64
-
installer behavior change at the time.
87
+
**Post-v1 maintenance hardening (no installer behavior change at the time):**
65
88
66
89
- Add a deterministic shared-rule drift guard for canonical `skills/codebase-orient/SKILL.md` vs the bootstrap embedded shared-rule snapshot in `skills/install-codebase-orient/SKILL.md`, including explicit shared-block markers, a validation script, and a GitHub Actions check that now guards those shared blocks against future accidental drift.
67
90
- Align the bootstrap embedded shared-rule snapshot to canonical wording so future bootstrap-generated project-local skills receive the synchronized shared-rule content.
68
91
- Freeze the former `docs/V1_RELEASE_PLAN.md` contents as `docs/releases/v1.0-validation-record.md` and keep `docs/V1_RELEASE_PLAN.md` as a short compatibility pointer now that `v1.0.0` has shipped.
69
92
- Add an initial local/manual Codex behavioral eval scaffold: an inspectable prompt corpus plus a PowerShell wrapper over a Node runner that uses isolated disposable fixtures, stores traces outside the repo by default, and currently emits evidence summaries for one validated single-case vertical slice with proxy-only invocation evidence from local `codex exec --json` traces.
70
93
- Clarify that the reusable canonical skill currently has an explicit tuned framework-probe section for SvelteKit, while other frameworks still rely on the generic discovery order unless later live-fire or eval evidence justifies dedicated tuned probes.
0 commit comments