docs: align README with current surfaces - #1302
Merged
mudler merged 1 commit intoAug 21, 2026
Merged
Conversation
Update the landing page from source-gated architecture, parser, and ABI counts. Add the Music3 and LTX-2.5 user-facing headlines, and state incomplete model gates without implying oracle coverage. FOLLOWING_AGENTS_PROTOCOL Assisted-by: Codex:gpt-5 [Codex]
localai-bot
pushed a commit
that referenced
this pull request
Aug 21, 2026
…as behind it (#1074) `scripts/agent-preflight.sh --fail-on-skip` SKIPPED both `commit-trailers` and `commit-style`, because `origin/main` was not an ancestor of this head. A SKIP reports nothing about this tree, so neither gate had read it. This merge is what lets them run. `origin/main` is `04f1cead6f94c01f8fd4e669148f7a9dbcf0b132`. The five commits are a container-publish repair (#1560), a BPE row close (#1558), two README edits (#1554, #1302), and a clock-gate spec (#1553). They touch 19 files, and three of them are files this pull request also edits: `.agents/issue-index.md`, `docs/BENCHMARKS.md` and `docs/STATUS.md`. `git merge-tree --write-tree` reported no conflict on any of the three, and the append-only and public-document gates are rerun on the merge result rather than assumed from that report. FOLLOWING_AGENTS_PROTOCOL Following-Agents-Protocol: true AI-Assisted: true Assisted-by: AGENT:claude-opus-5 [claude-code]
localai-bot
pushed a commit
that referenced
this pull request
Aug 22, 2026
…as behind it (#1074) `scripts/agent-preflight.sh --fail-on-skip` SKIPPED both `commit-trailers` and `commit-style`, because `origin/main` was not an ancestor of this head. A SKIP reports nothing about this tree, so neither gate had read it. This merge is what lets them run. `origin/main` is `04f1cead6f94c01f8fd4e669148f7a9dbcf0b132`. The five commits are a container-publish repair (#1560), a BPE row close (#1558), two README edits (#1554, #1302), and a clock-gate spec (#1553). They touch 19 files, and three of them are files this pull request also edits: `.agents/issue-index.md`, `docs/BENCHMARKS.md` and `docs/STATUS.md`. `git merge-tree --write-tree` reported no conflict on any of the three, and the append-only and public-document gates are rerun on the merge result rather than assumed from that report. FOLLOWING_AGENTS_PROTOCOL Following-Agents-Protocol: true AI-Assisted: true Assisted-by: AGENT:claude-opus-5 [claude-code]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Verification
python3 scripts/check-readme-structure.pypython3 scripts/check-doc-checkpoint.pypython3 scripts/check-supported-models.pypython3 scripts/check-public-doc-tables.pypython3 scripts/check-agent-record.pypython3 scripts/check-model-checklist.pypython3 scripts/check-site.pypython3 -m unittest tests.scripts.test_check_readme_structure tests.scripts.test_doc_checkpoint tests.scripts.test_check_supported_models tests.scripts.test_check_public_doc_tables(141 tests)The full staged preflight also ran. Its documentation and record gates passed. Two environment-only checks could not start because this host has neither PyYAML nor CMake.
FOLLOWING_AGENTS_PROTOCOL
Assisted-by: Codex:gpt-5 [Codex]