Context
- Framework version: 1.2.6
- Project: 015-Marc-Inventor-plugin (shared-tooling mode)
- Reported: 2026-03-17T21:12:05Z
Description
After commit, fw git commit auto-stages .tasks/.context but gives no warning when new files exist under docs/, src/, lib/, web/ that were not staged. This causes files to be created locally but never pushed. Hit this bug twice in project 015. Fix: add post-commit check using git ls-files --others --exclude-standard on deliverable paths.
Reported via fw upstream report from field installation
Context
Description
After commit, fw git commit auto-stages .tasks/.context but gives no warning when new files exist under docs/, src/, lib/, web/ that were not staged. This causes files to be created locally but never pushed. Hit this bug twice in project 015. Fix: add post-commit check using git ls-files --others --exclude-standard on deliverable paths.
Reported via
fw upstream reportfrom field installation