• Joined on 2026-09-08
admin pushed to feat/kernelize-cube-rawblock at cubelinux/cubelinux 2026-09-21 20:56:15 +00:00
61845912aa Two gates that were lying about the store, one in each direction
admin pushed to feat/kernelize-cube-rawblock at cubelinux/cubelinux 2026-09-21 09:03:44 +00:00
00c570bb76 README: the claims that are no longer not-yet-true
admin pushed to feat/kernelize-cube-rawblock at cubelinux/cubelinux 2026-09-21 08:36:55 +00:00
549d62f16a The front page, updated for the build that is actually running
admin pushed to feat/kernelize-cube-rawblock at cubelinux/cubelinux 2026-09-21 08:33:43 +00:00
e5314b545b The Addressed Store: a whitepaper for v3
c2c4a92f8b verify-enum-cost.sh: fold twice, because folding once is not a layout
c0c6b410a9 verify-enum-cost.sh: a failed fold is not a cost result
17121c5ce7 cube-format: the userspace side of the shared file, and the tests that keep it honest
c77996329f userspace reads v3: one store, two layouts, and a fixture the kernel wrote
Compare 81 commits »
admin pushed to feat/kernelize-cube-rawblock at cubelinux/cubelinux 2026-09-13 00:44:37 +00:00
c90964e7cb whitepaper: revise post 4 to lead with the key-layout correspondence; fix listing div
admin pushed to feat/kernelize-cube-rawblock at cubelinux/cubelinux 2026-09-13 00:37:01 +00:00
cf865390d3 whitepaper: publish post 4 (The Memory Dial - local frontier inference)
admin pushed to feat/kernelize-cube-rawblock at cubelinux/cubelinux 2026-09-10 18:48:24 +00:00
29aff12940 whitepaper: publish post 3 (CUBE Integration into ESP32 Modules); sync posts 1-2 to live
67b768f202 gitignore: exclude site-mirror/ (read-only mirror of the live cubelinux.com docroot)
Compare 2 commits »
admin pushed to feat/os-kernel-in-cube at cubelinux/cubelinux-2 2026-09-08 11:46:09 +00:00
b47a5df1b2 tools/cube-notes-agent: dedupe findings by ISSUE (not just coord)
admin pushed to feat/kernelize-cube-rawblock at cubelinux/cubelinux 2026-09-08 11:31:37 +00:00
781dd3465f gitignore: exclude html/files/ (uploaded site media, not source)
admin pushed to feat/os-kernel-in-cube at cubelinux/cubelinux-2 2026-09-08 11:27:16 +00:00
d84f87e7bb tools: cube-notes-agent (headless notes<->model review agent) + integration README
bd3e3c0512 cubesys/notes: note tag <coord> <cat> (in-place recategorize); close out the notes -> model CUBE integration + error-tracing from prior run data saved in CUBE
Compare 2 commits »
admin pushed to feat/os-kernel-in-cube at cubelinux/cubelinux-2 2026-09-08 09:35:00 +00:00
8c66478a42 cubesys/cube-notes-mcp: project resume + context. 'cube project resume <name> <text>' sets a resume marker (note category=resume, associated to the project); 'cube project context <name>' emits a compact 'where we are' summary (latest notes + resume marker) for context injection into a new session. MCP tools project_resume/project_context added. 5 notes tests pass.
admin pushed to feat/os-kernel-in-cube at cubelinux/cubelinux-2 2026-09-08 09:29:29 +00:00
18f8eb9b4a cubesys/cubecli/cube-notes-mcp: note categories + project threads. notes use doc_type 'note:<category>' for categories and associate to a 'project' record (linked_records) for project threads; cube note add|list|search accept --project/--cat/--since/--until; new 'cube project list' + 'cube project show <coord>' (walk a project's thread). MCP server exposes note_write/list/search/show + project_list/project_show. 4 notes tests pass; workspace check green.
admin pushed to master at cubelinux/cubelinux-2 2026-09-08 09:14:50 +00:00
1fba5003e7 Add CUBELinux LICENSE (personal/non-commercial free; commercial use requires a separate license)
admin pushed to master at cubelinux/cubelinux 2026-09-08 09:14:50 +00:00
69b4e34ba3 Add CUBELinux LICENSE (personal/non-commercial free; commercial use requires a separate license)
admin pushed to feat/os-kernel-in-cube at cubelinux/cubelinux-2 2026-09-08 08:02:23 +00:00
15dd4c48a4 cube-notes-mcp: stdio MCP server exposing the cubesys::notes CLI (cube note add|list|search|show) as model-facing mcp__cubenotes__note_* tools for the DeepSeek Harness <-> CUBE session message path.
admin pushed to feat/os-kernel-in-cube at cubelinux/cubelinux-2 2026-09-08 08:01:08 +00:00
a601710d50 cubesys/cubecli: session note/message-save-path (notes) — WordFlags-tagged CZYX note log (doc_type=note, per-session owner + created_at day), store_note/list/search/show + note_command dispatcher, durable CubeStore+WAL+checkpoint; cube note add|list|search|show. New cubesys::notes module w/ 3 tests; workspace check green.