Micheal Wilkinson
d73049baa4
fix(parity): restore updated behavior suite compatibility
2026-03-21 10:58:15 +00:00
Micheal Wilkinson
ad8ec1bd6c
feat(cli): add global pretend quiet and dry-run alias
2026-03-20 18:09:54 +00:00
Micheal Wilkinson
b070267bde
feat(rc): add --force guard for legacy homesickrc
2026-03-20 18:05:07 +00:00
Micheal Wilkinson
9e6f98948e
feat(pull): add --all support across cloned castles
2026-03-20 18:01:59 +00:00
Micheal Wilkinson
58f70860ee
feat(cli): implement exec and exec_all commands
2026-03-20 18:00:05 +00:00
Micheal Wilkinson
59caa62ac6
feat(open,generate): implement command parity
2026-03-20 17:53:39 +00:00
Micheal Wilkinson
88b07ea934
feat(destroy): implement destroy command parity
2026-03-20 17:49:55 +00:00
Micheal Wilkinson
d8eaf4d058
feat(commit): implement commit command parity
2026-03-20 17:48:04 +00:00
Micheal Wilkinson
8a451cbaee
feat(push): implement push command parity
2026-03-20 17:46:07 +00:00
Micheal Wilkinson
4fb028cd81
feat(pull): implement pull command parity
2026-03-20 17:44:13 +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
ea16ba8430
chore(go): Removing unused function
2026-03-20 09:57:40 +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
2f45d28acb
feat(core,cli): implement track command with go-git staging
2026-03-19 14:21:15 +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
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