feat: harden Autopilot demo quality gates - #8
Merged
Conversation
rergards
force-pushed
the
feat/autopilot-demo-quality-gates
branch
from
June 5, 2026 23:18
0f64e98 to
831ff21
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.
Summary
scripts/public_safety_scan.py --tracked --stagedand wire it into/verifyplus CI.quality_scorecard.py --checkand keep suppression scanning tokenize-aware in the live gate.version.py,mcp_tool_profiles.py, anddisk_budget.py..verify-state, document the public-safe workflow review protocol, and update the scorecard/backlog.Verification
ruff check mempalace_code/ tests/ scripts/ruff format --check mempalace_code/ tests/ scripts/python -m pyright --pythonpath "$(python -c 'import sys; print(sys.executable)')"\n-python -m pyright -p pyrightconfig.strict.json\n-python scripts/public_safety_scan.py --tracked --staged\n-python scripts/quality_scorecard.py --check\n-python -m pytest tests/ -x -q -m "not needs_network"-> 2349 passed, 2 deselected\n-backlog validate --file docs/BACKLOG.yaml\n-git diff --check\n-actionlint .github/workflows/ci.yml