Closed
Conversation
- Add _task_eligible_for_archive_batch aligned with UI rules - Match Done/Cancelled/Blocked case-insensitively for batch archive Made-with: Cursor
…shboard/dist - Export canArchiveEdict from store with case-insensitive terminal states - EdictBoard uses store helper; TaskModal adds archive/unarchive actions - Vite build outDir points to dashboard/dist for server static files Made-with: Cursor
- canArchiveEdict matches store (case-insensitive states, emperor/stop block text) - Batch one-click copy; edict cards and openTask modal archive actions Made-with: Cursor
Made-with: Cursor
- Enable manual triggering of the CI workflow through GitHub Actions.
- Change print statement to use a comma for better readability in CI workflow.
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.
变更描述
控制面板叫停/取消后仍会跑 openclaw 派发;
改为派发前/运行中检查状态并终止子进程;
gitignore 增加 edict/frontend/dist/
变更类型
检查清单
python3 -m py_compile检查run_loop.sh关联 Issue