You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What
Docs-only honesty sweep — four doc-vs-reality overclaims in the
flagship, each corrected to the ground-truth (verified against the
actual `Project.toml` / filesystem so no fix smuggles in a *new* wrong
claim).
| Gap | File | Was (false) | Now (true) |
|---|---|---|---|
| **G11** | `EXPLAINME.adoc` | `AcceleratorGate` + `JSON3` listed as
hard deps; "13 weak dependencies" | AcceleratorGate is **vendored**
(`src/vendored/`); JSON3 was **removed**. Real: **10** hard deps / **6**
weakdeps / **5** extensions |
| **G12** | `README.md` | "Coprocessor Targets" implied accelerated
execution | Qualifier: detection+dispatch **skeleton**, falls back to
the Julia backend (test log confirms TPU→Julia fallback) |
| **G10** | `REGISTRY-READINESS.md` | "LLM-tell files … ✅ Removed" |
**False** — `0-AI-MANIFEST.a2ml` (a *required* RSR manifest) and
`llm-warmup-*.md` are still present; row corrected to reality |
| **G09** | `EXPLAINME.adoc` | SMT skip unexplained | Documented:
`packages/SMTLib.jl` is monorepo-only/unregistered → `AxiomSMTExt`
doesn't load outside the monorepo → `@prove` degrades to `:unknown` (a
**logged** fallback, not a silent skip) |
Plus design-diary **Entry 0008** (covers the merged G06 HuggingFace
wiring + this sweep).
## Verification
Every corrected number was ground-truthed:
- `[deps]` = 10, `[weakdeps]` =
`AMDGPU/CUDA/KernelAbstractions/Metal/PyCall/SMTLib` (6), `[extensions]`
= 5 — matches the new EXPLAINME text.
- `AcceleratorGate` absent from `Project.toml` +
`src/vendored/AcceleratorGateVendored.jl` present.
- `JSON3` absent from `Project.toml`.
- `0-AI-MANIFEST.a2ml`, `llm-warmup-dev.md`, `llm-warmup-user.md` all
present on disk.
No code changes. All edits are at repo root or
`docs/design-diary/*.adoc` (not `docs/*.md`), so the AsciiDoc-by-default
gate is unaffected; no V-lang tokens.
## Flagged for owner (not touched — rename/delete/policy calls)
- README is `README.md` where the estate rule wants `README.adoc`
(several tooling refs to `README.adoc` currently dangle).
- Whether `llm-warmup-*.md` belong in a *registered* package's root.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---
_Generated by [Claude
Code](https://claude.ai/code/session_01UPFC9YQ7g9gc3VnRox42Q1)_
Co-authored-by: Claude <noreply@anthropic.com>
| LLM-tell files in package root | ⚠ Corrected (were NOT removed): `0-AI-MANIFEST.a2ml` is a **required** RSR machine-readable manifest — kept, not an LLM-tell to remove. `llm-warmup-*.md` remain in root as the estate LLM-warmup convention (same as sibling repos, e.g. `julia-professional-registry`).|
0 commit comments