Skip to content
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
f8ebc05
ci(.github/workflows/CI.yml): improve portability
michen00 Jan 18, 2026
dddf9ac
docs: establish constitution v1.0.0
michen00 Jan 18, 2026
f2376b9
build(claude): add allowed commands
michen00 Jan 18, 2026
7b86f9a
ci: also run on main push
michen00 Jan 18, 2026
d45c30f
feat: enable strict mode
michen00 Jan 18, 2026
8fad18e
fix(gcfixup): handle empty arguments in help
michen00 Jan 18, 2026
6809987
build(Makefile): enhance test target
michen00 Jan 18, 2026
87b1745
docs: add CONTRIBUTING.md to guide contributions
michen00 Jan 18, 2026
32ee8be
docs: amend constitution to v1.0.1
michen00 Jan 19, 2026
2f9083f
style: don't overspecify defaults
michen00 Jan 19, 2026
2d117b7
ci: install parallel for macOS
michen00 Jan 19, 2026
cd23650
build: validate scripts
michen00 Jan 19, 2026
b482ed4
build(Makefile): robustify a command
michen00 Jan 20, 2026
8040268
fix(ach): improve file re-staging logic
michen00 Jan 20, 2026
4d7dfc1
fix(scripts): handle broken pipe errors
michen00 Jan 20, 2026
f291e7e
fix(ach): safely handle empty positional arguments
michen00 Jan 20, 2026
1eb1dc0
fix: fix script validation
michen00 Jan 20, 2026
8c9332f
docs(README.md): add missing description
michen00 Jan 20, 2026
fc192a3
chore(.pre-commit-config.yaml): bump hooks
michen00 Jan 20, 2026
fba443b
chore(Makefile): remove dead code
michen00 Jan 20, 2026
3b52c63
fix: apply suggestions
michen00 Jan 20, 2026
7838e7e
fix: apply suggestions
michen00 Jan 20, 2026
6213105
chore: use double brackets
michen00 Jan 20, 2026
27b0c50
build(Makefile): handle file names with spaces
michen00 Jan 20, 2026
e2dfac7
refactor(ach): simplify a code block
michen00 Jan 20, 2026
e20b6f4
revert: "refactor(ach): simplify a code block"
michen00 Jan 20, 2026
4ee543d
fix: fix validation script
michen00 Jan 20, 2026
af4e18f
chore: reorganize a script
michen00 Jan 20, 2026
48a5c48
test: test the validation script
michen00 Jan 20, 2026
85b80f3
chore: run with bash explicitly
michen00 Jan 20, 2026
97e2770
fix: apply suggestions
michen00 Jan 20, 2026
eb72b77
ci: fix for CI
michen00 Jan 20, 2026
7b30b7f
chore: check for bash 4.3+
michen00 Jan 20, 2026
5076936
chore: autofix via pre-commit hooks
pre-commit-ci[bot] Jan 20, 2026
6fa895d
feat: address feedback
michen00 Jan 20, 2026
cd34081
perf: streamline a command
michen00 Jan 20, 2026
7a91538
refactor: use while read
michen00 Jan 20, 2026
204ccae
revert: revert "refactor: use while read"
michen00 Jan 20, 2026
47f0709
refactor: lift make test logic
michen00 Jan 20, 2026
00cb92d
docs: fix a typo
michen00 Jan 20, 2026
497cf55
refactor: use double brackets for consistency
michen00 Jan 20, 2026
849ed0e
fix: apply suggestions
michen00 Jan 20, 2026
5b8e6d8
feat: address feedback
michen00 Jan 21, 2026
827b1b9
ci: update macOS scaffolding
michen00 Jan 21, 2026
8b43e12
feat(ach): improve error message
michen00 Jan 21, 2026
bc87eae
fix: adjust regex
michen00 Jan 21, 2026
5bdcec5
docs: clarify a comment
michen00 Jan 21, 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
5 changes: 5 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"permissions": {
"allow": ["Bash(wc:*)", "Bash(bats:*)"]
}
}
Loading
Loading