From 8a8e3c72a813310e4d2bc86a350649b0e5ef0598 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 9 May 2026 16:28:50 +0300 Subject: [PATCH] docs(agents): align vision note with 0.x toward 1.0 Clarify llm/vision/vision_2.0.md is a historical filename and not a separate product line; extend roadmap bullet. --- AGENTS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 8e10a93..6702f80 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -35,8 +35,8 @@ It is being rebuilt from first principles around four ideas: allocation sites in the optimized LLVM IR. The long-term vision (parallelism, GPU, Newton–Krylov, multiphysics, -billions of DOF) is documented in [`llm/vision/vision_2.0.md`](llm/vision/vision_2.0.md) -(the filename is historical; it is not a shipped “JuliaFEM 2.0” product line). +billions of DOF) is documented in [`llm/vision/vision_2.0.md`](llm/vision/vision_2.0.md). +The filename is historical only; version numbering here is 0.x toward a stable 1.0, and that note captures stretch goals beyond the first stable release rather than a separate product line. --- @@ -269,7 +269,7 @@ The goal is professional engineering documentation, not marketing copy. `test/assemblers/test_dof_based_zero_alloc.jl` - Top-level architecture overview: `src/README.md`. Per-module details: the `README.md` files inside `src//`. -- Vision and roadmap: `llm/vision/vision_2.0.md`. +- Vision and roadmap: `llm/vision/vision_2.0.md` (historical filename; not a release label). ### Documentation doors (which prose to open first)