/** * Commands whose behavior reads or mutates one selected installed-state root. * Command-tree tests enforce that every entry exposes the shared scope flag. */ export declare const INSTALLED_STATE_SCOPE_COMMANDS: readonly ["axm setup", "axm install", "axm uninstall", "axm update", "axm sync", "axm lint", "axm list", "axm agents list", "axm agents add", "axm agents remove", "axm mcps add", "axm mcps import", "axm instructions", "axm instructions enable", "axm instructions disable", "axm knowledge concepts resolve", "axm knowledge concepts search", "axm knowledge concepts query", "axm knowledge concepts get", "axm knowledge concepts related", "axm knowledge concepts status", "axm knowledge lint", "axm packs unpack", ...string[]]; /** * Commands that create or change project-owned authoring state. They never * accept a scope selector; help must state the project-workspace boundary. */ export declare const PROJECT_ONLY_AUTHORING_COMMANDS: readonly ["axm adopt", "axm demote", "axm version", "axm publish", "axm fork", "axm skills import", "axm subagents import", "axm packs add", "axm packs remove", ...string[]]; //# sourceMappingURL=scope-contract.d.ts.map