Phase 7A+7C: Subsystem aggregator + Flow tracer (post-review fixes)
This commit is contained in:
52
test/fixtures/system-docs/expected-subsystems.json
vendored
Normal file
52
test/fixtures/system-docs/expected-subsystems.json
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"subsystems": [
|
||||
{
|
||||
"name": "gateway",
|
||||
"kind": "domain",
|
||||
"files": [
|
||||
"gateway/server.ts",
|
||||
"gateway/session.ts",
|
||||
"gateway/middleware.ts",
|
||||
"gateway/types.ts",
|
||||
"gateway/utils.ts"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "agents",
|
||||
"kind": "domain",
|
||||
"files": [
|
||||
"agents/runner.ts",
|
||||
"agents/scope.ts",
|
||||
"agents/tools.ts",
|
||||
"agents/types.ts",
|
||||
"agents/defaults.ts"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "channels",
|
||||
"kind": "domain",
|
||||
"files": [
|
||||
"channels/telegram.ts",
|
||||
"channels/discord.ts"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "config",
|
||||
"kind": "cross-cutting",
|
||||
"files": [
|
||||
"config/config.ts",
|
||||
"config/types.ts",
|
||||
"config/schema.ts"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "utils",
|
||||
"kind": "cross-cutting",
|
||||
"files": [
|
||||
"utils/logger.ts",
|
||||
"utils/crypto.ts",
|
||||
"utils/fs-helpers.ts"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user