docs: restructure docs and enforce 2.0 conventions - #13
Conversation
…0 specs - Restructured flat `docs/` folder into a structured hierarchy: getting-started, language, specification, compiler, tooling, reference, and guides. - Rewrote the main language-specification and grammar documents to use explicit, validated contents extracted from the underlying frozen 2.0 engineering specs (`01_language_spec_v1.md` and `03_grammar_ebnf.md`). - Addressed 2.0 conventions (e.g., `model` to `class` changes) in the type guide. - Added implementation status tags to heavily used files (Types, Variables). - Re-wired `mkdocs.yml`'s navigation structure to map to the new documentation directories. - Confirmed zero-regression via workspace tests and example scripts. Co-authored-by: Tcode-Motion <188012755+Tcode-Motion@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This pull request addresses the total restructuring and validation of the TechScript documentation site.
Actions Performed
Auditing & Re-Mapping:
docs/folder had documentation spanning 20+ features mixed at the root level.language/,compiler/,specification/,tooling/,guides/,reference/, andgetting-started/.mkdocs.yml'snavobject so that generated sites map correctly.Source of Truth Adjustments:
LANGUAGE_FREEZE_2.0.mdwhich declared changes likemodeldropping in favor ofclass.docs/language/types.mdto properly referenceclassinstead ofclass / model.docs/specification/grammar.md.language-specification.md.Accuracy Check:
cargo test --workspaceandpython3 verify_all_examples.pyagainst the examples to ensure the existing syntax documented and run againstTechScriptstill behaves normally despite our changes.PR created automatically by Jules for task 1513274867050769885 started by @Tcode-Motion