chore: restore product scaffold to rollback baseline

This commit is contained in:
Edison Jwa
2026-05-29 14:02:04 +09:00
parent 2896f14ec9
commit fe6e07353e
434 changed files with 27278 additions and 63230 deletions
@@ -0,0 +1,28 @@
# ASPICE SWE.2/SWE.3 Integration Note
**Document status:** DV meeting baseline candidate
**Date:** 2026-05-29
## 1. Purpose
This note explains how Chanora's SWE.2 and SWE.3 documents support downstream verification.
## 2. Lifecycle Chain
```text
SysRS -> SysDes -> SRS -> SAD/SWE.2 -> SDD/SWE.3 -> SWE.4/SWE.5/SWE.6/SYS.4 verification
```
## 3. Integration Points
| Process | Chanora document | Verification handoff |
|---|---|---|
| SWE.2 | `docs/architecture/sad.md` | Defines components, interfaces, runtime flows, dependency rules |
| SWE.3 | `docs/architecture/sdd.md` | Defines modules, detailed behavior, data/state design, verification hooks |
| SWE.4 | `docs/verification/swe4-unit-verification-plan.md` | Consumes SDD module hooks |
| SWE.5 | `docs/verification/swe5-software-integration-verification-plan.md` | Consumes SAD interfaces and SDD integration hooks |
| SWE.6 | `docs/verification/swe6-software-verification-plan.md` | Verifies integrated software against SRS |
## 4. DV Conclusion
The SWE.2/SWE.3 integration route is documented for DV. Further itemized IDs can be added if required by a stricter process audit.
+21
View File
@@ -0,0 +1,21 @@
# Chanora External References
**Document status:** DV meeting baseline candidate
**Date:** 2026-05-29
## 1. Reference List
| Reference | Use |
|---|---|
| Flutter documentation | Cross-platform UI, build, localization, platform integration |
| Flutter Rust Bridge documentation | Typed Flutter/Rust bridge generation |
| Rust Cargo documentation | Workspace builds, tests, dependency locking |
| TeamSpeak 3-compatible protocol/library documentation | Protocol compatibility through `tsclientlib` |
| Apple Developer documentation | iOS/macOS signing, AVAudioSession, TestFlight/App Store requirements |
| Android Developer documentation | Permissions, foreground services, target SDK, audio routing |
| Material 3 guidelines | UI system baseline |
| ASPICE SWE/SYS process references | Lifecycle terminology for SWE.2, SWE.3, SWE.4, SWE.5, SWE.6, SYS.4 |
## 2. DV Use
External references support review but do not override Chanora baselines.