setup-validate
SolidValidate a `setup.aiwg.io/v1` SetupManifest file against the schema and run cons
AI & Automation 142 stars
21 forks Updated yesterday MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# setup-validate
Validate a `setup.aiwg.io/v1` SetupManifest file against the schema and run consistency checks.
## Trigger Phrases
- "validate setup manifest"
- "check setup.manifest.yaml"
- "aiwg setup-validate [manifest]"
- "lint installer manifest"
- "verify my setup manifest"
## Parameters
### manifest (positional, optional)
Path to the `setup.manifest.yaml`. Default: `./setup.manifest.yaml`.
### --schema (optional)
Path to schema file. Default: auto-located from AIWG installation.
### --strict (optional)
Fail on warnings in addition to errors.
### --fix (optional)
Auto-fix simple issues (missing `id`, missing `depends_on` on sequential steps).
## Validation Checks
### Schema Validation
- `apiVersion` must be `setup.aiwg.io/v1`
- `kind` must be `SetupManifest`
- Required fields present: `metadata.name`, `spec.platforms`, `spec.steps`
- All step types are one of: `script`, `detect`, `ask`, `verify`, `agentic`, `platform-route`, `chain`, `os-config`
- Param types are one of: `string`, `path`, `boolean`, `integer`, `choice`
- `metadata.install_type` must be one of: `user`, `developer`, `ci` (if present)
### Reference Checks
- Every `script:` path exists relative to the manifest directory
- Every `chain:` manifest path exists
- Every `platform-route` route value resolves to an existing script
- `depends_on` step IDs all exist in the manifest
- Recovery `triggers` list references valid step IDs
- `os-config` steps: `config_id` must reference a valid entry in `spec....
Details
- Author
- jmagly
- Repository
- jmagly/aiwg
- Created
- 9 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
setup-run
Execute a `setup.aiwg.io/v1` SetupManifest, performing cross-platform installati
142 Updated yesterday
jmagly AI & Automation Solid
devkit-validate
Validate addon, framework, or extension structure and manifest
142 Updated yesterday
jmagly Code & Development Listed
validate
Pre-commit validation suite for manifests, scripts, and configs
183 Updated 1 months ago
majiayu000 Code & Development Listed
validate
Pre-commit validation suite for manifests, scripts, and configs
3 Updated 1 months ago
majiayu000 Code & Development Listed
validate
Pre-commit validation suite for manifests, scripts, and configs
0 Updated 3 months ago
Dirty13itch