Commit a448ef0
docs: fix documentation drift — engine_log_dir path and ado/mod.rs lifecycle commands (#601)
- docs/template-markers.md: correct {{ engine_log_dir }} from ~/.copilot/logs to
$HOME/.copilot/logs, matching src/engine.rs log_dir(). Add explanation that tilde
does not expand inside double-quoted bash strings, which would cause the directory
check to always fail and silently prevent log collection.
- AGENTS.md: remove references to unimplemented lifecycle CLI commands (disable,
remove, list, run, status, secrets) from the ado/mod.rs description; only the
'enable' command is currently implemented.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0590ca1 commit a448ef0
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
| |||
0 commit comments