docs: add COMPONENT.md to all 18 components and README.md to 3 missing repos
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# project-audit
|
||||
|
||||
Jira, Confluence, and GitLab analysis tooling for DB internal project auditing.
|
||||
|
||||
## Purpose
|
||||
|
||||
Scripts and data exports for analyzing team velocity, bug patterns, architecture decisions, and process compliance across O2C/pathOS projects.
|
||||
|
||||
## Usage
|
||||
|
||||
```powershell
|
||||
python scripts/<script-name>.py
|
||||
```
|
||||
|
||||
## Structure
|
||||
|
||||
- `scripts/` - Python analysis and export scripts
|
||||
- `data/` - Exported data (Confluence pages, Jira issues)
|
||||
- `analysis/` - Generated analysis documents
|
||||
- `domain/` - Domain glossary and context
|
||||
- `iterations/` - Session-based iteration notes
|
||||
|
||||
Reference in New Issue
Block a user