-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Copilot Memories Detected
GitHub Copilot has stored memories for the following repositories:
📝 rajbos/github-copilot-token-usage
- Memories found: 15
Recent memories:
- When creating and pushing new branches in GitHub Actions workflows, use 'git push -u origin ' instead of just 'git push' to set the upstream
- Claude Opus 4.6 uses $5.0 input / $25.0 output per million tokens with multiplier 3, while claude-opus-4.6-(fast-mode)-(preview) uses multiplier 9
- MCP tools are detected by name patterns starting with "mcp." or "mcp_". Helper methods isMcpTool() and extractMcpServerName() must be used in 4 locations: JSONL processing (~line 1655), JSON processing (~line 1737), log viewer (~line 2905), and extractResponseData (~line 3075).
- @vscode/webview-ui-toolkit has react as a peer dependency which we don't use. The "peer": true property in package-lock.json is normal and doesn't affect functionality.
- Use npm ci for routine development to avoid package-lock.json churn. Only use npm install when adding or updating dependencies.
- ... and 10 more
📝 rajbos/actions-marketplace-checks
- Memories found: 19
Recent memories:
- Use GetOrgActionInfo function instead of manual .Split("_") to parse action names for display in reports and summaries
- GetOrgActionInfo validates input contains underscore before parsing; returns empty strings for invalid format to prevent errors
- SplitUrl function includes duplicate owner prefix cleanup to handle malformed URLs like github/github_safe-settings by removing the duplicate prefix
- All main workflows use concurrency groups with cancel-in-progress: false to prevent overlapping runs and queue subsequent runs instead
- Analyze workflow uses 10 parallel chunks (reduced from 25) to limit rate limit pressure when running concurrently with other workflows
- ... and 14 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: 34
Generated by workflow run: 21857859590
Reactions are currently unavailable