@openuji/speculator-lint
v0.3.1
Published
Standalone linter for Speculator workspace AST with configurable validation rules
Maintainers
Readme
@openuji/speculator-lint
Developer-grade linting for technical specifications.
speculator-lint helps ensure conceptual consistency and semantic integrity in your technical specifications. It catches errors like redefinitions across spec levels, reverse dependencies, and ambiguous references.
📖 Documentation
For full documentation on available rules, configuration presets, and extensibility, please visit the Speculator Documentation.
🚀 Quick Start
# Install
pnpm add -D @openuji/speculator-lint
# Lint your workspace
speculator-lint workspace.jsonBasic Config (.speculatorlintrc.json)
{
"extends": ["recommended"]
}Part of the Speculator ecosystem.
