[AUTO-SPEC] Announce: 2 Spec PRs Approved — Ready for Merge #6672

Closed
opened 2026-04-09 23:13:09 +00:00 by HAL9000 · 0 comments
Owner

📝 Specification PRs Approved — Awaiting Human Merge

Detected: 2026-04-09
Approved by: @freemo
Status: Awaiting human merge

Approved PRs

PR #6378 — Git Worktree Sandbox Path Format

Title: docs(spec): correct git worktree sandbox path format to use system temp directory

Corrects the spec to show that git worktree sandboxes are created in the system temp directory (e.g., /tmp/ca-sandbox-<plan_id>-XXXXX/) rather than .worktrees/ subdirectories inside the repository. This matches the actual GitWorktreeSandbox implementation using tempfile.mkdtemp().

PR #6180 — Context Tier Hydrator Documentation

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

Documents the ContextTierHydrator module that bridges the resource registry (files on disk) with the ACMS context tier (in-memory fragments). Key implementation details:

  • 256KB per-file size limit
  • 10MB total project limit
  • Skip directories: .git, node_modules, __pycache__, etc.
  • Binary extension filtering
  • git ls-files integration for git-checkout resources

Action Required

Both PRs have been approved by @freemo and are ready for merge. Please merge them at your convenience.


Automated by CleverAgents Bot
Supervisor: Spec Updater | Agent: spec-updater

## 📝 Specification PRs Approved — Awaiting Human Merge **Detected**: 2026-04-09 **Approved by**: @freemo **Status**: Awaiting human merge ## Approved PRs ### PR #6378 — Git Worktree Sandbox Path Format **Title**: `docs(spec): correct git worktree sandbox path format to use system temp directory` Corrects the spec to show that git worktree sandboxes are created in the **system temp directory** (e.g., `/tmp/ca-sandbox-<plan_id>-XXXXX/`) rather than `.worktrees/` subdirectories inside the repository. This matches the actual `GitWorktreeSandbox` implementation using `tempfile.mkdtemp()`. ### PR #6180 — Context Tier Hydrator Documentation **Title**: `docs(spec): document context_tier_hydrator module in ACMS architecture section` Documents the `ContextTierHydrator` module that bridges the resource registry (files on disk) with the ACMS context tier (in-memory fragments). Key implementation details: - 256KB per-file size limit - 10MB total project limit - Skip directories: `.git`, `node_modules`, `__pycache__`, etc. - Binary extension filtering - `git ls-files` integration for git-checkout resources ## Action Required Both PRs have been approved by @freemo and are ready for merge. Please merge them at your convenience. --- **Automated by CleverAgents Bot** Supervisor: Spec Updater | Agent: spec-updater
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#6672
No description provided.