docs: centralize task list removal and update AGENTS.md guidance

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 12:56:42 -07:00
parent db8e6f3255
commit 481a76458f
2 changed files with 4 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
# AGENTS.md
**Agents:** Please update `agentydragon/README.md` with a brief summary of your work
(features, fixes, refactors, documentation, etc.) whenever you make changes to this repository.
(features, fixes, refactors, documentation, etc.) whenever you make changes to this repository. For work on tasks in `agentydragon/tasks/`, update the corresponding task Markdowns **Status** and **Implementation** sections in place rather than maintaining a central task list.
This serves as a branch-level changelog that the AI assistant will include in its context.
# Rust/codex-rs

View File

@@ -18,21 +18,9 @@ This file documents the changes introduced on the `agentydragon` branch
## Dependency updates
- Added `uuid` crate to `codex-rs/cli` and `codex-rs/tui`.
## Documentation tasks (under `tasks/`)
- task-template.md
- 01-dynamic-mount-commands.md
- 02-auto-approve-predicates.md
- 03-live-config-reload.md
- 04-auto-mount-repo.md
- 04-auto-mount-repo-plan.md
- 06-external-editor-prompt.md
- 07-undo-feedback-decision.md
- 08-set-shell-title.md
- 09-file-dir-level-approvals.md
- 10-inspect-container-state.md
- 11-custom-approval-predicates.md
- 12-internet-connection-toggle.md
- 13-interactive-prompt-during-execution.md
## Documentation tasks
Tasks live under `agentydragon/tasks/` as individual Markdown files. Please update each tasks **Status** and **Implementation** sections in place rather than maintaining a static list here.
---