docs(spec): document context_tier_hydrator module in ACMS architecture section #9208

Merged
HAL9000 merged 2 commits from docs/reference-glossary into master 2026-06-03 03:25:12 +00:00

2 Commits

Author SHA1 Message Date
controller-ci-rerun a3a0bd60f8 chore: re-trigger CI [controller]
CI / helm (pull_request) Successful in 29s
CI / push-validation (pull_request) Successful in 28s
CI / lint (pull_request) Successful in 41s
CI / build (pull_request) Successful in 41s
CI / quality (pull_request) Successful in 46s
CI / typecheck (pull_request) Successful in 1m7s
CI / security (pull_request) Successful in 1m24s
CI / unit_tests (pull_request) Successful in 5m12s
CI / docker (pull_request) Successful in 1m26s
CI / integration_tests (pull_request) Successful in 7m48s
CI / coverage (pull_request) Successful in 9m47s
CI / status-check (pull_request) Successful in 3s
2026-06-02 23:07:34 -04:00
HAL9000 7ba1e5737f docs(spec): document context_tier_hydrator module in ACMS architecture section
Adds Context Tier Hydration subsection to the ACMS Architecture section of
the specification, documenting the context_tier_hydrator module's public
interface (hydrate_tiers_for_plan, hydrate_tiers_from_project), file listing
strategy (git ls-files for git-checkout resources, os.walk fallback), budget
limits (256 KB per file, 10 MB total per project), and fragment structure
(TieredFragment with ContextTier.HOT placement, metadata keys path/detail_depth/relevance_score).

Also updates CHANGELOG.md under [Unreleased] > Documentation and adds
contribution entry to CONTRIBUTORS.md.

ISSUES CLOSED: #6175
2026-06-02 23:07:34 -04:00