Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 2.69 KB

File metadata and controls

79 lines (59 loc) · 2.69 KB

Roadmap

v0.1

  • 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

v0.2

  • Build lexer and parser
  • Validate syntax into a canonical AST
  • Implement validate
  • Implement export json
  • Separate syntax and semantic validation
  • Document the AST structure

v0.3

  • 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

v0.4

  • Add format --check for CI and pre-commit workflows
  • Document real JSON diagnostics examples in README and diagnostics spec
  • Add orgscript check as a combined quality command
  • Improve consistency of human-readable CLI diagnostics
  • Add an initial VS Code syntax highlighting scaffold

v0.5 (Completed)

  • 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, and advanced
  • Polish diagnostics UX and check output
  • Add lightweight language evolution and compatibility notes

v0.6 (Completed)

  • 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

v0.7 (Completed)

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.

v0.8 (Completed)

Theme: Analysis, Integrations, and AI-Ready Interfaces

  • Deterministic Analysis: New orgscript analyze command 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.

Later

  • Ecosystem integrations
  • Editor tooling
  • AI-assisted modeling workflows
  • Reference transforms into automation platforms