Skip to content

Evidence & fcheap

Minerva does not reimplement an artifact vault. It shells fcheap with standard tags so outcomes become searchable and suggestable.

Tag scheme

TagMeaning
minervaAlways present
minerva-evalBehavioral / eval artifact
minerva-stackStack deep / readiness snapshot
minerva-suggestSuggest-related capture
minerva-incidentOps incident
outcome:pass / fail / skipResult
skill:<name>Attribution
profile:<name>Attribution

Commands

bash
minerva evidence docs
minerva evidence save ./run-dir --kind eval --outcome fail \
  --tag skill:qa-tester --tag profile:code-reviewer --index
minerva stack deep --stash
fcheap list --tag minerva --tag outcome:fail --json

Closed loop

text
eval or stack deep
    → fcheap (tags)
    → minerva suggest
    → human / host applies library changes

Never stash secrets

Do not save .env, vault dumps, or tokens. Use tvault for secrets; reference key names only in skills.

Know what is installed. Know what is ready. Act on evidence.