Move technical README details into wiki
@@ -26,6 +26,12 @@ hop land R_... -- go test ./...
|
|||||||
No second landing authorization is requested unless the user explicitly asks
|
No second landing authorization is requested unless the user explicitly asks
|
||||||
for review-first behavior.
|
for review-first behavior.
|
||||||
|
|
||||||
|
Desktop capture stores the agent's verbatim transcription of the visible
|
||||||
|
message and its attachment references. Because the skill runs after Codex
|
||||||
|
receives the message, it cannot prove byte-for-byte fidelity with the raw
|
||||||
|
submission. A trusted prompt-submission hook or controller is the deterministic
|
||||||
|
capture boundary.
|
||||||
|
|
||||||
## Follow-up messages
|
## Follow-up messages
|
||||||
|
|
||||||
A later `hop begin` with the same Codex task session checkpoints existing
|
A later `hop begin` with the same Codex task session checkpoints existing
|
||||||
|
|||||||
+12
-1
@@ -1,6 +1,17 @@
|
|||||||
# CLI reference
|
# CLI reference
|
||||||
|
|
||||||
Add `--json` anywhere in a command for machine-readable output.
|
Add `--json` anywhere in a command for machine-readable output. Successful
|
||||||
|
responses use this envelope:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"ok": true,
|
||||||
|
"data": {}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
The JSON shape is an alpha contract and may evolve before the first tagged
|
||||||
|
release.
|
||||||
|
|
||||||
## Project and prompt lifecycle
|
## Project and prompt lifecycle
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user