CoReason Scribe
Version: {{ artifact.version }}

System Design Specification

Version {{ artifact.version }}

Generated: {{ artifact.timestamp.strftime('%Y-%m-%d %H:%M:%S UTC') }}

Table of Contents

1. Introduction

This document is auto-generated from the source code. It serves as the authoritative design specification.

2. Semantic Analysis

{% for section in artifact.sections %}

2.{{ loop.index }} {{ section.id }}

{{ section.author }} Hash: {{ section.linked_code_hash[:8] }}
{{ section.content }}
{% if section.is_modified %}

Modified since last release.

{% endif %}
{% endfor %}