export declare const PACKAGE_NAME = "secure-coding-agent"; export declare const VERSION = "0.2.0"; export declare const SECURITY_DEP = "agent-security-policies"; export declare const SECURITY_DEP_VERSION = ">=1.4.2"; export declare const SECURITY_AGENTS: { readonly "claude-code": readonly ["claude", "codex", "antigravity"]; readonly opencode: readonly ["opencode"]; readonly "opencode-omo": readonly ["opencode"]; }; export declare const PIPELINE_SKILLS: readonly ["plan", "code", "review", "report", "full-cycle", "checkpoint", "rollback", "roles", "lint", "security-review"]; export declare const BUILTIN_SKILLS: readonly ["create-skill"]; export declare const OMO_AGENT_FILES: readonly ["archive-note", "barrier-review", "valkyrie-check", "valkyrie-forge"]; export declare const DEFAULT_PERSISTENCE_DIR = ".secure-coding"; export declare const ORCHESTRATION_MARKER = "# Secure Coding Agent Layer"; //# sourceMappingURL=meta.d.ts.map