Documentation
¶
Overview ¶
Package resolve resolves FROM inheritance by pulling parent agent artifacts and merging them with child instructions.
The pipeline is: parse → resolve → build → execute.
FROM scratch is a no-op. FROM <ref> pulls the parent, recursively resolves its own FROM, then merges according to the inheritance rules:
- RUNTIME: child overrides parent, clears configs
- MODEL, NAME: child overrides parent
- CONTEXT: same-name overrides parent, new names appended
- CONFIG: appended (cleared if child sets RUNTIME)
- BIN: appended
- ADD: appended
- LABEL: merged (child wins on key conflicts)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.