chore: remove setup templates and add archive target - #777
Merged
Conversation
…common The standalone per-task template projects under setup-templates/ have been replaced by reusable scripts under active/evm/script/common/<category>/, shared across tasks in the active/evm project. Removes the setup-templates/ folder, the now-dead setup-* targets and TEMPLATE_*/`*_DIR` variables from the root Makefile, and the per-template walkthrough sections from the README (replaced with a Common operation scripts mapping table). Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Collaborator
✅ Heimdall Review Status
|
0xth4nh
force-pushed
the
mux/remove-setup-templates
branch
from
July 30, 2026 18:43
1e8dc60 to
2c0db83
Compare
Adds `make archive-task TASK_ID=<id> TASK_NETWORK=<network>`, which git-mv's an executed task from active/evm/tasks/<id> to archive/<network>/<id> (a per-network archive, separate from archive/legacy/). Moving executed tasks out leaves active/evm as a clean scaffold — shared foundry.toml and script/common/ with an empty tasks/ (.gitkeep). Documents the active -> archive lifecycle in the root README. Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
0xth4nh
force-pushed
the
mux/remove-setup-templates
branch
from
July 30, 2026 18:54
2c0db83 to
ae341d1
Compare
mw2000
previously approved these changes
Jul 30, 2026
leopoldjoy
reviewed
Jul 31, 2026
cb-heimdall
dismissed
mw2000’s stale review
July 31, 2026 19:12
Approved review 4822599129 from mw2000 is now dismissed due to new commit. Re-request for approval.
Co-authored-by: Codex <codex-noreply@coinbase.com>
0xth4nh
force-pushed
the
mux/remove-setup-templates
branch
from
August 3, 2026 15:46
69cbdac to
3ca111b
Compare
Co-authored-by: Codex <codex-noreply@coinbase.com>
0xth4nh
marked this pull request as draft
August 3, 2026 16:07
0xth4nh
marked this pull request as ready for review
August 3, 2026 16:12
leopoldjoy
previously approved these changes
Aug 3, 2026
jackchuma
reviewed
Aug 3, 2026
Co-authored-by: Codex <codex-noreply@coinbase.com>
cb-heimdall
dismissed
leopoldjoy’s stale review
August 3, 2026 17:31
Approved review 4846394850 from leopoldjoy is now dismissed due to new commit. Re-request for approval.
Co-authored-by: Codex <codex-noreply@coinbase.com>
jackchuma
approved these changes
Aug 3, 2026
mw2000
approved these changes
Aug 3, 2026
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.
What changed?
Narrows this PR to removing the obsolete EVM setup templates and adding the archive target:
setup-templates/.setup-*,TEMPLATE_*, and dated-directory Make variables.make archive-task, which lists active tasks and prompts for a numbered selection.archive/evm/<id>with no network layer.active/evm/recordsthat must first be moved into the task.Merge replacement workflow #778 before this PR. #778 writes Forge execution artifacts directly into
tasks/<id>/, so task config, signatures, and run files move together during archival.How to test
make -n deps make archive-task # lists active tasks and prompts for one