Hi, I don't know where you'd like to have discussions so I figured I should just open an issue to start.
Even though it would bloat the size of the skill download, I think that making the whole tree start with the version number limit that it applies to will scale better as the language evolves than having to go file to file and add "in X version this changes to ...".
We are essentially making a documentation dump traversable by LLMs, so could we maybe try to mix some of the changelog into this?
As an example:
mojo-best-practices/
├── patterns/ # versioned tree with changelog and version-specific documentation
│ ├── 0.26.1/
│ │ ├── memory-*.md
│ │ ├── gpu-*.md
│ │ ├── gpu-porting-*.md
│ │ ├── porting-*.md
│ │ ├── type-*.md
│ │ ├── perf-*.md
│ │ └── changelog.md # Our online changelog
│ ├── 0.26.2-nightly-2026_02_27/
│ │ ├── memory-*.md
│ │ ├── gpu-*.md
│ │ ├── gpu-porting-*.md
│ │ ├── porting-*.md
│ │ ├── type-*.md
│ │ ├── perf-*.md
│ │ └── changelog.md # Our latest online changelog
Hi, I don't know where you'd like to have discussions so I figured I should just open an issue to start.
Even though it would bloat the size of the skill download, I think that making the whole tree start with the version number limit that it applies to will scale better as the language evolves than having to go file to file and add "in X version this changes to ...".
We are essentially making a documentation dump traversable by LLMs, so could we maybe try to mix some of the changelog into this?
As an example: