docs(store): clarify package surface
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Virgil 2026-04-04 16:28:07 +00:00
parent 06f6229eaf
commit a2a99f6e9b

4
doc.go
View file

@ -1,7 +1,7 @@
// Package store provides SQLite-backed key-value storage for grouped entries,
// TTL expiry, namespace isolation, quota enforcement, reactive change
// notifications, SQLite journal writes, workspace journalling, and orphan
// recovery.
// notifications, SQLite journal writes and queries, workspace journalling,
// cold archive compaction, and orphan recovery.
//
// Workspace files live under `.core/state/` and can be recovered with
// `RecoverOrphans(".core/state/")`.