Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2026 Changes in this version + type Compactor struct + func New(store *storage.Store, maxTokens int) *Compactor + func (c *Compactor) Compact(project string) (int, error) + func (c *Compactor) NeedsCompaction(project string) (bool, int)