| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory is the system-of-record: the permanent, durable truth about the system. Full Cliewen changes are transient deltas on branches that get digested into this corpus at merge — git log docs/ is the audit trail. Entry point for humans and agents alike; agents treat this tree as working memory when a change affects product or methodology meaning. Simple work uses no Cliewen workspace but still leaves any corpus surface it touches truthful.
Every artifact carries YAML frontmatter with a common core — id, type, status, links, title — plus small type-specific extensions. Identity is the ID, the path is only the current address: tooling discovers artifacts by scanning frontmatter, and external systems reference IDs, never paths.
An extracted non-decision carries provenance: inferred and reversal-cost: low|high; high-cost inferred meaning blocks an active capability joined to it by one links: edge, while low-cost findings may remain deferred. Decisions carry provenance in status. An incident analysis where the corpus was green but reality disproved a claim carries reality: contradicted and links the failed capability or acceptance criterion; clue validate --reality-gaps derives the affected-capability view.
The red thread clue validate walks:
G-xxx (goal) → P-xxx/M-xxx (plan/milestone) → CH-xxx (change)
→ CAP-xxx (capability) → AC-xxx (acceptance criterion) → acceptance evidence
→ classified Go/JVM/Cucumber test reference, or Human acceptance brief
Cross-cutting, checked against every proposal: C-xxx (constraints, including verifiable quality bars).
When a released clue adds or narrows a corpus obligation, preview clue migrate and apply its complete plan only after resolving any semantic or local-edit findings. clue init remains a non-destructive materializer, not an updater.
Each folder below holds one kind of record. A full change (the clue-delta loop) updates every record its work touches in the same integration; simple work remains responsible for any durable record it touches even though it uses no workspace or digest:
The default lifecycle is draft → active. It applies to every artifact type, including your own — a type clue validate does not recognize is validated against this default, so you can add your own artifact types under docs/ without changing the tool. Only the types below differ, each for a stated reason. There is no retired: retiring a default-lifecycle artifact means deleting its file and naming it in a successor's optional supersedes: [ID, …] frontmatter field, whose named ID must no longer exist in the corpus — retirement is an event, not a status a file rests in.
| Type | Statuses | Why not the default |
|---|---|---|
| goal | proposed → accepted | proposed goals are the inbox |
| plan | draft → active → completed | completed is immutable |
| decision | inferred → verified | provenance lives in status; human acceptance promotes |
| change, tasks | open | transient workspace artifacts |
| open-questions | open → resolved | transient workspace artifacts |
| Back | FazBrowse Home | New Git URL |