fix(docker): install git for VCS deps; drop .suite6-config.json from the scaffold - #151
Open
cryptoxdog wants to merge 5 commits into
Open
fix(docker): install git for VCS deps; drop .suite6-config.json from the scaffold#151cryptoxdog wants to merge 5 commits into
cryptoxdog wants to merge 5 commits into
Conversation
… deps - Add git to apt-get install in Dockerfile, chassis/Dockerfile.chassis, and Dockerfile.prod build stages so pip/poetry can resolve git+https dependencies (previously failed with "Cannot find command 'git'"). - Fix Dockerfile.prod poetry install: --no-dev is deprecated, replaced with --only main --no-root (the latter avoids failing on a missing README.md before it's copied into the build context). Removed the silent pip fallback in favor of failing fast. - Align requirements.txt with pyproject.toml (redis, numpy versions) and add openai/asyncpg/python-multipart to pyproject.toml to remove dependency drift between the two manifests. Regenerated poetry.lock. chore(license): replace MIT LICENSE with Quantum AI Partners proprietary license, matching the README's existing "proprietary" claim and the org-wide license standardization applied across other Quantum-L9 repos. Adds license = "LicenseRef-Proprietary" to pyproject.toml. Co-authored-by: Cursor <[email protected]>
Records the diagnostic commands run while investigating org-level GitHub ruleset enforcement for Quantum-L9 (repo/org ruleset state, plan-tier gating, the CI Gate ruleset's invalid empty ref_name.include, CodeQL coverage, and the post-Enterprise-upgrade re-check) for future reference. Co-authored-by: Cursor <[email protected]>
SETUP_QUICK_START.md already declares this config stale and CANONICAL_LAW.md is headed "Post-Suite-6", but the file stayed in l9_template_manifest.yaml, so every newly scaffolded L9 repo inherited dead configuration. Phase 4 of the Suite-6 cut-over. Scoped deliberately to the config removal; the manifest's other pending edits belong to the L9_META injector work. Co-authored-by: Cursor <[email protected]>
|
📋 Best Practices for Large Changes
✅ This PR passes the blocking limit but is larger than recommended. |
/v1/health returns 200 while the engine is still warming up, so an unready container was reported healthy. Also ignores the mypy venv.
The prod image healthcheck only asserted that /v1/health answered, so a container whose Neo4j driver or domain loader failed to come up still reported healthy and took traffic. Matches the dev Dockerfile and Dockerfile.chassis change in this PR. Co-authored-by: Cursor <[email protected]>
|
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.




Three commits that had accumulated on this branch without a PR. The last one (
02f6681, Jul 24) had never been pushed.Summary
9ef51d1— Docker VCS deps. InstallsgitinDockerfile,Dockerfile.prod, andchassis/Dockerfile.chassisso theconstellation-node-sdkgit dependency resolves during build. Fixes the Poetry prod install and realignspyproject.toml/poetry.lock/requirements.txt. Also switchesLICENSEto the proprietary text.fea9047— Diagnostics. Addsdocs/github-ruleset-diagnostics.md, a command log from the org-ruleset investigation.02f6681— Suite-6 cut-over, phase 4. Removes.suite6-config.jsonand its entry intools/l9_template_manifest.yaml.SETUP_QUICK_START.mdalready declares this config stale andCANONICAL_LAW.mdis headed "Post-Suite-6", but the manifest still carried it, so every newly scaffolded L9 repo inherited dead configuration. Scoped deliberately to the config removal — the manifest's other pending edits belong to the L9_META injector work.Test plan
.suite6-config.jsonappearsMade with Cursor