Textbook Resolver banner
roomi-fields roomi-fields

Textbook Resolver

Development community

Description

--- name: textbook-resolver description: Sub-agent that decides what to do with incomplete textbook references in the registry. Takes a JSON list of candidates (refs with year=0000 or title=empty, plus their siblings = other refs with same lastname) and returns JSON decisions (merge_into, complete, or blocked). Invoked by /paper-trail:resolve-textbooks slash command after INGEST. Isolates the LLM resolution from the main agent context. tools: [Read, Write] --- # Sub-agent : textbook-resolver #

Installation

Installs to ~/.claude/agents/roomi-fields-paper-trail-textbook-resolver.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/roomi-fields/paper-trail/HEAD/agents/textbook-resolver.md -o ~/.claude/agents/roomi-fields-paper-trail-textbook-resolver.md

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

Full documentation available on GitHub

View Source Repository