Skip to content

Conversation

@marcus
Copy link
Owner

@marcus marcus commented Feb 5, 2026

Summary

  • Adds doc.go files with package-level doc comments to the 5 remaining packages: internal/adapter, internal/plugins/conversations, internal/tty, internal/ui, and cmd/sidecar
  • Completes 100% package-level documentation coverage (the prior commit be3a0f5 covered 26 packages)
  • Follows the established 1-3 line // Package <name> ... convention

Test plan

  • go build ./... passes
  • go test ./... passes (all tests pass, no regressions)

🤖 Generated with Claude Code

marcus and others added 4 commits February 4, 2026 19:36
Add doc.go files with concise package descriptions to support godoc
and pkg.go.dev discoverability. Covers core, adapter, and plugin packages.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Complete 100% package-level documentation coverage by adding doc.go
files to adapter, conversations, tty, ui, and cmd/sidecar.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add dedicated doc.go files for adapter/cache, adapter/testutil,
adapter/tieredwatcher, fdmonitor, and features. Move inline package
comments from source files to doc.go for consistency with the rest of
the codebase. This completes 100% package-level documentation coverage.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@marcus marcus merged commit db6be50 into main Feb 5, 2026
@marcus marcus deleted the docs/add-remaining-package-doc-comments branch February 5, 2026 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant