Open
Conversation
Defines the nullhub report feature: CLI command + Web UI + API for creating GitHub issues with auto-collected system data across all 5 ecosystem repos, with gh/curl/fallback submission chain.
8-task plan covering CLI types, core module, interactive CLI, API endpoints, Web UI page, label creation, and verification.
- report.zig: fix memory leaks in collectInstalledComponents and tryCurlCreate, add RFC 8259 control char escaping to writeJsonEscaped - report_cli.zig: fix message and URL memory leaks, require --yes for non-TTY submission - api/report.zig: add status field to error responses, add tests for invalid type, handleSubmit bad request, and repo mapping - cli.zig: add exhaustive tests for toGithubRepo, displayName, issuePrefix - +page.svelte: add clipboard fallback for non-secure contexts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
nullhub reportwith interactive and non-interactive issue creation for nullhub, nullclaw, nullboiler, nulltickets, and nullwatch/api/reportplus a new/reportUI flow with editable previews, structured bug/feature drafts, and system info prefillVerification
zig build testzig buildnpm --prefix ui run build./zig-out/bin/nullhub report --repo nullhub --type bug:behavior --message "Broken report flow" --dry-run./zig-out/bin/nullhub report --repo nullhub --type feature --message "Need better report drafts" --dry-run