Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ toc/elections/2021/private.csv
__pycache__
orgs.out.yml
branchprotection.out.yml
/.idea
/.idea
tmp/
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ The evolution of the Cloud Foundry Technical Community Governance is explained i

The technical community's activities are structured into working groups by the TOC. For a listing of the
active working groups, see [WORKING-GROUPS.md](toc/working-groups/WORKING-GROUPS.md).

### Working Group Activity Reports

Automated working group activity reports are generated quarterly for TOC review. These reports analyze GitHub activity across all repositories managed by each working group and provide strategic insights into development progress.

- **View Reports**: [toc/working-groups/updates/](toc/working-groups/updates/)
- **Generate Reports**: See [automation documentation](toc/working-groups/updates/README.md)
- **OpenCode Integration**: Supports automated report generation using [OpenCode Run](https://github.com/sst/opencode)
Loading