Skip to content

0.72.6: pr-review accepts phase blocked by wrong layer names

Latest

Choose a tag to compare

@robertotru robertotru released this 23 Jun 20:12
d13f494

Canon 0.72.6

Tag: 0.72.6

Install Canon

Homebrew (macOS / Linux)

brew tap apply-the/canon
brew install canon
canon --version

Windows package manager

Install Canon from Windows Package Manager after the generated manifest bundle
is submitted:

winget install ApplyThe.Canon
winget upgrade ApplyThe.Canon

If the package-manager submission is not available yet, use the release zip
fallback below.

Windows via Scoop

Install Canon from Scoop after the generated manifest is merged into the Scoop
main bucket:

scoop install canon
scoop update canon

If the Scoop bucket update is not available yet, use winget or the release
zip fallback below.

Direct Download

Download the matching asset for your platform from this release:

  • canon-0.72.6-macos-arm64.tar.gz
  • canon-0.72.6-macos-x86_64.tar.gz
  • canon-0.72.6-linux-arm64.tar.gz
  • canon-0.72.6-linux-x86_64.tar.gz
  • canon-0.72.6-windows-x86_64.zip

Verify Installation

macOS and Linux

canon --version
command -v canon

Windows PowerShell

canon --version
Get-Command canon

Release Artifact Matrix

Platform Artifact
macOS arm64 canon-0.72.6-macos-arm64.tar.gz
macOS x86_64 canon-0.72.6-macos-x86_64.tar.gz
Linux arm64 canon-0.72.6-linux-arm64.tar.gz
Linux x86_64 canon-0.72.6-linux-x86_64.tar.gz
Windows x86_64 canon-0.72.6-windows-x86_64.zip

Integrity metadata is published as canon-0.72.6-SHA256SUMS.txt.
Distribution metadata is published as canon-0.72.6-distribution-metadata.json.
The Homebrew formula artifact is published as canon-0.72.6-homebrew-formula.rb.

Windows package-manager publication artifacts are generated as:

  • canon-0.72.6-distribution-metadata.json
  • ApplyThe.Canon.yaml
  • ApplyThe.Canon.locale.en-US.yaml
  • ApplyThe.Canon.installer.yaml
  • canon-0.72.6-scoop-manifest.json

Quickstart

After installation, initialize Canon in a repository:

canon init --output json

Compatibility Notes

  • Daily repository use does not require Cargo.
  • Canon skills assume the installed canon binary is on PATH.
  • If canon is missing or outdated, follow the repository install guide at
    https://github.com/apply-the/canon#install.