Files
boc/experiments/EP-1.0/CLASSIFICATION-RULE.md
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

36 lines
839 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.
# Klassificeringsregel — E-001 vs EP-1.0
**Status:** Fryst. Gäller för hela CR-001CR-003-serien.
---
## Princip
> Om E-001 och EP-1.0 verkar komma i konflikt ska artefakten klassificeras innan någon åtgärd vidtas.
---
## Beslutsträd
```
Är detta en förändring av systemet?
├── Ja → E-001 gäller (Git, CR, commit, review)
└── Nej → Är detta en observation från ett experiment?
├── Ja → EP-1.0 gäller (append-only, freeze, hash)
└── Nej → Dela upp i två artefakter:
├── Engineering-artefakt (koden) → E-001
└── Experimentartefakt (observationen om koden) → EP-1.0
```
---
## Konsekvens
Samma dokument får **aldrig** vara både ändringshistorik och observationslogg. Dela upp dem.
---
*Klassificera först. Tillämpa sedan.*