-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdub.sdl
More file actions
26 lines (22 loc) · 857 Bytes
/
Copy pathdub.sdl
File metadata and controls
26 lines (22 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name "cydo"
description "CyDo - Multi-agent orchestration with Claude Code"
targetType "executable"
targetPath "build"
sourcePaths "source"
excludedSourceFiles "source/cydo/agent/protocol_codegen.d"
dependency "ae" version="~>0.0.3817"
dependency "ae:sqlite" version="~>0.0.3817"
dependency "ae:openssl" version="~>0.0.3817"
dependency "ae:zlib" version="~>0.0.3817"
dependency "configy" version="~>2.2.0"
dependency "djinja" repository="git+https://github.com/VPanteleev-sym/djinja.git" version="~master"
subPackage {
name "protocol-codegen"
description "CTFE-based TypeScript codegen for cydo.protocol structs"
targetType "executable"
targetPath "build"
sourcePaths "source/cydo/agent/codegen_only"
importPaths "source"
sourceFiles "source/cydo/protocol/package.d" "source/cydo/agent/protocol_codegen.d"
dependency "ae" version="~>0.0.3817"
}