forked from HAL9000/cleveragents-core
3f4d984da6
Add skeleton_fragments field to the AssembledContext dataclass in the spec to match the implementation (PR #3676). Update the pipeline assemble() method signature to include skeleton_ratio and parent_fragments parameters, and add Step 10 (SkeletonCompressor invocation) to Phase 3 of the context assembly pipeline pseudocode. Closes #3783