Context
CollectionEntityMap registers Skills, Templates, and Log collections but no corresponding facade classes exist.
Problem
- AgentsCollection, DecisionsCollection, RoutingCollection, TeamCollection exist
- SkillsCollection, TemplatesCollection, LogCollection are missing
- The type map promises collections that can't be accessed via SquadState
Expected
Add facade classes for the remaining 3 collections and wire them into SquadState.
Files
packages/squad-sdk/src/state/collections.ts
packages/squad-sdk/src/state/squad-state.ts
test/state/squad-state.test.ts
Source
Flight's Phase 2 review
Context
CollectionEntityMap registers Skills, Templates, and Log collections but no corresponding facade classes exist.
Problem
Expected
Add facade classes for the remaining 3 collections and wire them into SquadState.
Files
packages/squad-sdk/src/state/collections.tspackages/squad-sdk/src/state/squad-state.tstest/state/squad-state.test.tsSource
Flight's Phase 2 review