happy-stacks 0.6.1 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/commit-audits/happy/leeroy-wip.commit-inventory.md +4 -4
- package/docs/commit-audits/happy/leeroy-wip.commit-manual-review.md +3891 -231
- package/docs/menubar.md +10 -0
- package/extras/swiftbar/happy-stacks.5s.sh +3 -3
- package/extras/swiftbar/lib/git.sh +10 -1
- package/extras/swiftbar/lib/render.sh +130 -25
- package/extras/swiftbar/lib/utils.sh +96 -0
- package/package.json +1 -1
- package/scripts/completion.mjs +14 -8
- package/scripts/import.mjs +1165 -0
- package/scripts/install.mjs +87 -47
- package/scripts/mobile_dev_client.mjs +11 -6
- package/scripts/monorepo.mjs +76 -0
- package/scripts/setup.mjs +175 -13
- package/scripts/stack.mjs +59 -13
- package/scripts/swiftbar_git_monorepo_cmd.test.mjs +67 -0
- package/scripts/swiftbar_render_monorepo_wt_actions.test.mjs +86 -0
- package/scripts/swiftbar_utils_cmd.test.mjs +84 -0
- package/scripts/test.mjs +30 -2
- package/scripts/utils/cli/cli_registry.mjs +7 -0
- package/scripts/utils/dev/expo_dev.mjs +7 -4
- package/scripts/utils/dev/server.mjs +11 -2
- package/scripts/utils/expo/command.mjs +3 -2
- package/scripts/utils/llm/tools.mjs +19 -0
- package/scripts/utils/paths/paths.mjs +6 -0
- package/scripts/utils/proc/pm.mjs +7 -3
- package/scripts/utils/ui/clipboard.mjs +38 -0
|
@@ -40,16 +40,16 @@ For each commit:
|
|
|
40
40
|
Progress tracking (update manually while auditing):
|
|
41
41
|
|
|
42
42
|
- Auto-triaged commits: `249/249`
|
|
43
|
-
- Manually reviewed commits: `
|
|
44
|
-
-
|
|
45
|
-
- Next
|
|
43
|
+
- Manually reviewed commits: `182/249` (continuing full manual coverage beyond the flagged queue)
|
|
44
|
+
- Last manually reviewed commit: `320a89e19ca0` (157)
|
|
45
|
+
- Next unreviewed commit: `0e2c7928f24c` (159) — bucket `scanner`
|
|
46
46
|
|
|
47
47
|
Current state (2026-01-24):
|
|
48
48
|
|
|
49
49
|
- `docs/commit-audits/happy/leeroy-wip.commit-export.fuller-stat.md` covers all commits with full message + files + diffstat.
|
|
50
50
|
- `docs/commit-audits/happy/leeroy-wip.commit-analysis.md` covers all commits with a diff-based summary and flags “Manual review needed: YES” for higher-risk commits.
|
|
51
51
|
- `docs/commit-audits/happy/leeroy-wip.manual-review-queue.md` lists flagged commits in audit order.
|
|
52
|
-
- `docs/commit-audits/happy/leeroy-wip.commit-manual-review.md` contains deep-review notes for
|
|
52
|
+
- `docs/commit-audits/happy/leeroy-wip.commit-manual-review.md` contains deep-review notes for manually reviewed commits (queue + additional commits).
|
|
53
53
|
|
|
54
54
|
### Phase 2: Keep the audit fresh (when new commits land)
|
|
55
55
|
|