1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

Add durable portable graph publication

This commit is contained in:
Andraxion 2026-07-29 11:37:33 -04:00
parent 96e3965855
commit 1134c2d375
19 changed files with 2542 additions and 13 deletions

View file

@ -66,8 +66,10 @@ PUBLIC_IMPORTS = {
"docforge.index": ("ProjectIndex",),
"docforge.graph_projection": (
"GraphViewRequestV1",
"build_graph_projection_package",
"build_graph_view_plan",
),
"docforge.graph_rendering": ("GraphRenderService",),
"docforge.manual_projection": (
"build_manual_projection_package",
"build_manual_render_plan",
@ -116,6 +118,7 @@ PUBLIC_IMPORTS = {
"renderer_for",
),
"docforge_renderers.manual": ("ManualHtmlRenderer",),
"docforge_renderers.graph": ("PortableGraphHtmlRenderer",),
}
EXPECTED_ENTRY_POINTS = {
@ -135,6 +138,9 @@ EXPECTED_CLI_COMMANDS = {
"doctor",
"filter",
"generation-diff",
"graph-plan",
"graph-render",
"graph-render-status",
"impact",
"info",
"onboard",