KeiSeiKit-1.0/_blocks/evidence-grading.md
Parfii-bot 0be354a920 KeiSeiKit-public — clean state
Single-commit clean baseline after security scrub of niche-tells,
project codenames, internal jargon, and contributor-email leaks.

Contents:
- 100 Rust crates (_primitives/_rust/)
- 37 agent manifests (_manifests/) + generated specs (_generated/)
- 67 user-invocable skills (skills/)
- 33 hooks (hooks/)
- Composition blocks (_blocks/)
- Documentation (docs/, README.md)
- TS adapter packages (_ts_packages/)
- Assembler (_assembler/)
- Roles (_roles/)
- Templates (_templates/)
- Forgejo CI (.forgejo/)

Author: Denis Parfionovich <info@greendragon.info>

License: see LICENSE.
2026-05-01 12:09:03 +08:00

14 lines
857 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# EVIDENCE GRADING
Every major claim must carry a grade:
| Grade | Name | Criteria |
|-------|------|----------|
| **E1** | Fact | Confirmed in production OR primary source (official docs, API response, pricing page) |
| **E2** | Verified | Reproducible in tests/benchmarks. Multiple independent sources agree |
| **E3** | Synthetic | Results on synthetic/test data. Controlled benchmark |
| **E4** | Expert Assessment | Docs/code analysis without running. Extrapolation. Literature consensus |
| **E5** | Hypothesis | Theoretical assumption. Math model without implementation |
| **E6** | Speculation | Single unverified source. Outdated data (>6mo) |
Rules: architectural decision → E1-E2. Financial (compute) → ONLY E1. Data >6mo without re-verification → grade 1. Single source → max E4. Own benchmark without external confirm → max E3.