| name | artifact-build |
| description | Build disposable artifacts through the root forge interface. |
Intent
Use this skill for normal root builds that should stage artifacts into out/ without touching patches/.
Inputs
- Target set: one or more of
u64, ue2, u2, c64u.ue2, or omitted for all.
- Optional build modifiers such as
--clean, --parallel, -j, or --build-tools-dir.
Execution
- Run
./forge build <target...> for the requested target set.
- When finishing a repo change, use the smallest relevant
./forge build ... validation instead of any legacy wrapper.
- Preserve the distinction between stock
c64u.ue2 build artifacts and separate transient launcher helpers.
Validation
- Confirm the staged artifact names in
out/.
- If only one target was requested, summarize just that artifact.
Safety
- Do not use
run or flash when the request is build-only.