fix(b4): restore dynamic POSIX timestamp in herdr ls shim and reconcile.sh (100% PASS)

This commit is contained in:
2026-08-08 23:36:50 +09:00
parent e38b3e07b8
commit fbf275a8bc
9 changed files with 1071 additions and 31 deletions
+9 -1
View File
@@ -8,7 +8,15 @@
## 📌 1. 금일 작업 내용 요약
### 1) **deploy/ 배포 스크립트 최신화 및 레지스트리 3-way 병합 구현** — **완료**
### 1) **B-4: 시프트 `ls` 세션 생성 시각(session_created) 동적 포시스 타임스탬프 복원** — **완료**
- **배경**: `.agents/skills/lib.sh` 554번 라인에서 `herdr ls` 시 생성시각이 `999999`로 하드코딩되어 `reconcile.sh` drift-B 등록 시 epoch 0이 되어 `find_workspace_uuid` 재개 가드가 붕괴되던 결함 조치.
- **주요 구현**:
- [`.agents/skills/lib.sh`](file:///Users/godopu16/PuKi/laa/canary_projects/multi-agent-mux/.agents/skills/lib.sh): real herdr 및 YAML 상의 `created`/`created_at`/`created_epoch` 속성을 읽고, 미정의 시 `int(time.time())` 동적 포시스 타임스탬프를 리턴하도록 정제.
- [`reconcile.sh`](file:///Users/godopu16/PuKi/laa/canary_projects/multi-agent-mux/.agents/skills/multi-agent-mux-monitor/scripts/reconcile.sh): `created` fallback 포맷팅 보완.
- `tests/test_b4_session_created.py`: 전용 회귀 테스트 21개 항목 작성 및 **21/21 PASS (100%)** 달성.
- **멀티에이전트 자율 오케스트레이션**: `/multi-agent-mux-loop --plan --all-reviewer` 가동 결과 Planner(`claude`), Creator(`agy`), Reviewer(`cline`) 3자에 의해 **`[VERDICT: PASS]` (만장일치 통과)**.
### 2) **deploy/ 배포 스크립트 최신화 및 레지스트리 3-way 병합 구현** — **완료**
- **배경**: `deploy/install.sh``install_mam.sh``.agents/skills/` 밖 자산(`hooks.json`, `MULTI_AGENT_RULES.md`, `INSTALL.md`)을 갱신하지 못하거나 로컬 훅 수정을 덮어쓰는 맹점(Job `1567c88e` / Plan Rev.2) 해결.
- **주요 구현**:
- `deploy/lib_ownership.sh` 신설: 자산 소유권 및 레지스트리 파일 관리 단일 창구화.