selvedge
01Plugin Claude Code
Plugin marketplace listing 1 plugin: selvedge.
Plugin Claude Code
Plugin marketplace listing 1 plugin: selvedge.
Plugin Claude Code
Decision provenance for AI-coded codebases: the why, and what was already tried and rejected.
MCP server Claude CodeCodexCursor +2
MCP server "selvedge" as configured in masondelan/selvedge. Launched with ${CLAUDE_PLUGIN_ROOT}/bin/selvedge-plugin-server.
Instructions file
Instructions for masondelan/selvedge, covering claude.md — selvedge agent instructions, sources of truth, code conventions, test suite and version bump checklist.
Command
Run selvedge-cli blame "$ARGUMENTS" and report the entity's change history. Read-only.
Command
Recent Selvedge change events, optionally filtered (e.g. --since 7d, --entity users, --changeset add-billing).
Command
Was this change tried and reverted before? Check an entity's prior attempts, and why they were rejected, before editing it.
Command
Show the Selvedge change-tracking status for this project — DB path, event count, and recent activity.
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit, NotebookEdit and Bash tool calls, running an inline shell check. From masondelan/selvedge.
Hook
Runs when a session starts, running an inline shell check. From masondelan/selvedge.
Hook
Runs before the context is compacted, running an inline shell check. From masondelan/selvedge.
Skill Claude CodeCodex
Use before editing a tracked entity (a DB column, table, function, API endpoint, dependency, or env var) and after any substantive change. Call priorattempts first to learn whether the change was tried and reverted before, then logchange to record what changed and why. Selvedge is this project's change memory — a…