Skip to content

Copilot Memories Found - 2026-02-24 #19

Description

@github-actions

Copilot Memories Detected

GitHub Copilot has stored memories for the following repositories:

📝 rajbos/github-copilot-token-usage

  • Memories found: 20

Recent memories:

  • Usage analysis statistics are cached in lastUsageAnalysisStats property to avoid re-processing all session files on every panel open
  • All control statements (if, for, while, etc.) must use braces, even for single-line bodies. The curly rule is enabled in eslint.config.mjs
  • ESLint enforces curly braces for all if/else statements, even single-line ones
  • The codebase enforces the 'curly' ESLint rule which requires braces around all control statements (if, while, for, etc.), even for single-line statements.
  • PDF export uses jsPDF library (v4.2.0) with dynamic import, generates A4 portrait format with cover page + one page per category showing evidence and tips
  • ... and 15 more

📝 rajbos/actions-marketplace-checks

  • Memories found: 20

Recent memories:

  • Use Install-ModuleWithRetry from library.ps1 for all Install-Module calls in workflows. It provides 3 retries with exponential backoff (5s/10s/20s) to handle transient PSGallery failures.
  • GraphQL API uses points-based rate limiting: base 5,000 points/hour, max 12,500 points/hour (with 20+ repos/users); tracked separately from Core REST API in resources.graphql section of /rate_limit response
  • Use $actions.Count as single source of truth for total actions across all report sections; always use DisplayIntWithDots for number formatting; clearly label subset counts
  • In markdown tables, alignment colons belong in the separator row (e.g., |---:| for right-align, |:---| for left-align, |:---:| for center), never in the header row; numeric columns should use right-alignment
  • Markdown tables in LogMessage calls must have proper pipe delimiters: header separator uses |---| format, all table rows must start and end with |, and no colons should precede pipes except in alignment indicators like |---:| for right-alignment
  • ... and 15 more

Action Required: Review these memories to ensure they don't contain sensitive information.

Summary:

  • Total repositories checked: 3
  • Repositories with memories: 2
  • Total memories found: 40

Generated by workflow run: 22343099536

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions