Commit cfd2efd
committed
improve: skill-workshop prompt banks reactive corrections without a save command
The prompt section only invoked the workshop when the user asked to
create/update a skill, so reactive corrections ("that's not what I
asked", "you're still doing X") never became proposals unless the user
remembered a magic "save that to the skill" follow-up. Field evidence
from a live deployment: a session's corrections sat in chat until the
user happened to say "update all the skills" - and the ones where nobody
said it were lost.
- treat reactively-phrased corrections and standing preferences as
durable signals
- propose the fix into the relevant skill via action=update in the same
turn, without waiting for a save request
- report which proposal the correction landed in so capture is
verifiable1 parent c9219c7 commit cfd2efd
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
757 | 763 | | |
758 | 764 | | |
759 | 765 | | |
| |||
0 commit comments