refactor(c3): quarantine 7 4.5-seed modules into experimental/ (surface quarantine + CI guard)#52
Merged
Merged
Conversation
git mv the 7 committed 4.5-design seed modules (ai compliance dr network observability preview security; 11 files) out of modules/ into experimental/, content byte-identical and history preserved, so modules/ holds exactly the 6 live modules (audit backup db drupal host stack). Surface quarantine: the install is in-place (actools.sh:94) and chown -R's the whole tree (:405), so the seeds still reside on the box but are off the live surface. - experimental/README.md: charter documenting the quarantine semantic + known stale internals (paths inside dr/ai seeds the move does not rewrite). - tests/guards/orphan_inventory_guard_test.bats: add a quarantine arm that fails CI if any experimental/ path is reached by the live closure or wired into a live entry point; EXPECTED_LIVE_MODULES + derive_live_modules byte-identical. - .github/workflows/lint.yml: rename the 3 seed shellcheck globs (dr/observability/preview) to experimental/. - Remove stale, ungated .ai-context/full.txt (only consumer is the unwired experimental/ai/assistant.sh, which regenerates it on demand). - docs/architecture/runtime-authority-map.md: rewrite the Standalone-modules inventory to the post-C3 truth (6 live / 7 quarantined). - Seed-path pointers in 7 operator-facing docs (advanced, privacy, enterprise, hardening, observability, ROADMAP, actools.env.example). - docs/runbooks/WORKFLOW-PACKAGE.md: land the canonical git-flag fixes (drop the invalid git am --check / git am --reset-author / bare git commit --reset-author). - docs/runbooks/PHASE0_LEDGER.md: add Entry 023 (Pending) + ratify Entry 022. Runtime behavior on the live path is unchanged: no file in the live source-closure is modified; actools.sh and the 6 live modules are byte-identical to 8c1897c. Structural change (module tree + lint + guard) -> branch e2e green required pre-merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase C3 (Track C cleanup) · baseline 8c1897c (#51).
git mv's the 7 4.5-design seed modules out of modules/ into experimental/ — ai,
compliance, dr, network, observability, preview, security (11 files, 100% renames,
content byte-identical) — leaving modules/ with exactly the 6 live modules (audit,
backup, db, drupal, host, stack). This is a SURFACE quarantine, not physical removal:
the install is in-place and chown -R's the whole tree, so the files still reside on
the box but are off the live surface. A new orphan-inventory guard arm makes that
enforceable — CI fails if any experimental/ path is ever reached by the live install
closure or wired into actools.sh / installer/ / cli/.
Also: experimental/README.md charter; removed the stale .ai-context/full.txt cache (its
only consumer, the unwired ai assistant, regenerates it on demand); renamed the 3 seed
shellcheck globs in lint.yml; fixed 19 seed-path pointers across 7 operator docs to
experimental/; landed the WORKFLOW-PACKAGE git-flag fix; rewrote the runtime-authority-map
inventory (6 live + 7 quarantined); ledger Entry 023 + Entry 022 ratified.
Runtime-behavior-free on the live path: no sourced file changes; actools.sh and the 6
live modules are byte-identical to 8c1897c.
Verification: REVIEW = APPROVE, DOC-CHECK = PASS (separate windows; both non-vacuity
demos reproduced independently). Guard 234/234 (baseline 233 + the new arm); golden
drift holds; scope is exactly the 25 allowed files; author actools-pl, no Co-authored-by.
Gate: structural change (module tree + lint + guard) — do not merge until CI is green
AND a branch e2e run reaches "MariaDB ready."