every.channel: sanitized baseline

This commit is contained in:
every.channel 2026-02-15 16:17:27 -05:00
commit 897e556bea
No known key found for this signature in database
258 changed files with 74298 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# ECP-0051: Direct Publish Answer Timeout Control
## Why
`ec-node direct-publish` is used for "send a link to someone and have them connect later".
A hard-coded short answer timeout makes this brittle and fails the "works for mom" usability bar.
## Decision
- Add `--answer-timeout-secs` to `ec-node direct-publish`.
- Default: 900 seconds (15 minutes).
- `0` means wait indefinitely.
## Reversibility
High. CLI-only behavior change.