Decide gen-webdocs fate now that cli-web-docs is archived #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem —
scripts/gen-webdocs/main.goimportsgithub.com/coilysiren/cli-web-docsto render a static HTML CLI reference for every example undersite/cli/<example>/, published atcoilysiren.github.io/cli-guard/cli/. cli-web-docs is archived per agentic-os-kai#365. Go modules don't care about GH archive state, so the script keeps building, but the dependency now points at a frozen upstream.Options
scripts/gen-webdocs/, drop thegen-webdocsverb from.agent-guard/agent-guard.yaml, drop thecoilysiren.github.io/cli-guard/cli/deploy. README's "CLI reference" link goes away. Lightest long-term tail. Reasonable if the published site sees no traffic.scripts/gen-webdocs/directly. No external dep. Costs an afternoon. Worth it only if the published site is load-bearing for cli-guard's discoverability.Recommendation
Default to (1) unless the site has known external readers. If killing the site is on the table at all, (2) beats (3): the inline renderer adds maintenance surface that has to keep pace with goldmark + urfave/cli-docs.
Action
Prior art