better-ccflare 3.5.23 → 3.5.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/better-ccflare +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -827,6 +827,12 @@ This repository includes an automated Claude code review system:
|
|
|
827
827
|
- **Automatic Review**: Runs automatically when a new pull request is opened
|
|
828
828
|
- **Manual Review**: Can be manually triggered by contributors by commenting `/claude-review` on the PR
|
|
829
829
|
|
|
830
|
+
## Acknowledgements
|
|
831
|
+
|
|
832
|
+
Thanks to the contributors who have improved better-ccflare:
|
|
833
|
+
|
|
834
|
+
- [@zionts](https://github.com/zionts) — fix false "integrity check failed" banner on large DBs; adaptive incremental vacuum; payload retention default reduction ([#259](https://github.com/tombii/better-ccflare/pull/259))
|
|
835
|
+
|
|
830
836
|
## License
|
|
831
837
|
|
|
832
838
|
MIT - See [LICENSE](LICENSE) for details
|
package/dist/better-ccflare
CHANGED
|
Binary file
|
package/package.json
CHANGED