Results 28 issues of Ryan

Thanks for creating RCL and exploring alternatives. Excited about RCL's balance between readability, imports/reusability, and great docs so far. Would you mind adding a comparison to Apple's recently released [PKL](https://github.com/apple/pkl)...

Since this has not been maintained in 4 years, and the company that supported it with two devs is no longer in business, is https://github.com/shawly/docker-keepalived a suitable replacement that is...

`bd list --tree` now uses less tokens for output, and yet actually conveys more about the relationships than `bd list`. Should --tree just become the default, and --legacy becomes the...

@steveyegge Here was a bunch of refactoring suggestions from Claude w/ some expert agents on refactoring/Go. Not sure if you have interest in applying any of these. IMO, the biggest...

enhancement

## Summary The current sync-branch design creates a branch from `main`, which causes user confusion: - "When do I merge this back?" - "Is this code or data?" - Sync...

Migrate Go tests to testify framework Update the test framework to use testify (github.com/stretchr/testify) combined with the standard library testing package. Key components: - testify/assert - for assertions (assert.Equal, assert.NoError,...

## Summary - **JSONL file locking**: Add flock-based shared/exclusive locking for JSONL reads (auto-import) and writes (export/flush) to prevent corruption when sync and daemon flush race - **Transaction tracking**: Add...