Add deterministic client integration diagnostics
This commit is contained in:
parent
eb9355b003
commit
fb0df5e4a1
15 changed files with 6193 additions and 18 deletions
|
|
@ -61,6 +61,8 @@ PUBLIC_IMPORTS = {
|
|||
"CanonicalApplicationService",
|
||||
"GenericCanonicalApplier",
|
||||
),
|
||||
"docforge.client_config": ("generate_client_configuration",),
|
||||
"docforge.doctor": ("run_doctor",),
|
||||
"docforge.index": ("ProjectIndex",),
|
||||
"docforge.mcp_server": (
|
||||
"create_project_server",
|
||||
|
|
@ -108,8 +110,10 @@ EXPECTED_CLI_COMMANDS = {
|
|||
"backlinks",
|
||||
"build",
|
||||
"check",
|
||||
"configure",
|
||||
"context",
|
||||
"dependencies",
|
||||
"doctor",
|
||||
"filter",
|
||||
"generation-diff",
|
||||
"impact",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue