Commit Graph

8 Commits

Author SHA1 Message Date
Matt Hill
86b0768bbb audit fixes, repo restructure, and documentation
Soundness and performance audit (17 fixes):
- See AUDIT.md for full details and @claude comments in code

Repo restructure:
- Inline json-ptr and json-patch submodules as regular directories
- Remove cbor submodule, replace serde_cbor with ciborium
- Rename patch-db/ -> core/, patch-db-macro/ -> macro/,
  patch-db-macro-internals/ -> macro-internals/, patch-db-util/ -> util/
- Purge upstream CI/CD, bench, and release cruft from json-patch
- Remove .gitmodules

Test fixes:
- Fix proptest doesnt_crash (unique file paths, proper close/cleanup)
- Add PatchDb::close() for clean teardown

Documentation:
- Add README.md, ARCHITECTURE.md, CONTRIBUTING.md, CLAUDE.md, AUDIT.md
- Add TSDocs to TypeScript client exports

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 19:06:42 -07:00
Aiden McClelland
3e0a0204bc add cli utility (#41)
* add util

* add cli util
2022-09-02 13:01:26 -06:00
Aiden McClelland
a861f8173f remove qutex 2021-12-28 15:29:10 -07:00
Aiden McClelland
2c3fd8159e wip: macros 2021-03-23 18:10:22 -06:00
Aiden McClelland
4e96c64c1b submodules 2021-03-23 14:45:57 -06:00
Aiden McClelland
c2e50d0e88 fix locking logic 2021-03-09 19:30:56 -07:00
Aiden McClelland
947213ec91 reorganize 2021-03-09 11:59:20 -07:00
Aiden McClelland
0165343c36 mvp 2021-01-06 02:05:28 -07:00