RICS / CODEBASE_BASELINE.md
StormShadow308's picture
Default report generation to standard RAG/LLM on e561e67 baseline with /health verification.
5f70643
|
Raw
History Blame Contribute Delete
1.16 kB
# Codebase baseline (active)
You should be on this stack locally and in production unless you explicitly opt into agentic mode.
| Field | Value |
|--------|--------|
| **Git baseline** | `e561e67` β€” RAG upload sanitisation |
| **Label** | `standard-rag-llm` |
| **Default generate** | `PRIMARY_GENERATE_PIPELINE=standard` |
| **Notes-only reports** | `AGENTIC_INSPECTOR_WHEN_NOTES_ONLY=false` (standard path) |
| **Agentic** | Opt-in: `PRIMARY_GENERATE_PIPELINE=agentic` or `POST /agentic/generate` |
## Verify at runtime
```bash
curl -s http://localhost:7860/health | jq '.primary_generate_pipeline, .codebase_baseline'
```
Expected:
```json
"standard"
{ "git_sha": "e561e67", "label": "standard-rag-llm", ... }
```
## Verify git
```bash
git log -1 --oneline
# e561e67 feat: RAG upload sanitisation layer before vector indexing
```
## Not on this baseline
These commits were rolled back (do not expect their behaviour):
- `7fa723a` β€” agentic inspector forced on notes-only
- `be9fd4a` β€” HF pilot / parallel SLA docs
- `970bad4` β€” HF OpenAI key guard (re-apply from stash if needed)
Stashed WIP: `git stash list` β†’ `pre-rollback-to-e561e67`