Skip to content

Fix reply template echoed with unfilled placeholders - #17

Merged
PhantomCapAI merged 1 commit into
mainfrom
claude/polyrobin-social-friend-bets-dcqdw9
Jul 14, 2026
Merged

Fix reply template echoed with unfilled placeholders#17
PhantomCapAI merged 1 commit into
mainfrom
claude/polyrobin-social-friend-bets-dcqdw9

Conversation

@PhantomCapAI

Copy link
Copy Markdown
Owner

Summary

Live output showed BankrBot printing the default reply template's <token> placeholders literallyest p, conv n/100, +xpts, +y%, [URL] — instead of substituting real values.

Fix in SKILL.md: replaced the <token> template with a filled example (real illustrative numbers) and added an explicit rule — never output a literal placeholder; if a price wasn't fetched, print the real market URL + "verify live" (not the text "[URL]").

The separate analysis-vs-sizing behavior (from PR #16) worked correctly; this only fixes the placeholder rendering.

Verification

  • ./scripts/validate.sh → all pass.
  • markdown-link-check → no dead links.

🤖 Generated with Claude Code


Generated by Claude Code

BankrBot printed the default reply template's <token> placeholders literally
(est p, conv n/100, +xpts, [URL]) instead of real values. Replace the <token>
template with a filled example and add an explicit rule: never output a literal
placeholder; if a price wasn't fetched, print the real market URL + "verify live".

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017xa6j3HGPqC43aEXX4wgZD
@PhantomCapAI
PhantomCapAI merged commit a2c9bd0 into main Jul 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants