Skip to content

Releases: tooppoo/enozunu

0.6.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 13:26
Immutable release. Only release title and notes can be modified.

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

Choose a tag to compare

@github-actions github-actions released this 23 Aug 17:16
Immutable release. Only release title and notes can be modified.

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

Choose a tag to compare

@github-actions github-actions released this 22 Aug 11:31
Immutable release. Only release title and notes can be modified.

added

cli

release archives include a Windows x86_64 binary (enozunu.exe), enabling distribution via Scoop

0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 15:58
Immutable release. Only release title and notes can be modified.

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

Choose a tag to compare

@github-actions github-actions released this 08 Aug 07:53
Immutable release. Only release title and notes can be modified.

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

Choose a tag to compare

@github-actions github-actions released this 05 Aug 18:17
Immutable release. Only release title and notes can be modified.

added

cli

support root instructions management.
enozunu build AGENTS.md and CLAUDE.md following to enozunu.kdl

0.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 08:45

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

Choose a tag to compare

@github-actions github-actions released this 21 Jul 08:10

added

cli

support git tag

0.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 12:31

added

cli

  • support Gist URL as provider
  • support codex as consumer

0.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 10:08

added

cli

first release