Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the project/template version to 0.6.10rc2 and extends the generated Insights feature set (new GitHub star record detection, dashboard UI enhancements, and a new bulk Insights API endpoint), along with related template update wiring.
Changes:
- Version bump across
pyproject.toml,uv.lock,aegis/__init__.py,copier.yml, andCLAUDE.md. - Add GitHub stars “best day/month” record detection + tests, and enrich the Insights dashboard UI (cards, country display, event annotations).
- Introduce
/api/v1/insights/allbulk Insights endpoint with in-memory caching, and update template post-gen/manual update bookkeeping.
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Bumps locked package version to 0.6.10rc2. |
| pyproject.toml | Bumps package version to 0.6.10rc2. |
| copier.yml | Bumps template version to 0.6.10rc2. |
| aegis/init.py | Bumps __version__ to 0.6.10rc2. |
| CLAUDE.md | Updates documented “Current Version”. |
| aegis/templates/.../tests/services/test_collector_service.py | Adds tests for new star daily/monthly record checks. |
| aegis/templates/.../app/services/insights/collector_service.py | Adds star record checks; adjusts record-check early return. |
| aegis/templates/.../app/core/constants.py | Adds COUNTRY_NAMES (with flag emoji) for UI display. |
| aegis/templates/.../app/core/cache.py | Removes cache debug logging calls. |
| aegis/templates/.../app/components/frontend/.../insights_modal.py | Adds milestone categories, metric-card subtitles, docs insight cards, and changes event/top-page logic. |
| aegis/templates/.../app/components/backend/api/insights.py | Adds bulk Insights API endpoint with caching. |
| aegis/core/post_gen_tasks.py | Updates Insights component file mapping and cleanup list; adds TODO about mapping fragility. |
| aegis/core/manual_updater.py | Ensures backend routing is regenerated when components change. |
| aegis/config/shared_files.py | Expands shared-file policy list for conditional regeneration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.