[READ-ONLY] Mirror of https://github.com/just-cameron/comind. Comind, the cognitive layer for the web. comind.stream/docs/getting-started
ai atprotocol

fix: Escape curly braces in conceptualizer prompt JSON example master

The JSON example in the prompt was causing template formatting errors because curly braces weren't escaped. This was being interpreted as template variables by Python's .format() method, causing KeyError: '\n "concepts"'. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>


+8 -8
1 changed file