0eb1d94a9c
Cleanup: - Remove unused validate_yaml() helper from lib.sh - Remove USER_MANUAL.html + mqtt-broker-setup.html (no refs found) Workflow A (create_session ↔ delegate-job): - Add --submit-job <prompt> option to create_session.sh - Auto-register session in delegate-job registry, store delegate_job_id in YAML Workflow B (push-based monitor): - Migrate reconcile.sh to MQTT subscriber mode (polling fallback preserved) Workflow C (unified status): - status.sh now shows session + delegate-job state in single column Workflow D (audit log + perms): - JSON job files chmod 600 - create/delete/resume now publish lifecycle events to delegate-job
18 lines
392 B
Plaintext
18 lines
392 B
Plaintext
# 1회성 작업 자료 (agy/claude 워커에게 보낸 프롬프트)
|
|
_agy_prompt_*.md
|
|
_claude_prompt_*.md
|
|
|
|
# 임시 검증용 산출물
|
|
test-sessions.yaml
|
|
test-sessions.yaml.bak
|
|
test-sessions.yaml.lock
|
|
|
|
# delegate-job 임시/런타임 산출물
|
|
.hermes/
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# 빌드/배포 HTML 산출물
|
|
skills/delegate-job/USER_MANUAL.html
|
|
skills/delegate-job/mqtt-broker-setup.html |