STAN’s workflow depends on an assistant being able to read your attached archive.tar and load the project’s system prompt directly from the archive content:
<stanPath>/system/stan.system.mdRelated guides:
At the start of each chat turn (or when you attach new artifacts), the bootloader:
archive.tar (or archive.diff.tar when appropriate).<stanPath>/system/stan.system.md:
stanPath from stan.config.* when present..stan.stan.system.md and uses it as the governing system prompt for the rest of the turn.This is what makes STAN “reproducible in chat”: the assistant is constrained to the exact files you shipped in the archive.
For instructions on how to set up an assistant with the bootloader (TypingMind, ChatGPT, or Gemini), please see the Getting Started guide.
If your assistant says the system prompt is missing, the fix is almost always:
stan run and attach the resulting .stan/output/archive.tar, or<stanPath>/system/stan.system.md directly as a raw file named stan.system.md.