Commit 3a2456b
committed
docs(adr): ADR-017 — agent-session spike re-run resolves the 10s-vs-long-compute risk (UX.24)
After the app owner enabled 'Agent session events':
- agentSessionCreateOnIssue now succeeds (status active).
- 10s risk RESOLVED: thought at t+0 → active, then a 14s no-activity gap →
STILL active (not stale). The 10s rule is initial-ack-only; our webhook
emits the thought synchronously like today's 👀, then the >10s async spawn
proceeds — no architectural conflict.
- Full lifecycle derives: thought/action→active, response→complete,
elicitation→awaitingInput, error→error (all 5 types accepted; states
auto-derive). Maps 1:1 to the aws-samples#247 ack model.
Remaining gate for an additive channel is the per-issue-session vs
cross-issue-epic-rollup gap + Preview→GA wait, NOT a technical blocker.
Spike issues created+deleted; token scrubbed; no migration code.1 parent 161d1fa commit 3a2456b
2 files changed
Lines changed: 54 additions & 6 deletions
File tree
- docs
- decisions
- src/content/docs/decisions
Lines changed: 27 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
104 | 128 | | |
105 | 129 | | |
106 | 130 | | |
| |||
Lines changed: 27 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
108 | 132 | | |
109 | 133 | | |
110 | 134 | | |
| |||
0 commit comments