docs(reference): add DepthReductionCompressor cross-reference to skeleton_compressor (v3.8.0)
CI / lint (pull_request) Successful in 32s
CI / quality (pull_request) Successful in 40s
CI / typecheck (pull_request) Successful in 49s
CI / push-validation (pull_request) Successful in 16s
CI / build (pull_request) Successful in 28s
CI / helm (pull_request) Successful in 23s
CI / security (pull_request) Successful in 4m4s
CI / e2e_tests (pull_request) Successful in 4m13s
CI / unit_tests (pull_request) Successful in 5m25s
CI / docker (pull_request) Successful in 11s
CI / integration_tests (pull_request) Failing after 6m4s
CI / coverage (pull_request) Successful in 10m16s
CI / status-check (pull_request) Failing after 2s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 57m32s

This commit is contained in:
2026-04-08 18:53:05 +00:00
committed by Forgejo
parent 5e58f68a0b
commit 0cb78c0255
+14
View File
@@ -11,6 +11,14 @@ The compressor lives in
`cleveragents.application.services.skeleton_compressor.SkeletonCompressorService`
and is registered in the DI container as `skeleton_compressor_service`.
> **v3.8.0+:** The ACMS pipeline's Phase 3 `SkeletonCompressor` slot is now
> filled by `DepthReductionCompressor`, which re-renders fragments at lower
> UKO detail depths rather than dropping them. `SkeletonCompressorService`
> (this document) handles the `skeleton_ratio` budget policy and is a
> separate component. See
> [Depth Reduction Compressor](../modules/depth-reduction-compressor.md)
> for the pipeline-integrated compressor.
## Skeleton Ratio
| Ratio | Meaning | Behaviour |
@@ -107,3 +115,9 @@ compressed fragments as the child's inherited context budget.
The `--skeleton-ratio` flag on `agents project context set` sets the
ratio for a project's context policy. The `plan status` command
displays the compression summary when `skeleton_metadata` is present.
## See Also
- [Depth Reduction Compressor](../modules/depth-reduction-compressor.md) —
production ACMS pipeline compressor that re-renders fragments at lower
UKO detail depths (v3.8.0+)