Skip to content

Release: 2.1.0

Choose a tag to compare

@m0n0x41d m0n0x41d released this 13 Dec 13:37
· 154 commits to main since this release

Release v2.1.0 Summary

Here is what has been upgraded in your codebase:

  1. 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.
  2. 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.
  3. 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.
  4. 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.