feat(autonomy): Autonomy Surface Profile + Claude settings reconcile - #77
Open
cryptoxdog wants to merge 9 commits into
Open
feat(autonomy): Autonomy Surface Profile + Claude settings reconcile#77cryptoxdog wants to merge 9 commits into
cryptoxdog wants to merge 9 commits into
Conversation
Give adapter surfaces standing A4 velocity (commit/PR/remediate) with ops-owned merge denial, one Profile SSOT, and durable triad install so template≠live drift cannot silently disable Claude governance boot. Co-authored-by: Cursor <[email protected]>
Keep make pr-check green for the Autonomy Surface Profile commit without changing behavior. Co-authored-by: Cursor <[email protected]>
Avoid session deadlock when merge_gate_wrap or memory_gate is absent from the governance clone. Co-authored-by: Cursor <[email protected]>
Bare python3 lacked PyYAML so SessionStart silently skipped Autonomy Velocity Doctrine. Extract profile blocks without PyYAML, prefer .venv python, and prove SessionStart against a temp HOME symlink to the checkout tip. Co-authored-by: Cursor <[email protected]>
cryptoxdog
force-pushed
the
autonomy-surface-parity
branch
from
August 7, 2026 14:15
2cde1c7 to
59f895b
Compare
Restore append-only Makefile edits for claude-settings targets, wrap E501 lines in autonomy helpers, and seed test fixtures with profile_loader assets. Remediation-Cycle: #77/cycle-1 Co-authored-by: Cursor <[email protected]>
CI runners lack ripgrep; refactor_sweep now walks the tree with stdlib regex when rg is missing or fails so self_test dry-run gates stay green. Remediation-Cycle: #77/cycle-2 Co-authored-by: Cursor <[email protected]>
Parallel CI runs create ephemeral .coverage.* files; exclude them from git porcelain comparisons so refactor-sweep dry-run self_test stays stable. Remediation-Cycle: #77/cycle-3 Co-authored-by: Cursor <[email protected]>
Complete Lint gate after cycle-3 dry-run coverage filter. Remediation-Cycle: #77/cycle-3-complete 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.



Summary
ops/autonomy/surface_profile.yaml) as doctrine SSOT for standing A4 on Claude (and peer adapters after prove).reconcile_claude_settings.py(template → gov.claude→ merge~/.claude→ consumer triad) and PreToolUsemerge_gate_wrap→ops/autonomy/merge_gate.py.zz-autonomy-surface-overrideLLM rule; waive ask-first commit/push on adapter surfaces per ADR-0001 / Profile.Test plan
python3 ops/autonomy/acceptance_dry_run.pypytest -q tests/ops/autonomy tests/ops/scripts/test_reconcile_claude_settings.pymake claude-env/make claude-settings-checkmerge_gate_wrap.pydoes not brick Bash (fail-open)Made with Cursor