Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .agents/roadmap_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ issue is not yet placed. Keyed record: update in place, never append.
| [#374](https://github.com/mudler/vllm.cpp/issues/374) | `ENG-NOW-DERIVED` | NOW.md is still a surface every PR must write: the doc-checkpoint gate marches them into it | bug |
| [#364](https://github.com/mudler/vllm.cpp/issues/364) | `ENG-RECORD-CONFLICT-SURFACES` | Shared record surfaces are a lock: 16/29 open PRs conflict, 13 of them in bookkeeping only | bug |
| [#460](https://github.com/mudler/vllm.cpp/issues/460) | `ENG-RECORD-CONFLICT-SURFACES` | `docs/BENCHMARKS.md` cannot be compacted: `check_links` validates links inside fenced blocks, so no row with a `docs/`-relative link can be archived byte-for-byte | bug |
| [#495](https://github.com/mudler/vllm.cpp/issues/495) | `ENG-RECORD-CONFLICT-SURFACES` | The gate and the rollup disagree on what a section is: `_h2_headers` ignores code fences, so the failure it reports has a remedy that does nothing | bug |
| [#498](https://github.com/mudler/vllm.cpp/issues/498) | `ENG-RECORD-CONFLICT-SURFACES` | `README.md` has 35 chars of headroom: `MAX_README_CHARS` is the same whole-file lock retired three times already, and one commit already landed 52 over | bug |
| [#507](https://github.com/mudler/vllm.cpp/issues/507) | `ENG-RECORD-CONFLICT-SURFACES` | `_prose_paragraphs` excludes any line starting with `*`, so an EMPHASIS-lead prose wall is counted by nothing; closing it turns four already-shipped `docs/BENCHMARKS.md` paragraphs red | bug |
| [#117](https://github.com/mudler/vllm.cpp/issues/117) | `ENG-RELEASE-WINDOWS` | Binary release, including requested native Windows CPU/AVX2 and Vulkan bundles | feature |
| [#447](https://github.com/mudler/vllm.cpp/issues/447) | `ENG-RELEASE-WINDOWS` | Native Windows release PR exposed stale version and archive-format contracts in hosted CI | bug |
| [#503](https://github.com/mudler/vllm.cpp/issues/503) | `ENG-RELEASE-WINDOWS` | `main` does not compile under MSVC (`test_cpu_isa_x86.cpp` lacks `<ostream>`), and `main-baseline.py` reports GREEN because `windows-msvc-*` are PR-only jobs its lane never runs | bug |
| [#448](https://github.com/mudler/vllm.cpp/issues/448) | `ENG-RELEASE-WINDOWS` | PR #446 device-leakage repair violates the per-commit documentation checkpoint | bug |
| [#450](https://github.com/mudler/vllm.cpp/issues/450) | `ENG-RELEASE-WINDOWS` | PR #446 archive-target repair lacks its usage projection | bug |
| [#453](https://github.com/mudler/vllm.cpp/issues/453) | `ENG-RELEASE-WINDOWS` | PR #446 exact-range gate lacks closed creation evidence for its new Windows checkers | bug |
Expand Down
Loading
Loading