feat: stabilize 2.1 alpha MCP change-control and onboarding surfaces#50
Merged
Conversation
…eval on audit-write failure
Rich escape codes broke substring checks on numeric and styled output. Add strip_ansi() in tests/_assertions.py and route CLI text assertions through assert_contains_all/assert_contains_none.
Rewrite docs IA contract for zensical.toml navigation and update plugin doc-path assertions to docs/integrations and docs/guides layouts.
Add branch-coverage tests across cache, memory, MCP, observability, setup, and CLI surfaces. Deduplicate mascot rich-step helpers to avoid new clone groups in pre-commit.
CodeClone Review✅ Passed · Health 91/100 (A) · Baseline Review snapshot
Review focus
Security Surfaces are report-only capability inventory, not vulnerability claims. Generated by CodeClone |
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
This PR prepares the CodeClone 2.1 alpha line by stabilizing the MCP change-control workflow, tightening controller budget/hygiene behavior, extending engineering memory and observability surfaces, and refreshing the public onboarding/docs structure.
The branch is currently ahead of
mainby 133 commits and is intended as an integration PR for the 2.1 alpha surface rather than a narrow single-file bug fix.What changed
MCP change-control and controller workflow
edit_allowedas the authoritative permission signal for agent edits.Workspace hygiene and verification safety
Engineering memory and trajectory support
Setup and onboarding
Observability and analytics
Documentation and release materials
Type-safety and utility hardening
Why
CodeClone 2.1 introduces a stronger “Structural Change Controller” model for AI-assisted Python development:
This PR consolidates that alpha surface so the release line has one coherent controller, setup, memory, observability, and documentation baseline.
Review focus
Please focus review on:
edit_allowedbehavior;