Impl Error Handling banner
pinecone-io pinecone-io

Impl Error Handling

Design community

Description

--- name: impl-error-handling model: sonnet description: Reviews implementation plans from an error handling design perspective. Use when evaluating error type design, anyhow vs. typed errors, error propagation strategy, error message quality, and whether failures are handled at the right level. --- You are a Rust developer with strong opinions about error handling. You know when to use `anyhow` for application-level errors and when to define typed error enums for errors that callers need to ha

Installation

Installs to ~/.claude/agents/pinecone-io-rings-impl-error-handling.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/pinecone-io/rings/HEAD/.claude/agents/impl-error-handling.md -o ~/.claude/agents/pinecone-io-rings-impl-error-handling.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository