Release: 2.1.0
Release v2.1.0 Summary
Here is what has been upgraded in your codebase:
-
Agentic Initialization (
/fpf-0-init)- Now scans the repo (package.json, Dockerfile, etc.) to infer the Tech Stack.
- Interviews the user to fill in the gaps (Scale, Budget).
- Creates a living .fpf/context.md file that acts as the "Base Slice" for all future reasoning.
-
Strict Method/Work Distinction (
/fpf-1-hypothesize)- The hypothesis template is now split into "1. The Method" (Plan) and "2. The Validation" (Execution).
- This enforces FPF Pattern A.15 without forcing the user to learn the ontology.
-
NQD & Formality Tracking
- Hypotheses now carry formality: [0-9] and novelty/complexity tags in frontmatter.
- /fpf-status (via the logic update we discussed earlier) will calculate Min/Max Formality and Trust Index.
-
Context Awareness
- Research and Test commands now automatically read .fpf/context.md to ensure evidence congruence is calculated against the actual project
reality, not an abstract one.
- Research and Test commands now automatically read .fpf/context.md to ensure evidence congruence is calculated against the actual project