Micheal Wilkinson
e60000680b
test(push): add failing push parity tests
2026-03-20 17:45:41 +00:00
Micheal Wilkinson
4fb028cd81
feat(pull): implement pull command parity
2026-03-20 17:44:13 +00:00
Micheal Wilkinson
4a422bd241
test(pull): add failing pull parity tests
2026-03-20 17:43:39 +00:00
Micheal Wilkinson
a381746cef
feat(rc): implement rc command with .homesick.d script execution
...
- App.Rc runs all executable files in <castle>/.homesick.d in sorted
(lexicographic) order with the castle root as cwd
- Non-executable files are skipped
- stdout/stderr from scripts forward to App writers
- If .homesickrc exists and parity.rb does not yet exist in .homesick.d,
a Ruby wrapper (parity.rb) is generated before execution
- Existing parity.rb is never overwritten
- Wire rcCmd in CLI with optional CASTLE argument (defaults to dotfiles)
2026-03-20 15:29:58 +00:00
Micheal Wilkinson
75f636f9ba
test(rc): add failing tests for Rc command
Push Validation / validate (push) Failing after 1m32s
2026-03-20 15:26:50 +00:00
Micheal Wilkinson
38f649e99b
feat(release): support breaking changelog notes
2026-03-20 15:04:15 +00:00
Micheal Wilkinson
af491aa267
test(release): treat breaking notes as major bump
2026-03-20 15:03:30 +00:00
Micheal Wilkinson
93918f3a39
feat(release): guard empty notes and recommend next tag
2026-03-20 14:59:46 +00:00
Micheal Wilkinson
3b8dadbd29
test(release): guard empty notes and suggest next tag
2026-03-20 14:58:31 +00:00
Micheal Wilkinson
799c8d167d
feat(release): automate release preparation
2026-03-20 14:54:57 +00:00
Micheal Wilkinson
feb8ca3434
test(release): use external package for release prep tests
2026-03-20 14:51:23 +00:00
Micheal Wilkinson
dbb6c82562
test(release): cover automated release preparation
2026-03-20 14:49:42 +00:00
Micheal Wilkinson
ea16ba8430
chore(go): Removing unused function
2026-03-20 09:57:40 +00:00
Micheal Wilkinson
d638f201fe
fix(cli): improve help name and description
2026-03-20 09:54:42 +00:00
Micheal Wilkinson
8174c6a983
refactor(cli): use kong for command parsing
2026-03-19 14:51:47 +00:00
Micheal Wilkinson
1d4c088edc
test(cli): add parser coverage for kong refactor
2026-03-19 14:40:08 +00:00
Micheal Wilkinson
040bf31b56
fix(core): route status and diff output through app writers
2026-03-19 14:29:52 +00:00
Micheal Wilkinson
4355e7fd9d
test(core): add status diff and version suites
2026-03-19 14:29:03 +00:00
Micheal Wilkinson
b7c353553a
test(core): add dedicated list and show_path suites
2026-03-19 14:25:37 +00:00
Micheal Wilkinson
2f45d28acb
feat(core,cli): implement track command with go-git staging
2026-03-19 14:21:15 +00:00
Micheal Wilkinson
904c1be192
chore(go): Adding fun comment
2026-03-19 14:20:15 +00:00
Micheal Wilkinson
f443e96f9e
test(core): add failing track behavior suite
2026-03-19 14:19:29 +00:00
Micheal Wilkinson
919f033c8b
feat(go): implement unlink
2026-03-19 14:11:49 +00:00
Micheal Wilkinson
dbc77a1b34
feat(core): reimplement clone with go-git
2026-03-19 14:05:50 +00:00
Micheal Wilkinson
d02d118b28
test(core): add failing clone suite for go-git migration
2026-03-19 13:58:25 +00:00
Micheal Wilkinson
e733dff818
feat(go): implement link with subdir and force handling
2026-03-19 13:46:48 +00:00
Micheal Wilkinson
41584dec6a
chore(go): scaffold module and add failing link tests
2026-03-19 13:44:02 +00:00