v1.0.0
First stable release: the CLI surface, MCP tool surface, and manifest schema are
now stable and versioned under SemVer. Cut as a major because the vendor-file
output format changed (see Changed).
Added
pack --budget <n>to override the manifest token budget per run, and
pack --exactto count tokens with the bundledgpt-tokenizer(cl100k)
instead of thechars/4estimate.lintnow warns about fragments whose content alone exceeds the budget
(they can never be packed).build --target <name...>to compile only selected vendors
(claude,gemini,agents,cursor).agenticscope schema— generateschema/manifest.schema.jsonfrom the zod
schema for TOML editor autocomplete/validation.agenticscope mcp-config— print ready-to-paste MCP server config per host
(Claude Desktop, Cursor, generic).- MCP server HTTP transport:
agenticscope-mcp --http [port]serves over
Streamable HTTP for remote/hosted use, alongside the default stdio transport.
Changed
- BREAKING: vendor files are now rendered per vendor.
CLAUDE.md/GEMINI.md/
AGENTS.mdget vendor-specific markdown preambles and.cursorrulesis a plain
instruction file (no markdown H1). The old single# Agent context for <name>
header is gone. Re-runagenticscope buildto regenerate.
Security
- MCP
projectarguments are scope-guarded to the workspace root; paths that
escape it (../…, absolute paths outside) are rejected.