fix(bridge): rawRPC direct polling + SDK analysis docs + trial-and-error log
- Root cause: getDiagnostics.lastStepIndex is stale, SDK EventMonitor cannot detect real-time step changes
- Fix: Direct rawRPC('GetCascadeTrajectorySteps') polling every 5s
- Relay: PLANNER_RESPONSE, NOTIFY_USER, TASK_BOUNDARY, WAITING steps
- Added: docs/discord-bridge-analysis.md (full SDK architecture analysis)
- Added: docs/devlog/entries/20260308-003.md (trial-and-error history)
- Added: antigravity-sdk-main/ source reference
- Vikunja: #252 done, #253 created, #251 commented
This commit is contained in:
9
antigravity-sdk-main/src/transport/index.ts
Normal file
9
antigravity-sdk-main/src/transport/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Transport module re-exports.
|
||||
* @module transport
|
||||
*/
|
||||
|
||||
export { CommandBridge, AntigravityCommands } from './command-bridge';
|
||||
export { StateBridge, USSKeys } from './state-bridge';
|
||||
export { EventMonitor, type IStateChange } from './event-monitor';
|
||||
export { LSBridge, Models, type ModelId, type IHeadlessCascadeOptions, type ISendMessageOptions } from './ls-bridge';
|
||||
Reference in New Issue
Block a user