Expand description
Classify a target repository before anything lands.
The assessment is read-only evidence plus one classification computed
from it by an explicit rule: greenfield when the project has written
no durable documentation beyond root metadata, brownfield when a
documentation root or a methodology marker shows a settled corpus, and
needs-decision when documents sit outside any recognized home. The
rule lives here so a routing skill reads a verdict it can cite instead
of judging “little docs” by feel.
Structs§
- Assess
Report - The whole assessment: evidence first, one verdict from it.
- Documents
- The document inventory the classification is computed from.
Enums§
- Classification
- What the target is, for routing.
Functions§
- assess
- Assess
target, reading and never writing. - assess_
with - Assess
targetwith the docs-scratch variable’s value supplied.