agy-acp-map 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,14 @@
1
+ /**
2
+ * agy-acp-map: Official ACP v1/v2 Bridge for Google Antigravity CLI (agy).
3
+ * Primary entry point for library consumption in Node, Bun, and Electron.
4
+ */
5
+ export { AgyAcpService, createAcpV1App, createAcpV2App, createDualAcpApp, AGENT_INFO, BRIDGE_CAPABILITIES, type SdkSession, } from './agent-sdk.ts';
6
+ export * from './lib/map-agy-to-acp.ts';
7
+ export * from './lib/agy-process.ts';
8
+ export * from './lib/agy-args.ts';
9
+ export * from './lib/soft-deny.ts';
10
+ export * from './lib/prompt-normalize.ts';
11
+ export * from './lib/rich-content.ts';
12
+ export * from './lib/path-allowlist.ts';
13
+ export * from './lib/agy-discovery.ts';
14
+ export * from './lib/session-store.ts';