Context
- Framework version: dev
- Project: project (shared-tooling mode)
- Reported: 2026-06-14T12:35:54Z
Description
In a project consuming the framework (shared-tooling mode), the commit-msg hook prints 'find_task_file: command not found' on every commit (non-fatal — commit proceeds). The function find_task_file is referenced but not defined/sourced in the hook's scope (observed at .git/hooks/commit-msg line ~98). Repro: any 'git commit' in a consuming project. Impact: noise on every commit, and the hook's task-reference validation may be silently skipped.
Reported via fw upstream report from field installation
Context
Description
In a project consuming the framework (shared-tooling mode), the commit-msg hook prints 'find_task_file: command not found' on every commit (non-fatal — commit proceeds). The function find_task_file is referenced but not defined/sourced in the hook's scope (observed at .git/hooks/commit-msg line ~98). Repro: any 'git commit' in a consuming project. Impact: noise on every commit, and the hook's task-reference validation may be silently skipped.
Reported via
fw upstream reportfrom field installation