Skip to content

Commit 2090b90

Browse files
committed
docs: update TASKS and journal with /onboard command refinements
1 parent 78e20ef commit 2090b90

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

TASKS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Put done tasks into the Archive.
1919
---
2020

2121
## Archive
22+
- [x] Refine `/onboard` command to include documentation or source code discovery. (2026-03-11)
23+
- [x] Simplify `/onboard` command to use direct file analysis instead of sub-agents. (2026-03-11)
2224
- [x] Implement conditional journal hook enforcement based on file modification times. (2026-03-11) (See plan: plans/conditional-journal-enforcement.md)
2325
- [x] Implement conditional `make` hook execution based on file modification times. (2026-03-11) (See plan: plans/conditional-make-hook.md)
2426
- [x] Consolidate `add-gemini.sh` into a unified, non-destructive `install.sh` for setup and updates. (2026-03-11) (See plan: plans/unified-installer.md)

journal/2026-03-11.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
- Consolidated `add-gemini.sh` into a unified, non-destructive `install.sh` for project setup and framework updates.
44
- Implemented conditional `make` hook execution based on file modification times and git status.
55
- Refined the conditional journal enforcement hook to correctly detect new work based on modification times.
6+
- Simplified the `/onboard` command to use direct file analysis instead of sub-agents for better efficiency.
7+
- Refined `/onboard` to include discovery of the `docs/` folder or key source code files.

0 commit comments

Comments
 (0)