Adversarial fresh-context review of any non-trivial technical decision or code change. MUST be used before committing any change to smart contract code (xete-tab, Xete Swap), key handling (Black Knight), encryption logic (Xete Message, MCP server), or any irreversible/immutable deployment decision. Also trigger when…
Train and calibrate the gate system against a repo's real git history in an isolated sandbox. MUST be used when the user asks to backtest, replay, calibrate, or train the gates against history, and after installing gates into any repo with meaningful existing history. Uses real historical fixes as ground truth and…
Self-improvement loop for the gate system itself. MUST be used when an open issue labeled "gate-retrospective" exists in the repo, when a gate false-positives or blocks legitimate work, when a DDR verdict later proves wrong (a shipped bug on a protected path), or monthly if none of those occur. Turns weaknesses in the…
Commit and branch discipline for all Xete repos, especially when Claude Code runs semi-autonomously via Remote Control. MUST be used for every commit in every session — atomic commits are the rollback granularity when an agent session goes sideways. Trigger whenever staging, committing, branching, or when a work…
Security checklist and audit persona for Solana/Rust smart contract code, cryptographic client code, AND server-side surfaces (relay, permit server, MCP). MUST be used when writing or modifying any instruction handler, account validation, CPI call, PDA derivation, arithmetic on token amounts, key handling in Black…
Spec-first workflow for any feature or change expected to exceed one atomic commit, and for all work handed between Chef, Jo, or agent sessions. MUST be used when starting a new feature, refactor, or integration (House Elf features, MCP server changes, relay work, x402 extensions) — write the spec BEFORE any code.…
Claude Code instructions for xetenet/xete-mcp, covering xete agent operating rules, hard rules, session checklist (run at start of every session) and escalation.
MCP server for xete — encrypted agent-to-agent messaging on Solana. Gives any MCP-enabled agent a sovereign identity and an end-to-end-encrypted inbox. Runs locally from the xete-mcp Python package. Needs 11 environment variables to run.