Skip to content

Copilot Memories Found - 2026-02-14 #9

@github-actions

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:

  • All methods that read session files must include UUID detection before attempting JSON.parse(). Pattern: trim content, test with UUID regex, return early with appropriate empty values if matched.
  • Copilot CLI changed session file format from JSONL to UUID-only pointer files. UUID detection regex must be added before parsing: /^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/i
  • Maturity score evidence items should include threshold explanations in parentheses showing what criteria triggered the stage (e.g., "Used 17 models (3+ models → Stage 3)")
  • When adding navigation buttons to webviews, two changes are required: (1) add buttonHtml() call in the HTML template, (2) add addEventListener for button click that posts message to extension
  • New commands registered in extension.ts must be added to the expectedCommands array in src/test/extension.test.ts
  • ... and 15 more

📝 rajbos/actions-marketplace-checks

  • Memories found: 20

Recent memories:

  • semver-check.ps1 includes comprehensive rate limit handling: pre-flight checks warn when Core API < 100 or GraphQL < 500 remaining; automatic wait when GraphQL < 100; exponential backoff retry (60s/120s/240s) up to 3 times for rate limit errors; configurable wait between repos (default 5s)
  • Write-DetailedRateLimitInfo function logs comprehensive rate limit info for Core API, GraphQL API, and Search API including limit, used, remaining, and reset time for each
  • semver-check Issue Summary table is sorted by Dependents column descending; null/N/A values treated as 0 for sorting; comma-separated numbers handled by removing commas before converting to int
  • semver-check report includes Dependents column in Issue Summary table; dependents data comes from action.dependents.dependents field and is captured in Test-ActionSemver and passed through result object
  • semver-check report includes Overall Statistics table showing repos with issues, repos without issues, and repos with more than 5 issues (each with count and percentage); "more than 5" is a subset metric highlighting repos needing extra attention
  • ... 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: 22014229933

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