engine: RAMMAP, NUMA, and telemetry (PR1 of #377 split) - #820
Draft
BColsey wants to merge 1 commit into
Draft
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
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.
Draft successor β supersedes #377. One of three dependent PRs reconstructed file-by-file from the frozen green donor
5f6f31a(onto base72ddb673). Do not merge #377; it is closed as superseded once all three are open + linked.docs/superpowers/specs/2026-08-01-pr-377-stabilization-design.md(PR1, L76-80)docs/superpowers/specs/2026-08-02-pr-377-successor-reconstruction.mdScope
Engine C RAMMAP/NUMA + CUDA accounting, strict telemetry parsing, and their tests/docs. Excludes planning, mounts, lifecycle, benchmark, UI.
c/{colibri.c, backend_cuda.cu, compat.h, st.h, telemetry.h},c/Makefile,c/resource_plan.pyc/openai_server.py(PROF parsing)test_rammap.c,test_resource_masks.c,test_uring.c,test_serve_sentinel.c,test_backend_cuda.cu,test_rammap_e2e.py(parse logic),test_openai_server.py,test_openai_tools_e2e.py,test_fp8_e2e_repack_load.py,test_resource_plan.pydocs/serve_protocol.md,docs/cuda.mdReconstruction work
physical_ssd_validas== "1"(donor usesbool(int(...))); reject non-finite numerics; a malformed known-kind record is a protocol error.docs/serve_protocol.mdnormative at the PROF contract.c/Makefile(test targets here; install rules β PR2) andtest_rammap_e2e.py(parse logic here; live tmpfs cells β PR3).Dependency
None β PR1 is the root.
openai_server.pyis stdlib-only; C tests compile against PR1 headers only.Build verification (subagent worktree)
make -C c checkGREEN end-to-end: C build + 41 test binaries, C suite ALL PASS (0 failures), Python discovery 302 passed / 0 failed / 18 expected skips. Standalone β no PR2/PR3 dependency.