Drop 9 batch proposals that are superseded by the boocode-lift-analysis (boocontext-audit, conductor upgrades, self-healing/verify-gate skills): add-3tier-memory, import-llm-evaluator, import-pregel-engine, plugin-platform, conductor-evolution, code-intelligence-upgrade, dev-workflow, ui-overhaul, agent-reliability. Delete 11 stub archive files (49-66B each, 'Status: Shipped. Archived.' only) that provide zero documentation value over the existing CHANGELOG.md + git tags.
16 lines
760 B
Markdown
16 lines
760 B
Markdown
## ADDED Requirements
|
|
|
|
### Requirement: Unified project overview
|
|
The system SHALL provide a single tool that returns a comprehensive project overview including language stack, directory structure, entry points, and high-level architecture.
|
|
|
|
#### Scenario: Overview returned for any repo
|
|
- **WHEN** a user requests a project overview
|
|
- **THEN** the system SHALL return language stack, key directories, dependency graph, and entry points
|
|
|
|
### Requirement: Context map with compression
|
|
The system SHALL provide a context map (file listing with annotations) using DCP compression for large payloads.
|
|
|
|
#### Scenario: Compressed context map
|
|
- **WHEN** a repo exceeds threshold size for a full scan
|
|
- **THEN** the system SHALL apply DCP compression to reduce payload
|