Skip to content
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f21f1e1
feat: add /setup-repo skill for new repository configuration
amcheste Mar 30, 2026
f4462af
feat: add /create-repo skill and update /publish-release for enforce_…
amcheste Mar 30, 2026
544543e
feat: add mascot logo to README (#25)
amcheste Mar 30, 2026
1b6f39a
feat: add missing tools to Brewfile (#26)
amcheste Mar 30, 2026
adbe79e
feat: improve OpenSSF security score — pin deps, add permissions, add…
amcheste Mar 30, 2026
6d6906a
fix: run scorecard on develop branch and add workflow_dispatch (#28)
amcheste Mar 30, 2026
5c0e68f
fix: only publish scorecard results from main branch (#29)
amcheste Mar 30, 2026
da8b3b3
fix: silence gruvbox error on first install and clarify GitHub MCP Do…
amcheste Mar 30, 2026
c66b765
fix: suppress vim pager prompt during plugin install (#38)
amcheste Mar 30, 2026
9da5f0b
fix: suppress all vim output during plugin install (#39)
amcheste Mar 30, 2026
dcce40d
fix: add preflight checks and pre-tap cirruslabs/cli before brew bund…
amcheste Mar 30, 2026
c4f8a37
feat: improve test coverage based on real-world failure scenarios (#41)
amcheste Mar 30, 2026
d98045f
fix: remove pull_request trigger from release-drafter workflow (#42)
amcheste Mar 30, 2026
3ccff80
chore: sync Dependabot SHA bumps from main and fix target branch (#43)
amcheste Mar 31, 2026
6eb303e
fix: detect and reject sudo/root execution before brew runs (#45)
amcheste Apr 2, 2026
200bfcd
fix: replace deprecated octant with k9s (#46) (#47)
amcheste Apr 2, 2026
bd230fc
feat: use macos-15-xlarge runner for VM acceptance test (#49)
amcheste Apr 2, 2026
2220a30
chore: release v1.0.0 (#48)
amcheste Apr 2, 2026
35a8776
chore: sync main into develop, resolve pinned SHA conflicts (#51)
amcheste Apr 2, 2026
9216323
chore: absorb main's divergent Dependabot commits (fix PR #50) (#52)
amcheste Apr 2, 2026
2050b58
fix: revert acceptance test to macos-15 — xlarge runner blocks nested…
amcheste Apr 3, 2026
adc9f1e
Merge remote-tracking branch 'origin/develop' into release/v1.0.0-fix
amcheste Apr 3, 2026
63f050e
fix: ensure acceptance test uses macos-15 not xlarge
amcheste Apr 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
acceptance:
name: VM Acceptance
runs-on: macos-15-xlarge
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
Expand Down
Loading