forgeplan fpf section
forgeplan fpf section <ID> prints the full body of one First Principles Framework section, addressed by its canonical ID (like B.3 or A.1.2). It’s the less of the FPF KB — use it when a search result is interesting and you want to read the whole thing.
When to use
Section titled “When to use”- After a promising
fpf searchhit — read the full section, not just the snippet. - When a methodology doc or
forgeplan reasonoutput cites an FPF ID — jump straight to the source. - While writing ADRs or RFCs — quote the section you’re relying on verbatim.
When NOT to use
Section titled “When NOT to use”- For discovery — use
forgeplan fpf searchwhen you don’t yet know the section ID. - For the full index — use
forgeplan fpf list.
forgeplan fpf section [OPTIONS] <ID>Arguments
Section titled “Arguments” <ID> Section ID (e.g. "B.3", "C.2.2")Options
Section titled “Options” --summary Show summary only (first 500 chars) -h, --help Print help -V, --version Print versionExamples
Section titled “Examples”# Trust calculus (the FPF B.3 section that defines R_eff semantics)forgeplan fpf section B.3
# Just the first 500 chars when you only need the gistforgeplan fpf section B.3 --summary
# Explore/exploit reasoningforgeplan fpf section B.4
# ADI cycleforgeplan fpf section C.1How it fits
Section titled “How it fits”Sections are the atomic unit of the FPF KB. They’re what fpf search ranks, what fpf ingest chunks, what fpf check cites when explaining why a rule matched, and what forgeplan reason --fpf pulls in as context.
A typical workflow:
forgeplan fpf search "congruence level" # find candidatesforgeplan fpf section B.3 # read the winner in fullforgeplan new adr "Evidence grading policy"# ...cite B.3 in the ADR bodySee also
Section titled “See also”forgeplan fpf— parent commandforgeplan fpf search— find sections by contentforgeplan fpf list— all sections at a glance- Methodology guide