Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 30, 2026

Documentation diverged from implementation. Ten CLI options were undocumented, version references were hardcoded, and wildcard support was incorrectly marked as unsupported.

Changes

CLI Option Documentation

  • Added 6 missing options to docs/usage.md: --container-workdir, --image-registry, --image-tag, --proxy-logs-dir, --allow-host-ports, --enable-chroot
  • Added 4 missing options to docs-site/src/content/docs/reference/cli-reference.md: --agent-image, --enable-host-access, --allow-host-ports, --proxy-logs-dir

Version Reference

  • Changed hardcoded 0.1.0 in quickstart to dynamic example to prevent staleness

Wildcard Support

  • Removed incorrect "No wildcard syntax" limitation from quickstart
  • Added wildcard pattern examples (*.github.com, api-*.example.com)

Verified Accurate

  • Network topology (172.30.0.0/24), chroot mode, SSL bump, logs subcommands, GitHub Actions integration, architecture, compatibility matrix
Original prompt

Technical Documentation Review: Audit and update all documentation files to ensure they accurately reflect the current state of the repository. This includes:

  1. Review README.md for accuracy with current CLI options and features
  2. Verify docs/*.md files match actual implementation
  3. Ensure the new --enable-chroot feature is properly documented across all relevant docs
  4. Check that code examples in documentation are working and up-to-date
  5. Update any outdated installation instructions or version references
  6. Add missing documentation for any undocumented features

Focus on consistency and accuracy between docs and actual codebase.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits January 30, 2026 20:41
- Update quickstart.md: change version 0.1.0 to current version
- Update usage.md: add missing CLI options (container-workdir,
  image-registry, image-tag, proxy-logs-dir, allow-host-ports,
  enable-chroot)
- Remove incorrect wildcard limitation from quickstart.md
- Add wildcard pattern examples to quickstart.md

Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Add missing options to docs-site CLI reference:
- --agent-image
- --enable-host-access
- --allow-host-ports
- --proxy-logs-dir

Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot AI changed the title [WIP] Audit and update technical documentation files docs: audit and update documentation for CLI accuracy Jan 30, 2026
@Mossaka
Copy link
Collaborator

Mossaka commented Feb 3, 2026

@copilot please merge origin/main

Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
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.

2 participants