mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-02 21:04:57 +00:00
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:
parent
d8ea608f8d
commit
ea4c99bc73
1 changed files with 4 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue