ORLENE Document EngineLokaler Dokumentations- und Prompt-Workspace
Version 0.1LocalOffline

LOKALE KONFIGURATION

Einstellungen

Automatische Standards für konsistente ORLENE-Dokumente.

DOCUMENT PUBLISHER

Standardverantwortung

Konfiguriert

Diese Werte werden automatisch in Dokumentköpfe übernommen. Benutzer müssen sie nicht bei jedem Dokument erneut eingeben.

ORLENE-PASS MIGRATION

Bestehende Word-Dokumente

Analysiert jeden Pass vor der Änderung. Widersprüche bleiben im Review; jede Dateifreigabe erhält Backup, Prüfsummenvalidierung und Manifest.

Documentation Standard

{
  "allowed_statuses": [
    "draft",
    "review",
    "approved",
    "archived"
  ],
  "default_language": "de-DE",
  "required_fields": [
    "title",
    "family",
    "version",
    "status",
    "language"
  ],
  "standard": "ORLENE Documentation Standard",
  "version": "1.0"
}

Document Families

{
  "architecture": {
    "label": "Architecture",
    "template": "architecture_prompt.txt"
  },
  "correction": {
    "label": "Correction",
    "template": "correction_prompt.txt"
  },
  "executive": {
    "label": "Executive",
    "template": "executive_prompt.txt"
  },
  "founding": {
    "label": "Founding",
    "template": "founding_prompt.txt"
  }
}

Source Of Truth

{
  "conflict_policy": "Higher-precedence and newer approved sources win.",
  "precedence": [
    "approved_documents",
    "documented_decisions",
    "working_documents"
  ],
  "require_source_references": true
}

Source Policy

{
  "confidence": {
    "conforming_bonus": 0.04,
    "forbidden_maximum": 0.4
  },
  "document_type_policy": {
    "Architecture Specification": "Architecture (SAS)",
    "Case Study": "Case Study",
    "Developer Journal": "Developer Journal",
    "Documentation Standard": "Documentation Standard",
    "Executive Brief": "Executive",
    "Knowledge Paper": "Knowledge",
    "Software Architecture Specification": "Architecture (SAS)",
    "Technical Whitepaper": "Technical Whitepaper"
  },
  "family_policy": {
    "Architecture": "Architecture (SAS)",
    "Development": "Developer Journal",
    "Executive": "Executive",
    "Founding": "Founding",
    "Knowledge": "Knowledge"
  },
  "policies": {
    "Architecture (SAS)": {
      "allowed_roles": [
        "Definition",
        "Architecture Rule",
        "Implementation Definition",
        "Technical Source",
        "Official Source"
      ],
      "fallback_role": "Technical Source",
      "role_mapping": {
        "Decision": "Technical Source",
        "Implementation": "Implementation Definition",
        "Principle": "Technical Source",
        "Reference": "Technical Source"
      }
    },
    "Case Study": {
      "allowed_roles": [
        "Example",
        "Practical Application",
        "Experience"
      ],
      "fallback_role": "Example"
    },
    "Developer Journal": {
      "allowed_roles": [
        "Development History",
        "Decision History",
        "Implementation Notes",
        "Lessons Learned"
      ],
      "fallback_role": "Implementation Notes",
      "role_mapping": {
        "Decision": "Decision History",
        "Historical Information": "Development History",
        "Historical Reference": "Development History",
        "Implementation": "Implementation Notes"
      }
    },
    "Documentation Standard": {
      "allowed_roles": [
        "Documentation Rule",
        "Documentation Definition",
        "Documentation Principle",
        "Source of Truth"
      ],
      "fallback_role": "Documentation Principle",
      "role_mapping": {
        "Architecture Rule": "Documentation Rule",
        "Definition": "Documentation Definition",
        "Principle": "Documentation Principle",
        "Vocabulary Definition": "Documentation Definition"
      }
    },
    "Executive": {
      "allowed_roles": [
        "Business Context",
        "Executive Summary",
        "Business Goal",
        "Decision Context"
      ],
      "fallback_role": "Business Context",
      "role_mapping": {
        "Decision": "Decision Context"
      }
    },
    "Founding": {
      "allowed_roles": [
        "Principle",
        "Definition",
        "Core Philosophy",
        "Vision",
        "Source of Truth"
      ],
      "fallback_role": "Principle"
    },
    "Knowledge": {
      "allowed_roles": [
        "Explanation",
        "Reference",
        "Summary"
      ],
      "fallback_role": "Explanation"
    },
    "Technical Whitepaper": {
      "allowed_roles": [
        "Explanation",
        "Reference",
        "Architecture Overview",
        "Summary"
      ],
      "fallback_role": "Explanation",
      "role_mapping": {
        "Architecture Rule": "Architecture Overview"
      }
    }
  },
  "policy_version": "1.0"
}

Design Reference

{
  "date_format": "YYYY-MM-DD",
  "heading_style": "sentence_case",
  "name": "ORLENE",
  "tone": [
    "precise",
    "calm",
    "human",
    "consistent"
  ],
  "version_format": "major.minor"
}