Files
breakpilot-compliance/admin-compliance/app/sdk/document-generator/examples/tom_de.json
T
Benjamin Admin 42e02fe72d feat: Phase 6 — Integration + QS (categories, scope defaults, examples)
Phase 6 of the Document Templates Masterplan:

- Categories: Consolidated AI governance into internal_policies,
  removed redundant category
- scopeDefaults.ts: Added getRecommendedDocuments() function that
  maps L1-L4 compliance levels to required/recommended/optional
  document types (~60 types across 4 tiers)
- Examples: Added dpa_de.json, tom_de.json, whistleblower_de.json
  example contexts for the document generator

Document recommendation per level:
- L1 (Startup): 5 required (DSI, Impressum, AGB, Cookie)
- L2 (KMU): +6 recommended (AVV, TOM, VVT, Löschkonzept, etc.)
- L3 (Extended): +16 recommended (Security concepts, policies, HR DSI)
- L4 (Enterprise): +25 recommended (ISMS, BCM, all policies)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-01 09:36:48 +02:00

31 lines
860 B
JSON

{
"document_type": "tom_documentation",
"language": "de",
"context": {
"TOM": {
"ISB_NAME": "Thomas Sicher",
"GF_NAME": "Benjamin Boenisch",
"DOCUMENT_VERSION": "2.0.0",
"NEXT_REVIEW_DATE": "2027-05-01",
"HAS_MFA": true,
"HAS_USB_LOCKED": false,
"HAS_MOBILE_MEDIA": false,
"HAS_FOUR_EYES_DELETE": true,
"HAS_EXTERNAL_DESTRUCTION": true,
"HAS_PHYSICAL_TRANSPORT": false,
"HAS_THIRD_COUNTRY_TRANSFER": false,
"HAS_CLOUD_SERVICES": true,
"HAS_REDUNDANCY": true,
"HAS_GEO_REDUNDANCY": false,
"HAS_USV": true,
"HAS_OWN_SERVER_ROOM": true,
"HAS_MULTI_TENANT": true,
"HAS_TEST_DATA_ANONYMIZED": true,
"LOG_RETENTION_MONTHS": 12,
"DIN_66399_LEVEL": "4",
"AVAILABILITY_TARGET": "99.9",
"SEPARATION_TYPE": "logisch"
}
}
}