- move backend/, clients/, scripts/ to DELETE/ (v0.1 era, replaced by on-device arch) - delete feature/v0.1-backend-and-macos branch - add TaskStore dependency to project.yml - fix ComposeViewModel deinit concurrency, make toMessageSummary public - regenerate Xcode project, verify macOS build succeeds Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
128 B
Swift
10 lines
128 B
Swift
import Testing
|
|
|
|
@Suite("MagnumOpus")
|
|
struct MagnumOpusTests {
|
|
@Test("app launches")
|
|
func appLaunches() {
|
|
#expect(true)
|
|
}
|
|
}
|