You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release: R25-11
Status: Pilot v1 — 3 source documents, 71 articles
Last updated: 2026-03-01
This vault is a structured knowledge base extracted from AUTOSAR Adaptive Platform specification PDFs. It is designed for navigation in Obsidian and as machine-readable input for C++ code generation projects.
New to AUTOSAR AP? Start with [[exp-pd-architecture-overview]] — the logical and physical architecture of the platform.
Architecture description? Read [[exp-swa-introduction]], then follow the arc42 structure through [[exp-swa-solution-strategy]] and [[exp-swa-building-block-view-pp44-53]].
Development methodology? Read [[tr-meth-introduction]] and [[tr-meth-use-cases-pp15-24]].
All glossary terms? See [[_index/master-glossary]].
Key Concepts by Topic
Topic
Start here
Platform architecture
[[exp-pd-architecture-overview]]
Manifest system
[[exp-pd-manifest-design]]
Execution lifecycle
[[exp-pd-execution-management]]
State management
[[exp-pd-state-management]]
Communication / SOA
[[exp-pd-communication-management]]
Diagnostics
[[exp-pd-diagnostics]]
Update management (UCM)
[[exp-pd-update-config-management]]
Security & cryptography
[[exp-pd-cryptography]]
Safety & PHM
[[exp-pd-safety]]
Software deployment
[[exp-swa-deployment-view]]
Cross-cutting concepts
[[exp-swa-cross-cutting-concepts]]
Methodology use cases
[[tr-meth-use-cases-pp15-24]]
Methodology library
[[tr-meth-methodology-library-pp83-92]]
Vault Structure
c:\p\AAP\
├── README.md ← You are here
├── _index/
│ ├── master-glossary.md ← All AUTOSAR terms extracted from articles
│ ├── document-registry.md ← Source document inventory
│ ├── concept-map.md ← High-level relationship map
│ └── requirements-index.md ← All requirement IDs (populated in later phases)
├── _meta/
│ ├── extraction-log.json ← Per-document processing audit trail
│ ├── document-manifest.json ← Phase 1 classification output
│ ├── link-graph.json ← Full concept graph (populated in Phase 4)
│ ├── uml-registry.json ← UML artifact registry (populated in Phase 3)
│ └── processing-stats.json ← Token counts, cost, validation results
├── _templates/ ← Article and overview templates
├── _uml/ ← PlantUML files (populated in Phase 3)
├── platform-design/ ← 57 articles: AP design rationale
│ ├── _overview.md
│ └── exp-pd-*.md, exp-swa-*.md
├── methodology/ ← 14 articles: AP development methodology
│ ├── _overview.md
│ └── tr-meth-*.md
├── foundation/ ← Planned: normative SWS specs
├── communication/ ← Planned
├── services/ ← Planned
├── security/ ← Planned
└── input/ ← Source PDFs, ARXML (not part of wiki)
Article Status Legend
Status
Meaning
extracted
Text extracted, frontmatter populated, WikiLinks added
reviewed
Human-reviewed for accuracy
verified
Cross-checked against source PDF
All 71 pilot articles are in extracted state. UML figures are noted in frontmatter with extraction_method: "pending_vision" — the actual PlantUML files will be generated in Phase 3.
Confidence Levels
Confidence
Meaning
high
All sections fully captured, no significant ambiguity
medium
Minor elements uncertain or figures unreadable
low
Major sections ambiguous — needs re-extraction or manual review
Planned Next Phases
Phase
Description
Scope
Phase 3
UML figure extraction from ARXML + vision
Pilot docs (ARXML available for EM, SM, CM)
Phase 4
Cross-linking pass — enrich related and depends_on fields
All 71 articles
Phase 5
Quality enrichment — deepen C++ implementation notes