From f0dc55159b4f6ecf768de42208533288f3f93928 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 17:46:17 +0000 Subject: [PATCH] docs: mark push parity complete --- README.md | 4 ++-- changelog.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60f3664..ff950a1 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Implemented commands: - `unlink [CASTLE]` - `track FILE [CASTLE]` - `pull [CASTLE]` +- `push [CASTLE]` - `rc [CASTLE]` - `version` @@ -49,7 +50,6 @@ Implemented commands: Not yet implemented: -- `push` - `commit` - `destroy` - `cd` @@ -63,7 +63,7 @@ Not yet implemented: Command parity: - [x] `pull` -- [ ] `push` +- [x] `push` - [ ] `commit` - [ ] `destroy` - [ ] `cd` diff --git a/changelog.md b/changelog.md index d204f35..f06ab7a 100644 --- a/changelog.md +++ b/changelog.md @@ -15,7 +15,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect - `rc` command: executes all executable scripts inside a castle's `.homesick.d/` directory in sorted order, with the castle root as the working directory. stdout/stderr from each script is forwarded to the caller. - `rc` command: when a `.homesickrc` file exists and no `parity.rb` wrapper is present in `.homesick.d/`, a Ruby wrapper script (`parity.rb`) is generated automatically to preserve backwards compatibility. An existing `parity.rb` is never overwritten. -- Native Go implementations for `clone`, `link`, `unlink`, `track`, and `pull`. +- Native Go implementations for `clone`, `link`, `unlink`, `track`, `pull`, and `push`. - Containerized behavior test suite for command parity validation. - Dedicated test suites for `list`, `show_path`, `status`, `diff`, and `version`. - Just workflow support for building and running the Linux behavior binary.