Each role's prompt is now a separate markdown file with {{mustache}} placeholders,
loaded at module init and interpolated at runtime.
小橘 🍊(NEKO Team)
502 B
502 B
Read the workflow thread for the planner's sense design: nerve thread {{threadId}}
Implement the sense. Create exactly:
- The sense directory under {{sensesDir}}//
- index.js — export async function compute(db, _peers), import schema from "./schema.ts"
- schema.ts — drizzle-orm/sqlite-core
- migrations/0001_init.sql — must match schema.ts
- Update {{nerveRoot}}/nerve.yaml — add sense config + reflex entry
Follow the patterns from existing senses. Create all files now.