# Example of performative public -weight: 500;">update automation name: Generate Progress Report on: push: branches: [ main ] jobs: report: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Generate metrics run: | echo "## 🚀 Weekly Progress Report" >> $GITHUB_STEP_SUMMARY echo "- Commits this week: $(-weight: 500;">git log --since='1 week ago' --oneline | wc -l)" >> $GITHUB_STEP_SUMMARY echo "- Lines changed: $(-weight: 500;">git diff --shortstat HEAD~1 HEAD | awk '{print $4,$5}')" >> $GITHUB_STEP_SUMMARY echo "- Features deployed: ${{ vars.FEATURES_DEPLOYED || '0' }}" >> $GITHUB_STEP_SUMMARY COMMAND_BLOCK: # Example of performative public -weight: 500;">update automation name: Generate Progress Report on: push: branches: [ main ] jobs: report: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Generate metrics run: | echo "## 🚀 Weekly Progress Report" >> $GITHUB_STEP_SUMMARY echo "- Commits this week: $(-weight: 500;">git log --since='1 week ago' --oneline | wc -l)" >> $GITHUB_STEP_SUMMARY echo "- Lines changed: $(-weight: 500;">git diff --shortstat HEAD~1 HEAD | awk '{print $4,$5}')" >> $GITHUB_STEP_SUMMARY echo "- Features deployed: ${{ vars.FEATURES_DEPLOYED || '0' }}" >> $GITHUB_STEP_SUMMARY COMMAND_BLOCK: # Example of performative public -weight: 500;">update automation name: Generate Progress Report on: push: branches: [ main ] jobs: report: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Generate metrics run: | echo "## 🚀 Weekly Progress Report" >> $GITHUB_STEP_SUMMARY echo "- Commits this week: $(-weight: 500;">git log --since='1 week ago' --oneline | wc -l)" >> $GITHUB_STEP_SUMMARY echo "- Lines changed: $(-weight: 500;">git diff --shortstat HEAD~1 HEAD | awk '{print $4,$5}')" >> $GITHUB_STEP_SUMMARY echo "- Features deployed: ${{ vars.FEATURES_DEPLOYED || '0' }}" >> $GITHUB_STEP_SUMMARY - Public GitHub repositories with commit messages that explain the "why" behind changes - Public Trello/Linear boards showing actual backlog priorities and movement - Regular, unscripted video demos showing raw work-in-progress - Detailed technical blog posts that dive into trade-offs and failed experiments