Commit Graph

9 Commits

Author SHA1 Message Date
1ff020cf53 fix(prompt): require all 12 PRD sections, no truncation, finalize only when complete
Made-with: Cursor
2026-03-17 17:10:07 -07:00
1cb173a822 fix(prompt): save phase and continue immediately — no confirmation wait
- Rule 3: replace 'get explicit confirmation' with 'summarize and keep moving'
- Checkpoint rule: append marker immediately, then continue to next phase in same message
- Brain dump edge case: save all phases, chain PHASE_COMPLETE markers, no pausing

Made-with: Cursor
2026-03-17 17:00:25 -07:00
9b1f25fa4a rename: replace Atlas with Vibn in agent system prompt and greeting
Made-with: Cursor
2026-03-17 16:25:47 -07:00
335c7a7e97 feat(atlas): signal post-PRD next step with NEXT_STEP marker for architecture trigger
Made-with: Cursor
2026-03-03 21:18:33 -08:00
6185e71578 feat: Atlas emits PHASE_COMPLETE marker to trigger save button in UI
Made-with: Cursor
2026-03-02 20:24:08 -08:00
6fc4d52232 Fix: escape backtick in atlas prompt template literal
Made-with: Cursor
2026-03-02 19:44:35 -08:00
229f1fc7a3 Give Atlas access to web_search tool
- Add web_search to ATLAS_TOOLS filter (was only finalize_prd)
- Add Tools Available section to atlas prompt so it knows when/how to use it

Made-with: Cursor
2026-03-02 19:12:18 -08:00
e8fdbff9f4 Atlas: opening message, isInit flag, strip trigger from history
- Add opening message instruction to atlas prompt
- Handle isInit flag in atlasChat() to not store the greeting trigger
  as a user turn in conversation history
- Update server.ts to pass is_init through to atlasChat()

Made-with: Cursor
2026-03-02 16:55:16 -08:00
e503e4312d feat: add Atlas PRD agent for product discovery
- src/prompts/atlas.ts — full Atlas system prompt (6-phase PM discovery flow)
- src/tools/prd.ts — finalize_prd tool that signals PRD completion
- src/agents/atlas.ts — Atlas agent config (Tier A, conversational)
- src/atlas.ts — atlasChat() multi-turn session handler
- server.ts — /atlas/chat, /atlas/sessions endpoints

Made-with: Cursor
2026-03-01 15:56:26 -08:00