chore(core): publish-ready manifest — real description, public access

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.
This commit is contained in:
iamtoruk 2026-07-27 10:19:15 -07:00
parent d8ea608f8d
commit ea4c99bc73

View file

@ -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 <hello@agentseal.org>",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"repository": {
"type": "git",