Skip to content

Releases: martialsystems/upgrade-audit

Update 1.6.0

Choose a tag to compare

@martialsystems martialsystems released this 23 Sep 18:35

Donate on Ko-fi   Martial Games

Update 1.6.0 (Martial Systems LLC)

What changed:

• A second cancel or failure of the same role is a skip. A verifier stall is still the unverified path. A failed agent is recorded as failed, not cancelled.
• Respawn is once per role. An auditor cancel no longer uses up the verifier's retry. A cancelled fix is retried once, and a second failure does not mark a finished audit as skipped.
• Stall watches the output length and the tail. A log that is still growing past a stable prefix is left alone.
• A detached worktree whose HEAD is not the requested commit is rebuilt before the walk reads it.

The plugin and the Python runner ship in the public git tree. A clone or grok plugin install of martialsystems/upgrade-audit is enough. This zip is an optional snapshot of the same tree. You should see bin/upgrade-audit, src/upgrade_audit/, and catalog/repos.yaml.

Install

  1. grok plugin marketplace add martialsystems/upgrade-audit
  2. grok plugin install upgrade-audit --trust
  3. From the plugin directory or a git clone: python3 -m pip install -r requirements.txt
  4. chmod +x bin/upgrade-audit && export PATH="$PWD/bin:$PATH"
  5. upgrade-audit configure --mode audit --kill none
  6. upgrade-audit doctor

Need Python 3.9+, git, and gh auth login (repo scope).
We do not receive your repositories. Proprietary personal use. The operator catalog is not published.

Upgrade Audit 1.2.0

Choose a tag to compare

@martialsystems martialsystems released this 21 Aug 21:22

Donate on Ko-fi   Martial Games

Upgrade Audit 1.2.0 (Martial Systems LLC)

The plugin and the Python runner ship in the public git tree. A clone or grok plugin install of martialsystems/upgrade-audit is enough. This zip is an optional snapshot of the same tree. You should see bin/upgrade-audit, src/upgrade_audit/, and catalog/repos.yaml.

Install

  1. grok plugin marketplace add martialsystems/upgrade-audit
  2. grok plugin install upgrade-audit --trust
  3. From the plugin directory or a git clone: python3 -m pip install -r requirements.txt
  4. chmod +x bin/upgrade-audit && export PATH="$PWD/bin:$PATH"
  5. upgrade-audit configure --mode audit --kill none
  6. upgrade-audit doctor

Need Python 3.9+, git, and gh auth login (repo scope).
We do not receive your repositories. Proprietary personal use. The operator catalog is not published.

Upgrade Audit 1.1.0

Choose a tag to compare

@martialsystems martialsystems released this 19 Aug 11:01

Donate on Ko-fi   Martial Games

Upgrade Audit 1.1.0 (Martial Systems LLC)

Use this asset: upgrade-audit-1.1.0.zip
Do not download “Source code (zip)” and do not use the repo Code / Download ZIP button. Those archives are the landing page only and have no bin/upgrade-audit.

Install

  1. grok plugin marketplace add martialsystems/upgrade-audit
  2. grok plugin install upgrade-audit --trust
  3. Download upgrade-audit-1.1.0.zip from this Release
  4. Unzip. You should see bin/upgrade-audit and catalog/repos.yaml
  5. chmod +x bin/upgrade-audit && export PATH="$PWD/bin:$PATH"
  6. upgrade-audit configure --mode audit --kill none
  7. upgrade-audit doctor

Need Python 3.9+, git, and gh auth login (repo scope).
We do not receive your repositories. Source is not published. Proprietary personal use.

Upgrade Audit 1.0.0

Choose a tag to compare

@martialsystems martialsystems released this 17 Aug 17:46

Donate on Ko-fi   Martial Games

Upgrade Audit 1.0.0 (Martial Systems LLC)

Use this asset: upgrade-audit-1.0.0.zip
Do not download “Source code (zip)” and do not use the repo Code / Download ZIP button. Those archives are the landing page only and have no bin/upgrade-audit.

Install

  1. grok plugin marketplace add martialsystems/upgrade-audit
  2. grok plugin install upgrade-audit --trust
  3. Download upgrade-audit-1.0.0.zip from this Release
  4. Unzip. You should see bin/upgrade-audit and catalog/repos.yaml
  5. chmod +x bin/upgrade-audit && export PATH="$PWD/bin:$PATH"
  6. upgrade-audit configure --mode audit
  7. upgrade-audit doctor

Need Python 3.9+, git, and gh auth login (repo scope).
We do not receive your repositories. Source is not published. Proprietary personal use.