build: add make start to run the governance session-start pipeline - #148
Open
cryptoxdog wants to merge 3 commits into
Open
build: add make start to run the governance session-start pipeline#148cryptoxdog wants to merge 3 commits into
cryptoxdog wants to merge 3 commits into
Conversation
The pipeline lives in ~/.cursor-governance and needs the consumer repo as its workspace argument, so invoking it by hand means remembering both the -C path and WS=. This delegating target removes that. Co-authored-by: Cursor <[email protected]>
|
✅ PR reviewable size is within recommended limits |
cryptoxdog
added a commit
that referenced
this pull request
Jul 24, 2026
The four files were last written on this branch before the L9_META pipeline and
contract-registry work landed, so the resume state pointed at PRs that have since
been opened and at next actions that are done.
activeContext.md is rewritten rather than appended: a session-end hook had
overwritten it in the main working tree with a bare template ("No summary
provided" plus a generic file list), which would have destroyed the PR #144
narrative this branch already carried. The rewrite keeps that context, folds in
#145-#148, and records the one non-obvious hazard — PR #147 already contains the
full-repo header stamp, so a second "meta-only" PR would duplicate it.
progress.md, tasks.md and tech-debt.md are additive; the three tech-debt entries
that appear removed are replaced by updated versions in the same commit.
Co-authored-by: Cursor <[email protected]>
Records which Quantum-L9 CI repos are actually wired into this one (l9-ci-core, l9-ci-sdk) versus referenced but not adopted (l9-harness, l9-assurance), and the extend-never-replace rule for tools/audit_harness.py and .github/workflows/audit.yml. Without this written down the failure mode is silent: a future wiring pass reads audit.yml, sees a thin caller, and replaces the repo's own harness instead of extending it. The AGENTS.md table entry that points here is part of a separate docs stream and is not included, so the doc lands unreferenced for now. Its header is schema v1; PR #147 moves the repo to v2 and will restamp it. Co-authored-by: Cursor <[email protected]>
cryptoxdog
added a commit
that referenced
this pull request
Jul 25, 2026
The four files were last written on this branch before the L9_META pipeline and
contract-registry work landed, so the resume state pointed at PRs that have since
been opened and at next actions that are done.
activeContext.md is rewritten rather than appended: a session-end hook had
overwritten it in the main working tree with a bare template ("No summary
provided" plus a generic file list), which would have destroyed the PR #144
narrative this branch already carried. The rewrite keeps that context, folds in
#145-#148, and records the one non-obvious hazard — PR #147 already contains the
full-repo header stamp, so a second "meta-only" PR would duplicate it.
progress.md, tasks.md and tech-debt.md are additive; the three tech-debt entries
that appear removed are replaced by updated versions in the same commit.
Co-authored-by: Cursor <[email protected]>
Collaborator
Author
|
This belongs in https://github.com/Quantum-L9/Cursor-Governance |
Replaces the deleted tools/deploy/deploy.sh with make targets driven by .env.vps, and documents the l9-harness/l9-assurance constellation boundary in the agent-facing docs.
|
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.



Summary
starttarget that delegates to the governance session-start pipeline, passing this repo as the workspace:make -C "$HOME/.cursor-governance" start WS="$(CURDIR)".Quantum-L9/Cursor-Governance; this repo only points at it.Pairs with Quantum-L9/Cursor-Governance#17, which adds the
starttarget on the governance side. That PR must merge first for this one to do anything.Test plan
make startfrom the repo root renders the full bootstrap context and resolves the Graphitigroup_idto this repoMade with Cursor