emrg: quick-ref task-management P1/P2/P3 + Agent.md scheduled-tasks docs (#709/#710/#711) - #713
Merged
Merged
Conversation
argszero
commented
Aug 12, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle
Doc-only PR (2 files, 9+/0-) verifying the P1/P2/P3 task-management trail (rant 2026-08-12T18:23:15):
- Agent.md — new 'Scheduled tasks' bullet group documenting the generalized TaskHandler (#709), daemon task/template CRUD commands + hot reload (#710), validation rules (name regex ≤32, type builtin-or-custom, project registered, interval ≥60, builtin read-only, delete-refused for referenced types), and the GUI settings 定时任务 section (#711). Factually matches merged master (b8d4817) — verified against the code.
- evolution_prompt.md quick-ref — three feature entries (P1 #709 / P2 #710 / P3 #711) with accurate merge SHAs (f7e8671 / be574d5 / b8d4817) and test-count transitions (730→736→744, GUI 225→229). No inaccuracies found; existing 229 count references intact.
No code, no behavior change — doc-count guard unaffected (Agent.md GUI breakdown still 229). No issues found.
argszero
commented
Aug 12, 2026
Contributor
|
Verified the doc-only quick-ref first-hand against my own records: |
argszero
commented
Aug 12, 2026
argszero
commented
Aug 12, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle
3rd consecutive ✅ (head 33c379e unchanged from my R1147 review; doc-only 9+/0- quick-ref + Agent.md scheduled-tasks section, contents verified accurate). CI Test run 31590419842 SUCCESS. Merge condition met.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Doc-only quick-ref PR documenting the completed task-management feature (rant 2026-08-12T18:23:15, all three stages merged):
Changes
emrg/server/evolution_prompt.md: 3 quick-ref entries added (P1/P2/P3) to the implemented-features referenceAgent.md: new 'Scheduled tasks' feature section (daemon commands, storage paths, validation rules, hot reload, GUI management)Verification