feat(init): --with-orgs and --minimal options; fix self-verification on pristine master (#57) - #65
Merged
Merged
Conversation
…on pristine master (#57)
moveeeax
force-pushed
the
feat/init-project-options
branch
from
August 23, 2026 10:46
5d45705 to
989be91
Compare
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.
Closes #57 and gives
init-project.shthe two options the fork-experience wanted.docs/superpowers/archives excluded from both the sed pass and verification (history stays verbatim);*.tomladded to the FILES set. Proven live: pristine master fails on exactly the two files from the issue; this branch verifies clean.--with-orgs: runs the orgs kit after the rename — and the live run immediately caught that add-orgs.sh's anchors had been silently killed by the arch(phase2): core and middleware bodies de-inlined into app_core #46 de-inline (its AuthController patch sites moved into the .cpp with different indentation). Fixed the kit (anchors → AuthController.cpp) and taught it to declare its tenancy edges for the module-deps gate. Full run on a renamed copy: kit installs, 8 routes wired, whole gate battery green.--minimal: new one-shotscripts/remove-content-module.sh(also standalone) — 20 module files deleted, 16 shared files carryinit-project:content:start/endmarkers stripped line-wise, JSON/openapi/Endpoints/public-paths cut by anchors,schema.gen.tsregenerated, own token-verifier at the end. Live runs of--minimaland--minimal --with-orgs: entire battery green on the cut tree (routes, drift, buckets, module-deps 59 edges, config-sync 129 triples, helm-render, tsc, clang-format pin).Known conscious leftovers (numbering gap at 006, narrative mentions in archives) documented in REMOVING-THE-DEMO.md. First fork CI run remains the final compile arbiter for cut trees (build policy).