/** * One-line description per help topic, shown in the `axm help` index table. * * Hand-curated — keep entries short and index-friendly. The `satisfies` clause * makes `tsc` fail when a topic file is added without a description here, or * when a description outlives the topic it described. */ export declare const HELP_TOPIC_DESCRIPTIONS: { readonly "getting-started": "Set up AXM in a new workspace and install your first extension."; readonly "basic-usage": "Everyday commands for installing, updating, and removing extensions."; readonly "machine-output": "JSON stdout documents, NDJSON stderr events, envelopes, and field nesting."; readonly "git-hooks": "Run AXM against the exact Git index from common hook managers and CI."; readonly authoring: "How to write registry-facing extension descriptions, keywords, and READMEs."; readonly skills: "How skill extensions work and how AXM installs and manages them."; readonly "skill-schema": "JSON Schema for a skill extension manifest."; readonly subagents: "How subagent extensions work and how AXM installs and manages them."; readonly "subagent-schema": "JSON Schema for a subagent extension manifest."; readonly packs: "How packs bundle multiple extensions for one-step install."; readonly publish: "Authored-only selection, archive construction, and immutable-version verification."; readonly "pack-schema": "JSON Schema for a pack manifest."; readonly "package-extensions": "How AXM links registry extensions to ecosystem packages."; readonly rules: "How Rule extensions contribute managed guidance to workspace instructions."; readonly instructions: "How AXM propagates one canonical instruction file to configured agents."; readonly "rule-schema": "JSON Schema for a rule extension manifest."; readonly hooks: "How hook extensions run on agent lifecycle events and how AXM installs and manages them."; readonly knowledge: "How AXM validates, projects, and synchronizes Knowledge bundles."; readonly "hook-schema": "JSON Schema for a hook extension manifest."; readonly "knowledge-schema": "JSON Schema for an Open Knowledge Format bundle manifest."; readonly environment: "Environment controls, precedence, side effects, and automation safety."; readonly settings: "What AXM tracks in project axm.json and user-scope settings."; readonly "workspace-state": "How desired, accepted-resolution, and observed state drive reconciliation."; readonly "settings-schema": "JSON Schema for AXM workspace settings."; readonly mcps: "How MCP server extensions work and how AXM installs and manages them."; readonly "mcp-schema": "JSON Schema for an MCP server manifest."; readonly "axm-lock-schema": "JSON Schema for the AXM lockfile."; readonly "agent-extensions-schema": "JSON Schema for portable agentExtensions package metadata."; readonly "exit-codes": "Exit codes returned by AXM commands and what each one means."; readonly upgrade: "How AXM selects, verifies, delegates, and rolls back CLI upgrades."; }; //# sourceMappingURL=help-topic-descriptions.d.ts.map