Skip to content

Commit 841f933

Browse files
committed
docs: setup metrics and reporting directory structure
- Create .github/reporting/ directory with comprehensive README - Create .github/metrics/README.md documenting collection scripts - Update docs/BRANDING.md to reference new structure - Update .github/agents/README.md with metrics/reporting links - Update .github/README.md directory structure diagram - Update root README.md with new directory links Establishes clear separation between: - Metrics collection (.github/metrics/) - scripts, config, raw data - Report publishing (.github/reporting/) - formatted outputs, archives All documentation now properly cross-references the new folder structure.
1 parent ee354e9 commit 841f933

File tree

6 files changed

+617
-3
lines changed

6 files changed

+617
-3
lines changed

.github/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,19 @@ Directory Structure Details
348348
│ ├── project-meta-sync.yml
349349
│ └── ... (other workflows)
350350
351+
├── metrics/ # Metrics collection scripts and configuration
352+
│ ├── README.md
353+
│ ├── metrics.config.json
354+
│ ├── frontmatter-metrics.js
355+
│ ├── branding.json
356+
│ └── branding-log.md
357+
358+
├── reporting/ # Generated reports and metrics artifacts
359+
│ ├── README.md
360+
│ ├── frontmatter/
361+
│ ├── branding/
362+
│ └── issue-metrics/
363+
351364
├── ISSUE_TEMPLATE/ # Issue templates for bugs, features, docs, tasks, etc.
352365
│ └── *.md
353366

.github/agents/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ graph TD
272272
| **Automation Governance** | Workflow and agent policies | [../AUTOMATION_GOVERNANCE.md](../AUTOMATION_GOVERNANCE.md) |
273273
| **Global AI Rules** | Organization-wide AI guidelines | [../../AGENTS.md](../../AGENTS.md) |
274274
| **Collections** | Curated agent toolkits | [../collections/](../collections/) |
275+
| **Metrics Directory** | Metrics collection and configuration | [../metrics/](../metrics/) |
276+
| **Reporting Directory** | Generated reports and artifacts | [../reporting/](../reporting/) |
275277

276278
---
277279

0 commit comments

Comments
 (0)