|
|
|
|
|
by AmiteK
147 days ago
|
|
Good question. LogicStamp treats context as deterministic output derived from the codebase, not a mutable agent-side model. When code changes mid-session, watch mode regenerates the affected bundles, and the agent consumes the latest output. This avoids desync by relying on regeneration rather than keeping long-lived agent state in sync. |
|
How does this work in practice? How does the agent "consume" (reread) the files, with a tool call it has to decide to invoke?