From a2bd5b04389959d7f0bdd7f9029924847bfa2a35 Mon Sep 17 00:00:00 2001 From: agra Date: Thu, 11 Jun 2026 11:40:08 +0300 Subject: [PATCH] =?UTF-8?q?plan:=20expand=20PLAN-CONST-AGG=20scope=20?= =?UTF-8?q?=E2=80=94=20struct-const=20migration,=20full=20pointer=20const-?= =?UTF-8?q?ness,=20const=20decay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 01786390..dcb048ff 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -573,7 +573,7 @@ Wiring a new bundling step: | `current/PLAN-ERR.md` | **Active** ERR implementation plan (`!` errors, `try` / `catch` / `or` / `onfail`, return traces). | | `current/CHECKPOINT-ERR.md` | **Active** ERR progress tracker. Update after every step. | | `current/PLAN-STDLIB.md` | STDLIB restructure plan — **COMPLETE** (alias carry rule + std/ffi/math layout + full namespace tail). | -| `current/PLAN-CONST-AGG.md` | **Active** aggregate-consts plan (array-typed `::` consts as immutable globals, const-write rejection, comptime folds). Progress tracked in its `## Status` section — no separate checkpoint file. | +| `current/PLAN-CONST-AGG.md` | **Active** aggregate-consts + const-ness plan (array/struct `::` consts as immutable globals, const-write rejection, comptime folds, `*const`/`[]const` with full propagation, const decay/slicing). Progress tracked in its `## Status` section — no separate checkpoint file. | | `implementation_plan.md` | Archive of completed work (closures, protocols, etc.). Do not pick up tasks from here. | | `readme.md` | User-facing language overview — **maintained**. Update it whenever a user-facing sx change lands (new/changed syntax, semantics, gating diagnostics, language behavior), per the docs-track-changes rule. | | `CLAUDE.md` | This file. Session instructions. |