chore(governance): auto-seed org templates from Quantum-L9/.github - #231
chore(governance): auto-seed org templates from Quantum-L9/.github#231cryptoxdog wants to merge 1 commit into
Conversation
|
❌ PR Too Large 📋 Best Practices for Large Changes
🚫 This PR is blocked until reviewable size limits are met. |
L9 Audit Harness Report
Step Results
Architecture Audit Findings
See Spec Coverage
See Next StepsAll checks passed. Safe to merge. |
| @@ -0,0 +1,45 @@ | |||
| # Managed by Quantum-L9/.github. Pinned to a tag so main can move safely. | |||
| run: | | ||
| set -euo pipefail | ||
| case "${PACKAGE_MANAGER}" in | ||
| npm) if [ -f package-lock.json ]; then npm ci; else npm install; fi ;; |
| run: | | ||
| set -euo pipefail | ||
| case "${PACKAGE_MANAGER}" in | ||
| npm) if [ -f package-lock.json ]; then npm ci; else npm install; fi ;; |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 84468c67a4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| 3. Publish **only** with: | ||
|
|
||
| ```bash | ||
| PR_REMEDIATE=0 make pr |
There was a problem hiding this comment.
Provide the required
make pr target
Following the mandated publishing path always fails: the repository's Makefile has no pr target, and a repo-wide search finds no included makefile or wrapper defining one (make -n pr exits with “No rule to make target 'pr'”). Because the next paragraph explicitly forbids git push and gh pr create, contributors following this guide have no usable way to publish a PR; add the target or document the actual supported governance command.
Useful? React with 👍 / 👎.
4b2d083 to
932a4f4
Compare
932a4f4 to
3460e14
Compare
|




Automatically seeds org template files from
Quantum-L9/.github/templates/plus thel9-ci-pack/Core hub.Files in this PR
.github/workflows/governance.ymlCODE_OF_CONDUCT.mdCONTRIBUTING.md.github/ISSUE_TEMPLATE/1-bug.yml.github/ISSUE_TEMPLATE/2-feature.yml.github/ISSUE_TEMPLATE/3-task.yml.github/ISSUE_TEMPLATE/4-incident.yml.github/ISSUE_TEMPLATE/ci-failure.yml.github/ISSUE_TEMPLATE/config.yml.github/ISSUE_TEMPLATE/gov-violation.yml.github/ISSUE_TEMPLATE/seed-ci-failure.yml.github/pull_request_template.md.github/PULL_REQUEST_TEMPLATE/agent.md.github/workflows/l9-lint-test-node.yml.github/governance/semgrep-finding-policy.yamlbiome.json.biomeignore.vscode/extensions.jsonExisting files were left untouched (missing-only seed), except a stock ESLint
l9-lint-test-node.ymlwhich is replaced with the Biome SDK caller.Governance caller is advisory (
strictdefaults false).Core pack callers are distributed here;
l9-ci-coreexecutes CI.Opened automatically by Quantum-L9/.github auto-seed.