Chore: Move active context files
What does this MR do and why?
Move active context files from ai/context/ to ai/active_context/ per &17524 (comment 2519321629)
Before
.
├── context
│ ├── chunkers
│ ├── collections
│ ├── dependencies
│ ├── queues
│ └── references
After
.
├── active_context
│ ├── chunkers
│ ├── collections
│ ├── queues
│ └── references
├── context
│ └── dependencies
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.