@@ -1406,21 +1406,21 @@ Completed 2026-03-22. Three new skill systems:
14061406** Goal:** In-app issue/feedback submission with API key scrubbing, error log attachment, and module hub routing.
14071407
14081408** Issue Types:**
1409- - [ ] Bug report — auto-attaches error logs, system info, repro steps template
1410- - [ ] Feature request — description + priority selector
1411- - [ ] Feedback — free-text with rating (1-5 stars)
1412- - [ ] Module submission — select existing module or propose new, routes to BigEd-ModuleHub repo
1409+ - [x ] Bug report — auto-attaches error logs, system info, repro steps template
1410+ - [x ] Feature request — description + priority selector
1411+ - [x ] Feedback — free-text with rating (1-5 stars)
1412+ - [x ] Module submission — select existing module or propose new, routes to BigEd-ModuleHub repo
14131413
14141414** Submission Flow:**
1415- - [ ] "Report Issue" sidebar button opens submission dialog (replaces current minimal flow)
1416- - [ ] Type selector: Bug / Feature / Feedback / Module Submission
1417- - [ ] Auto-populate: BigEd version, OS, Python version, Ollama status, fleet status
1418- - [ ] Error log attachment: auto-collects last 50 lines from active log, user can edit before submit
1419- - [ ] API key scrubbing: scan submission text + logs for API key patterns, redact before send
1420- - [ ] Screenshot attachment: optional, uses existing screenshot skill
1421- - [ ] Module submission: dropdown of installed modules + "New Module" option, routes to BigEd-ModuleHub
1422- - [ ] Submit via GitHub Issues API (gh CLI) or fallback to open browser with pre-filled URL
1423- - [ ] Local backup: save copy to ` fleet/knowledge/reports/issue_<date>.json ` even if GitHub fails
1415+ - [x ] "Report Issue" sidebar button opens submission dialog (replaces current minimal flow)
1416+ - [x ] Type selector: Bug / Feature / Feedback / Module Submission
1417+ - [x ] Auto-populate: BigEd version, OS, Python version, Ollama status, fleet status
1418+ - [x ] Error log attachment: auto-collects last 50 lines from active log, user can edit before submit
1419+ - [x ] API key scrubbing: scan submission text + logs for API key patterns, redact before send
1420+ - [x ] Screenshot attachment: optional, uses existing screenshot skill
1421+ - [x ] Module submission: dropdown of installed modules + "New Module" option, routes to BigEd-ModuleHub
1422+ - [x ] Submit via GitHub Issues API (gh CLI) or fallback to open browser with pre-filled URL
1423+ - [x ] Local backup: save copy to ` fleet/knowledge/reports/issue_<date>.json ` even if GitHub fails
14241424
14251425** Key Scrubbing Patterns:**
14261426- ` sk-ant-* ` , ` sk-* ` (Anthropic)
@@ -1434,10 +1434,10 @@ Completed 2026-03-22. Three new skill systems:
14341434
14351435** Goal:** README auto-opens only for new users, accessible on demand after walkthrough completion.
14361436
1437- - [ ] First-launch only: VSCODE_README.md auto-opens until walkthrough completed, then stops
1438- - [ ] Settings button: "Open VS Code Help" in Settings > General opens README in VS Code
1439- - [ ] fleet-control.md skill: respond to "BigEd help" prompt with README content (scoped to BigEd projects only, not global Claude)
1440- - [ ] Walkthrough completion flag in settings.json gates the auto-open behavior
1437+ - [x ] First-launch only: VSCODE_README.md auto-opens until walkthrough completed, then stops
1438+ - [x ] Settings button: "Open VS Code Help" in Settings > General opens README in VS Code
1439+ - [x ] fleet-control.md skill: respond to "BigEd help" prompt with README content (scoped to BigEd projects only, not global Claude)
1440+ - [x ] Walkthrough completion flag in settings.json gates the auto-open behavior
14411441
14421442---
14431443
0 commit comments