metis-docs-core 1.2.0

Core library for Flight Levels documentation management system
Documentation
# ADR-{{ number }}: {{ title }}

*This template includes sections for various types of architectural decisions. Delete sections that don't apply to your specific use case.*

## Context **[REQUIRED]**

{What is the issue that we're seeing that is motivating this decision or change?}

## Decision **[REQUIRED]**

{What is the change that we're proposing or have agreed to implement?}

## Alternatives Analysis **[CONDITIONAL: Complex Decision]**

{Delete if there's only one obvious solution}

| Option | Pros | Cons | Risk Level | Implementation Cost |
|--------|------|------|------------|-------------------|
| {Option 1} | {Benefits} | {Drawbacks} | {Low/Medium/High} | {Estimate} |
| {Option 2} | {Benefits} | {Drawbacks} | {Low/Medium/High} | {Estimate} |
| {Option 3} | {Benefits} | {Drawbacks} | {Low/Medium/High} | {Estimate} |

## Rationale **[REQUIRED]**

{Why did we choose this option over alternatives?}

## Consequences **[REQUIRED]**

### Positive
- {Benefit 1}
- {Benefit 2}

### Negative
- {Cost or drawback 1}
- {Cost or drawback 2}

### Neutral
- {Neutral consequence 1}

## Review Schedule **[CONDITIONAL: Temporary Decision]**

{Delete if decision is permanent}

### Review Triggers
- {Condition that would trigger review 1}
- {Condition that would trigger review 2}

### Scheduled Review
- **Next Review Date**: {Date}
- **Review Criteria**: {What to evaluate}
- **Sunset Date**: {When this decision expires if not renewed}