@av-pi-studio/server 0.0.69 → 0.0.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/agent/file-link-instructions.d.ts +1 -1
- package/dist/agent/file-link-instructions.js +1 -1
- package/dist/agent/inline-image-instructions.d.ts +1 -1
- package/dist/agent/inline-image-instructions.js +1 -1
- package/dist/agent/slash-command-operations.d.ts +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -405,7 +405,7 @@ session — `interrupt_agent` applies the same reconciliation as a second line o
|
|
|
405
405
|
loops are recovered as `stopped` with an interruption log entry.
|
|
406
406
|
|
|
407
407
|
For a deeper subsystem reference, see [`AGENTS.md`](AGENTS.md) in this package and the specs under
|
|
408
|
-
[`
|
|
408
|
+
[`swe/`](../../swe/).
|
|
409
409
|
|
|
410
410
|
---
|
|
411
411
|
|