Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,19 @@ Directory Structure Details
│ ├── project-meta-sync.yml
│ └── ... (other workflows)
├── metrics/ # Metrics collection scripts and configuration
│ ├── README.md
│ ├── metrics.config.json
│ ├── frontmatter-metrics.js
│ ├── branding.json
│ └── branding-log.md
├── reporting/ # Generated reports and metrics artifacts
│ ├── README.md
│ ├── frontmatter/
│ ├── branding/
│ └── issue-metrics/
├── ISSUE_TEMPLATE/ # Issue templates for bugs, features, docs, tasks, etc.
│ └── *.md
Expand Down
2 changes: 2 additions & 0 deletions .github/agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ graph TD
| **Automation Governance** | Workflow and agent policies | [../AUTOMATION_GOVERNANCE.md](../AUTOMATION_GOVERNANCE.md) |
| **Global AI Rules** | Organization-wide AI guidelines | [../../AGENTS.md](../../AGENTS.md) |
| **Collections** | Curated agent toolkits | [../collections/](../collections/) |
| **Metrics Directory** | Metrics collection and configuration | [../metrics/](../metrics/) |
| **Reporting Directory** | Generated reports and artifacts | [../reporting/](../reporting/) |

---

Expand Down
Loading
Loading