diff --git a/workspaces/VG-Consent-I.code-workspace b/workspaces/VG-Consent-I.code-workspace new file mode 100644 index 0000000..d780851 --- /dev/null +++ b/workspaces/VG-Consent-I.code-workspace @@ -0,0 +1,32 @@ +{ + "folders": [ + { + "name": "VG-Consent", + "path": ".." + } + ], + "settings": { + "codex.projectRole": "Consent-Workspace", + "codex.scope": [ + "Consent-Capture", + "Consent-State-Rekonstruktion", + "Consent-Events", + "Consent-Explorer", + "Evidence-Chain-Resolver", + "lesende Request-Korrelation", + "GVL nur als Referenz/Vault" + ], + "codex.outOfScope": [ + "allgemeiner Cleanup", + "GVL-Import", + "GVL-Export", + "GVL-Verify", + "Dashboard-Refactoring", + "Request-Explorer-Ausbau", + "neue Datenquellen", + "IndexedDB-Migrationen", + "Analyse-Engine" + ], + "codex.primaryQuestion": "Hilft diese Änderung dabei, die technisch beobachtbare Wirkung einer konkreten Consent-Entscheidung nachvollziehbar, reproduzierbar und evidenzorientiert zu rekonstruieren?" + } +} \ No newline at end of file