Files
boc/EOS/golden-failures.json
T
Bernt 05ed037fe8 pilot.landvex.com: HTTPS + Full Stack Verified
- DNS: pilot.landvex.com -> 16.170.83.169
- TLS: Let's Encrypt certificate (expires 2026-09-30)
- Nginx: reverse proxy with SSL termination
- API: https://pilot.landvex.com/api/v1/missions
- UI: https://pilot.landvex.com/
- Upload: POST /api/v1/missions/import (multipart/form-data)

Verified:
 https://pilot.landvex.com/health
 https://pilot.landvex.com/version
 https://pilot.landvex.com/api/v1/missions (list)
 https://pilot.landvex.com/api/v1/missions/:id (get)
 POST /api/v1/missions/import (video upload)
 UI loads with title 'LandveX Intelligence Lab'

Next: Pilot 001 — Break the system!
2026-07-02 17:34:19 +00:00

60 lines
2.0 KiB
JSON

{
"version": "1.0",
"lastUpdated": "2026-07-01T19:05:00Z",
"failures": [
{
"id": "GF-001",
"name": "README-felklassificering",
"firstObserved": "2026-07-01T18:56:24Z",
"status": "active",
"testCase": {
"id": "S-006",
"description": "Ändra text i README",
"type": "documentation"
},
"expectedOperation": "DEVELOPMENT_TASK",
"actualOperation": "MODIFY_PERSISTENT_PRODUCTION_DATA",
"evidenceProfile": {
"targetEnvironment": null,
"accessMethod": null,
"dataOperation": null,
"infraOperation": null,
"releaseOperation": null,
"secretPattern": null,
"readOperation": null,
"observeOperation": null,
"fileType": "md",
"tools": [],
"context": []
},
"evidenceQuality": {
"total": 36,
"components": {
"completeness": 0,
"relevance": 36,
"consistency": 100,
"freshness": 100
}
},
"policyOutcome": {
"blocked": true,
"policy": "POL-DAT-001",
"reason": "Förändring av persistent data i produktion är förbjudet"
},
"decision": {
"correct": true,
"safe": true,
"classificationCorrect": false
},
"whyDifficult": "Svag signal om 'ändra' får större vikt än stark signal om 'README'. Markdown-filer borde ge negativ vikt för data/infrastruktur-operationer.",
"resolutionCriteria": "När README-ändringar konsekvent klassificeras som DEVELOPMENT_TASK med Evidence Quality > 80.",
"notes": "Detta är vår första permanenta Golden Failure. Den används för att validera att evidensviktning fungerar över tid."
}
],
"principles": [
"Varje löst Golden Failure ska ersättas av ett nytt, svårare test.",
"Golden Failures får aldrig tas bort — bara markeras som lösta.",
"Nya Golden Failures ska vara svårare än de de ersätter."
]
}