Lauren ten Hoor
81543600fe
refactor: remove work_heartbeat tool and related tests; update documentation and notification logic
2026-02-12 00:02:18 +08:00
Lauren ten Hoor
ead4807797
feat: implement automatic log truncation to maintain last 250 entries
2026-02-11 03:21:29 +08:00
Lauren ten Hoor
862813e6d3
refactor: restructure workspace file organization ( #121 ) ( #122 )
...
## Path Changes
- audit.log: memory/audit.log → log/audit.log
- projects.json: memory/projects.json → projects/projects.json
- prompts: roles/<project>/<role>.md → projects/prompts/<project>/<role>.md
## Files Updated
- lib/audit.ts - new audit log path
- lib/projects.ts - new projects.json path
- lib/dispatch.ts - new prompt instructions path
- lib/tools/project-register.ts - prompt scaffolding path
- lib/setup/workspace.ts - workspace scaffolding paths
- lib/context-guard.ts - projects.json path
- lib/tools/setup.ts - tool description
- lib/templates.ts - AGENTS.md template path references
## Documentation Updated
- README.md
- docs/ARCHITECTURE.md
- docs/ONBOARDING.md
- docs/QA_WORKFLOW.md
- docs/ROADMAP.md
- docs/TESTING.md
Addresses issue #121
2026-02-11 01:55:26 +08:00
Lauren ten Hoor
9ace15dad5
Initial commit: DevClaw OpenClaw plugin
...
Multi-project dev/qa pipeline orchestration with 4 agent tools:
- task_pickup: atomic task pickup with model selection and session reuse
- task_complete: DEV done, QA pass/fail/refine with label transitions
- queue_status: task queue and worker status across projects
- session_health: zombie detection and state consistency checks
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-08 15:26:29 +08:00