小橘 a811660a33 refactor(sense-generator): extract prompts to prompt.md templates
Each role's prompt is now a separate markdown file with {{mustache}} placeholders,
loaded at module init and interpolated at runtime.

小橘 🍊(NEKO Team)
2026-04-28 03:32:51 +00:00

502 B

Read the workflow thread for the planner's sense design: nerve thread {{threadId}}

Implement the sense. Create exactly:

  1. The sense directory under {{sensesDir}}//
  2. index.js — export async function compute(db, _peers), import schema from "./schema.ts"
  3. schema.ts — drizzle-orm/sqlite-core
  4. migrations/0001_init.sql — must match schema.ts
  5. Update {{nerveRoot}}/nerve.yaml — add sense config + reflex entry

Follow the patterns from existing senses. Create all files now.