-
-
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: 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 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
- When displaying percentages in reports, format whole numbers without decimals (50% not 50.00%) by checking if rounded value equals floor value and casting to int
- semver-check summary table simplified to 3 columns (Repository, Total Issues, Issue Types) with no truncation; unknown issue types show full message instead of "..."; Fixed/Failed/Unfixable columns removed
- ... 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: 21980224120
Reactions are currently unavailable