GuardSmith Lint
Version updated for https://github.com/novexar/Guardsmith to version v0.4.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
GuardSmith is a governance toolkit that automates the distribution and validation of AI coding standards. It provides an AI-based system to verify compliance with predefined standards, including ESLint + official configurations, and offers features such as project creation, policy verification, drift detection, CI integration, and multi-level deployment.
What’s Changed
What’s new
Self-contained CLI bundle on GitHub Releases (
guardsmith-cli-v0.4.0.tar.gz) — run GuardSmith without any npm registry access (air-gapped / restricted egress environments). Only GitHub + Node.js 20+ required:gh release download v0.4.0 --repo novexar/Guardsmith --pattern 'guardsmith-cli-*.tar.gz' tar -xzf guardsmith-cli-*.tar.gz node guardsmith-cli/guard.mjs lintAction
sourceinput —source: releaseruns the action from the Releases bundle instead of npx (npm registry not required). Default remainsnpm.npm READMEs (JA/EN) —
@guardsmith/core/@guardsmith/cli0.2.2 now ship bilingual READMEs (the npm pages previously showed no description).guard versioncommand;guard newreference tag decoupled from the npm version (standards remain at v0.2.1).
npm レジストリへ到達できない環境向けの依存同梱バンドルを添付しました(GitHub と Node.js 20+ のみで動作)。Action は source: release で npm 不要になります。npm パッケージ 0.2.2 には日英併記の README を同梱しています。