Pipeline Grammar

Use the pipeline entrypoint for all build/validation workflow commands:

./bin/pipeline <command>

Grammar:

<command> ::= generate | build | test | validate | semantic-graph | semantic-audit | semantic-snapshot | smoke | sitemap | ci | help

Commands

Common Flows

# Full CI-equivalent local run
./bin/pipeline ci

# Generate semantic graph artifacts from built pages
./bin/pipeline semantic-graph

# Generate consolidated semantic quality report
./bin/pipeline semantic-audit

# Generate docs semantic snapshot from report artifacts
./bin/pipeline semantic-snapshot

# CI + browser smoke checks
./bin/pipeline ci
./bin/pipeline smoke

# Visualize sitemap coverage after a build
./bin/pipeline sitemap

# Build only (useful when iterating on templates/content)
./bin/pipeline build

# Validate existing _site output without rebuilding
./bin/pipeline validate

Notes

Canonical Script Names