- Define project identity and scope
- Publish manifesto and language principles
- Draft syntax and semantics
- Draft canonical model
- Add example files from real business scenarios
- Finalize repository structure for tooling
- Define the first CLI command surface
- Build lexer and parser
- Validate syntax into a canonical AST
- Implement
validate - Implement
export json - Separate syntax and semantic validation
- Document the AST structure
- Implement AST-backed formatter
- Implement linter rules for common modeling errors
- Freeze AST, model, and formatter output with golden snapshots
- Add machine-readable diagnostics for validation and linting
- Add CI-ready command behavior and GitHub Actions
- Generate diagrams and documentation from the model
- Add localization architecture for keyword packs
- Add
format --checkfor CI and pre-commit workflows - Document real JSON diagnostics examples in README and diagnostics spec
- Add
orgscript checkas a combined quality command - Improve consistency of human-readable CLI diagnostics
- Add an initial VS Code syntax highlighting scaffold
- Improve VS Code syntax highlighting and local testing flow
- Add a visual source-to-artifact showcase in the README
- Curate the example catalog into
simple,realistic, andadvanced - Polish diagnostics UX and
checkoutput - Add lightweight language evolution and compatibility notes
- Mermaid Export Polish: improve presentation and layout-friendliness
- Markdown Summary v2: better multi-block support and deliberate layout
- HTML Documentation Export: first static HTML doc output path
- Demos & Showcase Upgrade: stronger source → artifact visual story
- Integration Contract Polish: tighten and document exporter stability
Theme: Packaging, Distribution, and Trust
- CLI Experience: Globally installable via
npm install -g orgscript. - VS Code Extension Publication: Marketplace readiness and metadata.
- Documentation Site: Automated static documentation on GitHub Pages.
- Trust & Showcase: Complex business logic scenarios and integration examples.
Theme: Analysis, Integrations, and AI-Ready Interfaces
- Deterministic Analysis: New
orgscript analyzecommand for structural metrics. - AI-Ready Context: Stable context export format for LLM workflows.
- Tooling Hooks: Recipes for CI/CD and pre-commit integrations.
- Docs site upgrade: Improved site-site navigation and showcase grouping.
- Ecosystem integrations
- Editor tooling
- AI-assisted modeling workflows
- Reference transforms into automation platforms