Releases: tooppoo/enozunu
Release list
0.6.0
changed
cli
BREAKING: the use-skills same-as alias is no longer accepted; declare use-same-skills "" instead (use-skills same-as="consumer..use-skills" becomes use-same-skills "")
Refs:
BREAKING: the instruction same-as alias is no longer accepted; declare use-same-instruction "" inside the target block instead (codex same-as="provider.instructions.claude" becomes codex { use-same-instruction "claude" })
Refs:
0.5.0
changed
cli
selecting the same skill or agent more than once in one target is now valid: every declaration and its when rules are kept for instruction generation, while the artifact materializes once per target
Refs:
added
cli
use-same-skills / use-same-agents nodes additively reuse another target's effective use-skills / use-agents sequence at the declaration position, with cycle and absent-target validation
Refs:
use-same-instruction reuses another target's effective instruction source; an instruction source is exactly one of a direct source block, use-same-instruction, or legacy same-as
Refs:
0.4.0
added
cli
release archives include a Windows x86_64 binary (enozunu.exe), enabling distribution via Scoop
0.3.0
added
cli
a manifest target can reuse another target's instruction source and use-skills selection with same-as instead of repeating them
Refs:
0.2.1
changed
cli
summon replaces a symlink at the final target path component itself for skill and agent targets instead of writing through it; workflows that relied on a local summon updating the symlink's destination should symlink an ancestor directory instead
Refs:
0.2.0
added
cli
support root instructions management.
enozunu build AGENTS.md and CLAUDE.md following to enozunu.kdl
0.1.1
added
cli
add enozunu.lock.json: summon records resolved branch and tag commits and supports --update and --frozen
changed
cli
summon resolves locked branch and tag sources from enozunu.lock.json by default instead of following the ref
0.1.0
0.0.1
added
cli
- support Gist URL as provider
- support codex as consumer