Command Claude Code
Draft or refine clare/autonomy.yml boundaries and sourcesoftruth via guided interview.
Command Claude Code
Draft or refine clare/autonomy.yml boundaries and sourcesoftruth via guided interview.
Command Claude Code
Given a file path, look up its autonomy level in clare/autonomy.yml and explain what it means for AI-generated changes.
Command Claude Code
description: Detect project file types, recommend tools and VS Code extensions, and optionally generate Dockerfile.clare for reproducible verification runs.
Command Claude Code
Initializes a new JSONL session file in corpus/sessions/YYYY/MM/DD/ and sets CLARE2SESSIONFILE in the environment. Once set, verify-ci.sh automatically appends structured CI event records to this file after each run.
Command Claude Code
Capture normalized agent interactions for local CLARE2 distillation.
Command Claude Code
Sends a distillation request to the CLARE₂ pipeline container, which processes today's session files and writes extracted patterns to the episode store. Can be run any time; the nightly cron also runs at 22:00 UTC automatically.
Command Claude Code
Scaffold an MCP server exposing CLARE verify and autonomy-check tools.
Command Claude Code
Use this command when asked to cut or publish a release.
Command Claude Code
Code review for correctness, KISS/DRY/YAGNI/SOLID, security, language BKMs, tests, and docs.
Command Claude Code
Guides the user through updating clare/autonomy.yml to add, modify, or remove an autonomy boundary.
Command Claude Code
Runs ./clare/verify-ci.sh and reports a structured summary of results.
Hook Claude Code
Runs after a tool call finishes, executing clare2-capture-event.sh via bash with --show-toplevel. From jketreno/clare.
Hook Claude Code
Runs when a session starts, executing clare2-capture-event.sh via bash with --show-toplevel. From jketreno/clare.
Hook Claude Code
Runs when the agent finishes a response, executing clare2-capture-event.sh via bash with --show-toplevel. From jketreno/clare.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing clare2-capture-event.sh via bash with --show-toplevel. From jketreno/clare.
Settings file Claude Code
Agent settings declaring 4 hook events (PostToolUse, SessionStart, Stop, UserPromptSubmit).
Skill Claude CodeCodex
Draft or refine clare/autonomy.yml boundaries and sourcesoftruth via guided interview.
Skill Claude CodeCodex
description: Detect project file types, recommend tools and VS Code extensions, and optionally generate Dockerfile.clare for reproducible verification runs.
Skill Claude CodeCodex
Capture normalized agent interactions for local CLARE2 distillation.
Skill Claude CodeCodex
Scaffold an MCP server exposing CLARE verify and autonomy-check tools.
Skill Claude CodeCodex
Prepare release collateral by auditing docs, updating CHANGELOG, and committing/pushing changes; hand off publish to human due signing passphrase.
Skill Claude CodeCodex
Code review for correctness, KISS/DRY/YAGNI/SOLID, security, language BKMs, tests, and docs.
Cursor rule Cursor
CLARE Assertive principle — write constraint tests, not confirmation tests.
Cursor rule Cursor
CLARE Constrained principle — enforce rules via tests and tools.