You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Programmatic Smart Injection (Option B): Replaced legacy full-document rewriting using Gemini Pro with a highly efficient programmatic Markdown injector. The new system uses Gemini Flash 3.5 to choose the target section header, while Python surgically inserts the link. This prevents 429 rate limit blocks and cuts down API costs by 95%.
Persisted Raw Impact Score: Added impact_score attribute to evaluations saved inside data/inventory.yaml, ensuring that cached resources retain their original AI classification scores.
Fixed
KeyError: 'impact_score': Implemented resilient fallback logic in the curation orchestrator to calculate impact_score from the stars attribute (e.g. stars * 20) for cached items that lack the raw impact_score field.