# Change: Knowledge Base Maintenance Strategy
## Why
The embedded knowledge base (PSADT documentation, installer guides, packaging patterns) requires ongoing maintenance to stay current with PSADT releases, Intune updates, and evolving best practices. Without a structured maintenance strategy, the knowledge base will drift from reality, leading to incorrect guidance and broken packages.
## What Changes
- Use `ReferenceKnowledge/` as the authoritative source for PSADT documentation
- Establish a workflow to transform reference docs into curated `src/knowledge/` content
- Establish a versioning strategy for knowledge base content
- Create a maintenance schedule and workflow
- Add automated validation for knowledge base integrity
- Implement a changelog for tracking knowledge updates
## Impact
- **Affected specs**: None (process-oriented change)
- **Affected code**: `ReferenceKnowledge/`, `src/knowledge/`, `tests/knowledge/`
## Dependencies
- **Requires**: Proposal 3 (PSADT Templates) - establishes the knowledge base structure
## Sequence
**Proposal 7 of X** - Can be implemented anytime after Proposal 3.