From ea4c99bc73348fcf6cdd33159d017047a8f1c016 Mon Sep 17 00:00:00 2001 From: iamtoruk Date: Mon, 27 Jul 2026 10:19:15 -0700 Subject: [PATCH] =?UTF-8?q?chore(core):=20publish-ready=20manifest=20?= =?UTF-8?q?=E2=80=94=20real=20description,=20public=20access?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The description still carried the Phase 1 skeleton text and wrongly named pricing as core content (pricing is host-side by design). publishConfig access=public is required for the scoped package's first publish. --- packages/core/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index c3ab7ab1..f46f3bd8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@codeburn/core", "version": "0.9.19", - "description": "Shared, provider-agnostic core for CodeBurn (parsing, pricing, models). Skeleton — populated in later phases of the core extraction.", + "description": "Pure decode/detect engine for CodeBurn: provider session-log decoding, content-minimized observations, and detector contracts. No I/O, no pricing \u2014 hosts supply both.", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -198,6 +198,9 @@ "zod-to-json-schema": "^3.24.1" }, "author": "AgentSeal ", + "publishConfig": { + "access": "public" + }, "license": "MIT", "repository": { "type": "git",