Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
379bf4c
Add automated working group reporting system for TOC quarterly reviews
rkoster Sep 2, 2025
ebf0fae
Add automatic previous update detection for incremental reporting
rkoster Sep 2, 2025
a707dc0
Highlight IPv6 dual-stack as primary strategic initiative in FI worki…
rkoster Sep 2, 2025
fc56989
Refocus FI working group update on IPv6 implementation and UAA modern…
rkoster Sep 2, 2025
cd06c50
Limit major initiative summaries to 2 paragraphs for conciseness
rkoster Sep 2, 2025
846585f
Fix duplicate IPv6 header in working group update
rkoster Sep 2, 2025
9b24200
Improve working group report format and generation
rkoster Sep 2, 2025
fc0dc42
Streamline report structure with inline contributor recognition
rkoster Sep 2, 2025
780379a
Integrate PR/issue links directly into descriptive text
rkoster Sep 2, 2025
0df56b4
Enforce 40-word paragraph limit for improved readability
rkoster Sep 2, 2025
0f6c1dd
Improve PR linking format and eliminate duplication
rkoster Sep 2, 2025
d7d6067
Streamline report structure by eliminating redundant sections
rkoster Sep 2, 2025
76cc693
Remove redundant Summary section and Major Strategic Initiatives heading
rkoster Sep 2, 2025
6ebc747
Prioritize RFC-related activity in working group reports
rkoster Sep 2, 2025
014f686
Implement streamlined working group report format with RFC prioritiza…
rkoster Sep 2, 2025
c3367c7
Fix frontmatter positioning in working group report
rkoster Sep 2, 2025
d6ebd35
Clean-up Readme
rkoster Sep 23, 2025
82877a1
Add generated FIWG update
aramprice Jun 23, 2026
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