Xp Answer banner
casius-connect casius-connect

Xp Answer

Development community

Description

Send the learner's next answer into the currently active XP session. Arguments: `$ARGUMENTS` ## Command ```bash python scripts/xp_active.py --json answer --answer "$ARGUMENTS" ``` ## Use This is a fallback when the active XP session should continue explicitly instead of relying on freeform reply routing. ## Rendering rule After running the backend, render the response in this order: 1. show the returned `hud` verbatim 2. show the returned `tutor_message` 3. show the returned `prompt` exa

Installation

Installs to ~/.claude/commands/casius-connect-limitless-workflow-xp-answer.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/casius-connect/limitless-workflow/HEAD/.claude/commands/xp-answer.md -o ~/.claude/commands/casius-connect-limitless-workflow-xp-answer.md

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

Full documentation available on GitHub

View Source Repository