|
| 1 | +# OrgScript v0.8.0 Roadmap [COMPLETED] |
| 2 | + |
| 3 | +Status: Completed |
| 4 | +Theme: **Analysis, Integrations, and AI-Ready Interfaces** |
| 5 | + |
| 6 | +The goal of v0.8.0 is to make OrgScript easier to inspect, analyze, and integrate into downstream tooling and AI workflows. This release focuses on stable machine-readable outputs and deterministic analysis rather than language expansion. |
| 7 | + |
| 8 | +## Goals |
| 9 | + |
| 10 | +- Introduce a deterministic analysis layer for structural inspection. |
| 11 | +- Provide a stable context export format for AI/Agent ingest. |
| 12 | +- Establish practical integration recipes for CI/CD and repository workflows. |
| 13 | +- Mature the documentation site and showcase value. |
| 14 | + |
| 15 | +## Work Packages |
| 16 | + |
| 17 | +### WP1: Deterministic Analysis Command |
| 18 | +- Implement `orgscript analyze <file>` (and `--json`). |
| 19 | +- Report structural metrics: block counts, triggers, states, transitions, role capabilities. |
| 20 | +- Add "Complexity Hints" based on AST depth and branch counts. |
| 21 | + |
| 22 | +### WP2: AI-Ready Context Export |
| 23 | +- Implement `orgscript export context <file>`. |
| 24 | +- Create a unified context package containing the canonical model, diagnostics, and summaries. |
| 25 | +- Ensure the format is optimized for reliable AI/LLM interpretation. |
| 26 | + |
| 27 | +### WP3: Integration Recipes & Tooling Hooks |
| 28 | +- Create documentation for GitHub Actions integration. |
| 29 | +- Provide pre-commit/pre-push hook examples. |
| 30 | +- Document CI/CD pipeline patterns for OrgScript logic governance. |
| 31 | + |
| 32 | +### WP4: Documentation Site & Showcase Upgrade |
| 33 | +- Refine the generated docs site (`scripts/build-docs.js`). |
| 34 | +- Improve navigation and visual grouping of artifacts (Source vs. Summary vs. Diagram). |
| 35 | +- Highlight hero examples more effectively. |
| 36 | + |
| 37 | +### WP5: Real-World Trust Cases |
| 38 | +- Add high-quality examples: Finance Approval and Incident Escalation. |
| 39 | +- Ensure all showcases exercise multiple OrgScript blocks (`process`, `rule`, `stateflow`). |
| 40 | + |
| 41 | +## Non-Goals |
| 42 | +- Adding new language keywords or block types. |
| 43 | +- Free-form AI text generation or speculative recommendations. |
| 44 | +- SaaS or cloud features. |
0 commit comments