Skip to content

Commit 14845f0

Browse files
committed
docs: update TASKS and journal with conditional hook improvements
1 parent 6e50e5a commit 14845f0

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] Implement conditional journal hook enforcement based on file modification times. (2026-03-11) (See plan: plans/conditional-journal-enforcement.md)
23+
- [x] Implement conditional `make` hook execution based on file modification times. (2026-03-11) (See plan: plans/conditional-make-hook.md)
2224
- [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)
2325
- [x] Implement the `install.sh` scaffolding script for new projects. (2026-03-03) (See plan: plans/install-script-scaffolding.md)
2426
- [x] Refactor the `/research` command to follow a more extensible, executive-style reporting workflow with iterative updates and asset linking. (2026-03-02)

journal/2026-03-11.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# 2026-03-11
22

33
- Consolidated `add-gemini.sh` into a unified, non-destructive `install.sh` for project setup and framework updates.
4+
- Implemented conditional `make` hook execution based on file modification times and git status.
5+
- Refined the conditional journal enforcement hook to correctly detect new work based on modification times.

0 commit comments

Comments
 (0)