feat: Phase 4 — plugin manifests, ADRs, docs, Python tree removal - #15
Merged
Conversation
- Add four plugin manifests (.claude-plugin/plugin.json, .claude-plugin/marketplace.json, .codex-plugin/plugin.json, kimi.plugin.json) all at version 2.0.0 - Add ADR 0002 (Rust rewrite), 0003 (vendoring resolution), 0004 (audit ledger format) - Add AGENTS.md with pre-completion checks and repo conventions - Rewrite README with accurate provider/operation table (21 providers, 278 operations) generated from the catalogue - Update CI: replace Python quality job with Rust (fmt, clippy, test, validate), add manifest version parity check, keep gitleaks - Extend validate command to check plugin manifest version parity - Delete entire Python tree: hub/, connectors/, verifier/, vendor/, scripts/, tests/, .agents/, mcp/, schemas/, pyproject.toml, uv.lock, ARCHITECTURE.md, plan.md, .env.example, .env.template - Clean .gitignore to Rust-only entries Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0176k7T6i3B197hY6TqPdWqj
Clippy 1.97 (CI) flags `&path` in `format!()` as `useless_borrows_in_formatting`. Drop the `&`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0176k7T6i3B197hY6TqPdWqj
The validate step runs from the repo root (to find specs/ and plugin manifests) but needs --manifest-path to locate the Cargo workspace inside crates/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0176k7T6i3B197hY6TqPdWqj
CodeWithJuber
marked this pull request as ready for review
August 12, 2026 18:47
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
Phase 4 of the Rust rewrite: finalize the project structure with plugin manifests, architecture decision records, regenerated documentation, and removal of the entire Python tree.
.claude-plugin/plugin.json,.claude-plugin/marketplace.json,.codex-plugin/plugin.json,kimi.plugin.jsonValidation
Security and operations
.envfiles are included.Generated by Claude Code