Skip to content

6.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 10:09
· 14 commits to master since this release
d391dac

Changed

  • Breaking: authored source uses schema version 4: place bundle.json, skills/<category>/<skill>, and agents/<agent> directly under the source root. The legacy source layout is not accepted by the new builder.
  • Breaking: agent-distribution build now requires --source and --output; --root has been removed. Generate an untracked output such as artifacts/agent-distribution before packing. The output directory name must be agent-distribution.
  • Breaking: public build services now take distinct AbsolutePath sourceRoot and AbsolutePath outputRoot parameters.
  • The GitHub verify Action builds its bundled CLI source into runner temporary storage. It validates a source bundle and does not synchronize, commit, or package generated output.

Removed

  • Removed the generated-output synchronization workflow and the sync and release Actions.

Fixed

  • Package verification can build the CLI from a fresh checkout using the restored artifacts path.