Commit 918ac8d
committed
feat(setup-prompts): summary lists decisions + memories with folder links
User feedback: the setup summary already shows preset safety rules
verbatim, but doesn't tell the user WHAT decisions / memories were
actually saved. The user has to open the folders to find out. Make
the summary self-sufficient.
Both prompts (clipboard PROMPT_SETUP + MCP server's PROJECT SETUP
REQUIRED instruction) now demand the agent ALSO output:
Decisions saved this session (full bodies in .axme-code/decisions/):
- D-001: <short title>
- D-002: <short title>
...
Memories saved this session (full bodies in .axme-code/memory/...):
- <slug>: <short title>
...
All saved artifacts are persistent across sessions. Open the folders
above to read full bodies, or ask me 'show decision D-NNN' / 'show
memory <slug>' to fetch any of them.
Keeps titles short — rationale already lives in the .md files, no
need to duplicate it in the chat output. The verbatim closing line
educates the user about retrieval ('ask me show ...') so they know
the saved data is reachable without leaving the chat.1 parent 58acca6 commit 918ac8d
2 files changed
Lines changed: 25 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
134 | 145 | | |
135 | 146 | | |
136 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
283 | 294 | | |
284 | 295 | | |
285 | 296 | | |
| |||
0 commit comments