feat: unwrap session namespaces to flat exports + barrel

This commit is contained in:
Kit Langton
2026-04-15 23:14:55 -04:00
parent b0eae5e12f
commit a83e989ffa
54 changed files with 5025 additions and 5039 deletions
@@ -1,6 +1,6 @@
import { test, expect, describe } from "bun:test"
import { extractResponseText, formatPromptTooLargeError } from "../../src/cli/cmd/github"
import type { MessageV2 } from "../../src/session/message-v2"
import type { MessageV2 } from "../../src/session"
import { SessionID, MessageID, PartID } from "../../src/session/schema"
// Helper to create minimal valid parts