Files
chanora/docs/references/aspice-swe2-swe3-integration-note.md
T
EdisonJwa f1bc9a6c85 chore(repo): initial baseline import (docs v0.9.2 + bootstrap)
Imports the v0.9.2 documentation baseline and the bootstrap files
required by docs/governance/repository-bootstrap-plan.md v0.1.0 §3,
minus the justfile (added in the next commit).

This commit establishes the git history for the project. All previous
work lived only as filesystem state with no version control.
2026-05-14 12:25:33 +08:00

88 lines
2.4 KiB
Markdown

# Chanora SWE.2 / SWE.3 Reference Integration Note
**Version:** 0.9.2
**Status:** Baseline Candidate note
**Language:** English
**Repo path:** `docs/references/aspice-swe2-swe3-integration-note.md` ---
## 1. Purpose
This note records the refinements applied to Chanora SAD and SDD after reviewing additional software architecture and detailed design references.
## 2. SAD Updates
The SAD was updated to include:
- SWE.2 architecture completeness and evaluation criteria
- Interface catalog
- Performance and resource view
- Assumptions and dependencies
- Architecture glossary
- Additional SAD design items covering:
- architecture evaluation
- interface catalog
- performance/resource views
- assumptions/dependencies
- glossary
- SDD refinement requirements
- SAD/SDD communication and baseline expectations
## 3. SDD Updates
The SDD was updated to include:
- SWE.3 detailed-design completeness criteria
- Unit interface detail catalog
- Detailed design evaluation checklist
- Additional SDD detailed design items covering:
- ArchitectureViewDocs
- ADR record structure
- InterfaceDetailCatalog
- PerformanceDesignNotes
- AssumptionRegister
- ArchitectureGlossary
- SoftwareUnitDesignTemplate
- UnitConstructionGuideline
- SoftwareUnitTraceChecker
- DetailedDesignReviewRecord
- UnitVerificationHandoff
- SoftwareUnitRegistry
## 4. Traceability Rule Preserved
The updated documents preserve the strict traceability chain:
```text
SysRS -> SysDes -> SRS -> SAD -> SDD
```
Direct source rules:
| Document | Direct source |
|---|---|
| SAD | SRS only |
| SDD | SAD only |
## 5. Change History
| Version | Date | Description |
|---|---|---|
| 0.1.0 | 2026-05-14 | Initial research note for expanding SAD structure and updating SDD coverage. |
| 0.2.0 | 2026-05-14 | Added SWE.2 and SWE.3 reference integration summary. |
## Baseline Candidate 0.9.1 Update
| Version | Date | Description |
|---|---|---|
| 0.9.1 | 2026-05-14 | Updated baseline after product decision closure: Apple App Store SDK gate uses Xcode 26+ and iOS 26 / iPadOS 26 SDK+ since 2026-04-28, platform baselines and decision traceability propagated across the document set. |
## Baseline Candidate 0.9.2 Update
| Version | Date | Description |
|---|---|---|
| 0.9.2 | 2026-05-14 | Corrected Apple App Store Connect upload gate to 2026-04-28 and checked full-package naming, references, and coverage. |