Skip to content

Copilot Memories Found - 2026-02-15 #10

@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:

  • Fluency level thresholds and tips are defined separately in getFluencyLevelData() and must be kept in sync with calculateMaturityScores(). The viewer displays the exact same rules used for scoring.
  • The Fluency Level Viewer is a debug-only tool that shows all fluency score rules, thresholds, and tips. Access is gated by vscode.debug.activeDebugSession to keep it as a development tool.
  • Empty sessions (requestCount === 0) should NOT set conversationPatterns to avoid skewing fluency score calculations
  • 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
  • ... and 15 more

📝 rajbos/actions-marketplace-checks

  • Memories found: 20

Recent memories:

  • Functions in repoInfo.ps1 must pass $accessToken parameter to all ApiCall invocations to avoid authentication failures
  • 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
  • ... 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: 22032510511

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