Skip to content

Conversation

@Snider
Copy link
Owner

@Snider Snider commented Nov 2, 2025

No description provided.

This change adds a 'docs/README.md' file with command-line documentation and an 'examples' directory containing scripts to demonstrate the tool's usage. It also includes a Go program to inspect the contents of a DataNode.
This change introduces the "Terminal Isolation Matrix", a new output format that creates a runc-compatible container bundle. This allows for the collected files to be run in an isolated environment. A --format flag has been added to all collect commands to support this new format.
This change enhances the 'serve' command to support serving files directly from a Terminal Isolation Matrix. It introduces a new 'pkg/tarfs' package that provides an http.FileSystem implementation for tar archives, allowing for a "passthrough" server that serves files directly from the Matrix bundle.
This change introduces optional compression to the `collect` commands. Users can now specify `--compression` with `gz` or `xz` to compress the output. The `serve` command has also been enhanced to transparently decompress and serve these files.
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 2, 2025

Warning

Rate limit exceeded

@Snider has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 3 minutes and 41 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between a1b2904 and 5a864a9.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (17)
  • cmd/collect_github_repo.go (4 hunks)
  • cmd/collect_pwa.go (4 hunks)
  • cmd/collect_website.go (4 hunks)
  • cmd/serve.go (2 hunks)
  • docs/README.md (1 hunks)
  • examples/collect_github_repo.sh (1 hunks)
  • examples/collect_pwa.sh (1 hunks)
  • examples/collect_website.sh (1 hunks)
  • examples/compress_datanode.sh (1 hunks)
  • examples/create_matrix.sh (1 hunks)
  • examples/inspect_datanode.go (1 hunks)
  • examples/serve_matrix.sh (1 hunks)
  • go.mod (1 hunks)
  • pkg/compress/compress.go (1 hunks)
  • pkg/matrix/config.go (1 hunks)
  • pkg/matrix/matrix.go (1 hunks)
  • pkg/tarfs/tarfs.go (1 hunks)
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch add-docs-and-examples

Comment @coderabbitai help to get the list of available commands and usage tips.

@Snider Snider merged commit 86585a6 into main Nov 2, 2025
3 checks passed
@Snider Snider deleted the add-docs-and-examples branch November 2, 2025 14:22
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