No description
This repository has been archived on 2026-05-29. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Go 91.3%
  • Shell 5.2%
  • Makefile 3.5%
Find a file
Kai Siren db331fcbff
Some checks failed
ci / test (push) Has been cancelled
ci / lint (push) Has been cancelled
ci / govulncheck (push) Has been cancelled
ci / docs (push) Has been cancelled
codeql / analyze (go) (push) Has been cancelled
pages / build (push) Has been cancelled
pages / deploy (push) Has been cancelled
chore: clean up code-comments violations (closes #41)
Bump the agentic-os pre-commit suite to v0.2.8 and walk every flagged
file. Package godoc and multi-line block comments collapsed to the
2-line cap; durable detail moved into docs/webdocs-package.md and
docs/layout-package.md with one-line pointers at the source.

Side-effects in the same commit per AGENTS.md sweep rule:

- .claude/lockdown-deny.sh: trimmed the auto-generated header to fit
  the 2-line cap (regenerate via `coily lockdown --apply --replace`
  pulls in the new shape upstream).
- .claude/settings.json: end-of-file-fixer trailing newline.
- scripts/check-godoc-current.sh: normalize trailing newlines so
  end-of-file-fixer and the godoc snapshot stop fighting.
- layout/example_test.go: collapse multi-line `// Output:` block to a
  single-line check so the Example function stays valid.

Skipped via SKIP env: catalog-doc-size, catalog-trifecta,
documentation-layout. Those expose pre-existing violations
(duplicate CODE_OF_CONDUCT.md over 4000 chars, examples/*/README.md
outside the allow-list, AGENTS.md missing standard H2 sections)
that are out of scope for the code-comments cleanup and need
separate follow-ups.
2026-05-25 20:10:58 -07:00
.agent-guard rename: update cross-repo refs after coilyco-ai to agentic-os-kai 2026-05-15 02:28:15 -07:00
.claude chore: clean up code-comments violations (closes #41) 2026-05-25 20:10:58 -07:00
.github chore(ci): remove codex-review-gate + undraft-and-poke-codex workflows 2026-05-16 15:42:13 -07:00
deploy Add deploy/Caddyfile.example + hosting note 2026-05-13 05:01:56 -07:00
docs chore: clean up code-comments violations (closes #41) 2026-05-25 20:10:58 -07:00
examples chore: clean up code-comments violations (closes #41) 2026-05-25 20:10:58 -07:00
layout chore: clean up code-comments violations (closes #41) 2026-05-25 20:10:58 -07:00
scripts chore: clean up code-comments violations (closes #41) 2026-05-25 20:10:58 -07:00
.gitignore Repository hygiene sweep: tier-A + CONTRIBUTING + godoc-current + auto-merge 2026-05-13 05:48:23 -07:00
.golangci.yaml Adopt coily's strict .golangci.yaml + pre-commit 2026-05-13 05:59:44 -07:00
.pre-commit-config.yaml chore: clean up code-comments violations (closes #41) 2026-05-25 20:10:58 -07:00
AGENTS.md chore: complete trifecta + re-enable catalog-doc-size + catalog-trifecta 2026-05-15 23:43:44 -07:00
CODE_OF_CONDUCT.md Adopt Contributor Covenant 2.1 as Code of Conduct 2026-05-13 05:31:36 -07:00
CONTRIBUTING.md Move .coily/coily.yaml to .agent-guard/agent-guard.yaml 2026-05-14 06:52:26 -07:00
example_test.go chore: clean up code-comments violations (closes #41) 2026-05-25 20:10:58 -07:00
go.mod Bump the go-deps group across 1 directory with 2 updates (#21) 2026-05-13 17:22:46 +00:00
go.sum Bump the go-deps group across 1 directory with 2 updates (#21) 2026-05-13 17:22:46 +00:00
godoc-current.txt chore: clean up code-comments violations (closes #41) 2026-05-25 20:10:58 -07:00
LICENSE Scaffold cli-web-docs: static HTML doc generator for urfave/cli v3 2026-05-13 04:29:12 -07:00
Makefile Repository hygiene sweep: tier-A + CONTRIBUTING + godoc-current + auto-merge 2026-05-13 05:48:23 -07:00
mkdocs-requirements.txt Add mkdocs (urfave palette) + docs CI verification 2026-05-13 05:28:44 -07:00
mkdocs.yml Repository hygiene sweep: tier-A + CONTRIBUTING + godoc-current + auto-merge 2026-05-13 05:48:23 -07:00
README.md chore: complete trifecta + re-enable catalog-doc-size + catalog-trifecta 2026-05-15 23:43:44 -07:00
SECURITY.md Add SECURITY.md (urfave shape) + nav and Support links 2026-05-13 05:36:33 -07:00
staticcheck.conf Adopt urfave-shaped README + trifecta + staticcheck.conf 2026-05-13 05:23:19 -07:00
webdocs.go chore: clean up code-comments violations (closes #41) 2026-05-25 20:10:58 -07:00
webdocs_test.go Drop MetadataKeys from tests and example after refactor 2026-05-13 04:43:58 -07:00

cli-web-docs

Go Reference Go Report Card Tests status

cli-web-docs is a static HTML documentation generator for urfave/cli v3 command trees, featuring:

  • canonical Markdown from urfave/cli-docs, rendered to HTML by goldmark
  • single-page or per-command output via Options.PerPage
  • shared layout subpackage (also consumed by cli-web-ops) so docs + ops pages read as one site
  • dark-mode-aware default stylesheet, fully overridable via Options.CSS
  • pure Go, no JavaScript in the generated output
  • pairs with any static host (GitHub Pages, S3, Caddy via deploy/Caddyfile.example)

Documentation

See docs/FEATURES.md for a feature inventory and examples/ for four runnable demos (render, multi-page, custom-theme, deep-tree). Local dev verbs live in .agent-guard/agent-guard.yaml; agent-guard lint validates that against the Makefile.

Support

If you found a bug or have a feature request, create a new issue. Participation in this community is governed by the Code of Conduct. Security disclosures go through SECURITY.md.

Sibling repos in the cli-* family: cli-guard, cli-mcp, cli-web-ops.

License

See LICENSE.

See also

Cross-reference convention from coilysiren/agentic-os#59.