Nubenetes Bot
533f8e2308
fix: implement incremental persistence during GitHub metadata phase
...
- Added auto-save every 500 GitHub API fetches to prevent data loss on early cancellation.
- This ensures that subsequent runs skip already enriched repositories.
2026-05-21 14:50:59 +02:00
Nubenetes Bot
1b6c518751
fix: resolve AI timeout bottleneck and enhance exception telemetry
...
- Increased httpx timeout to 180s to accommodate large JSON payloads.
- Added exception type name to telemetry logs for better diagnostic precision.
2026-05-21 14:33:48 +02:00
Nubenetes Bot
9bb60eef29
build: inject detailed telemetry logging for precise quota diagnostics
...
- Added payload size estimation (tokens) before requests.
- Added exact Token consumption (Prompt/Candidates) on success.
- Added exact error messages (response.text) on 429 and 50x errors to diagnose quota exhaustion limits (RPM vs TPM).
2026-05-21 13:45:04 +02:00
Nubenetes Bot
d05afb2970
fix: adjust batch size to 50 and enforce strict Lite-only policy
...
- Reduced BATCH_SIZE_FAST to 50 to prevent AI request timeouts.
- Hardened call_gemini_with_retry to strictly use Flash/Lite models when prefer_flash=True.
- Ensured newest model versions are prioritized within the Flash tier.
2026-05-21 11:25:50 +02:00
Nubenetes Bot
f56278ce98
feat: implement incremental inventory persistence
...
- Added periodic save (every 20 batches) to prevent data loss in long runs.
- Verified Flash-First settings (Batch: 100, Delay: 2s, prefer_flash=True).
2026-05-21 10:27:50 +02:00
Nubenetes Bot
2e37b84d64
feat: implement Flash-First architecture and Multi-Tier model policy
...
- Transitioned V2 Optimizer to high-density batching (100 items/batch).
- Reconfigured Health Cleaner to use Flash/Lite for high-volume URL rescue.
- Codified mandates 48-50 in GEMINI.md for AI governance.
- Added Agentic Model Selection Matrix to README.md.
- Improved error handling to ensure Rate-Limit events trigger Circuit Breakers.
2026-05-20 23:22:38 +02:00
Nubenetes Bot
63322116a1
fix: eliminate duplicate logs in V2 GitHub activity fetching [skip ci]
2026-05-20 19:44:57 +02:00
Nubenetes Bot
573104591d
fix: deduplicate GitHub metadata fetching in V2 optimizer to prevent redundant logs and API calls
2026-05-20 18:55:00 +02:00
Nubenetes Bot
c31bcb23ea
fix: resolve markdown linting errors and optimize V2 workflow performance
2026-05-20 17:57:00 +02:00
Nubenetes Bot
80e76fcc87
chore: add progress logging to V2 optimizer health checks
2026-05-20 17:01:12 +02:00
Nubenetes Bot
e76bef1d9d
chore: revert database sharding and restore fast-track single-file inventory model
2026-05-20 16:50:07 +02:00
Nubenetes Bot
9a5ed83e88
perf: expand Fast-Track eligibility and reduce grounding pressure to eliminate 429s
2026-05-20 16:27:56 +02:00
Nubenetes Bot
1efb3811e2
fix: ensure global inventory context is loaded during sharded runs to restore Fast-Track
2026-05-20 16:22:46 +02:00
Nubenetes Bot
34e1a4a605
fix: resolve NameError in dynamic_mandates and refine Fast-Track logic
2026-05-20 16:19:04 +02:00
Nubenetes Bot
30e21c5aef
perf: refine Fast-Track logic and increase AI backoff to eliminate 429s
2026-05-20 16:16:54 +02:00
Nubenetes Bot
597cf533ba
perf: implement Zero-Redundancy Pipeline and Smart Grounding for V2 Optimizer
2026-05-20 16:04:44 +02:00
Nubenetes Bot
735db81778
fix: global markdown linting repair and workflow rule hardening
2026-05-20 15:07:38 +02:00
Nubenetes Bot
0c605e00f5
fix: add isinstance dict check to prevent AttributeError in v2 rendering
2026-05-20 14:49:06 +02:00
Nubenetes Bot
0b84870e34
perf: bypass heavy API requests and health checks in V2 render_only mode
2026-05-20 14:46:03 +02:00
Nubenetes Bot
ecae477063
fix: resolve cross-key throttling and premature Tenacity backoff
2026-05-20 10:31:39 +02:00
Nubenetes Bot
97623ed744
fix: define INVENTORY_PATH in config for readme_updater.py
2026-05-20 10:06:36 +02:00
Nubenetes Bot
4d14161d26
chore: modernize CI/CD, UI aesthetics, and documentation
2026-05-20 10:03:32 +02:00
Nubenetes Bot
c40cd87731
fix(v2): make gold links descriptions collapsible and clean duplicated rendering code
2026-05-19 22:46:05 +02:00
Nubenetes Bot
7c779c7ace
ci(v2): implement missing force_full_check option and update optimizer logic [skip ci]
2026-05-19 22:02:11 +02:00
Nubenetes Bot
a3bf3b0d5c
chore: link force_eval and enrich_metadata to bypass GitHub UI visibility limits
2026-05-19 21:39:35 +02:00
Nubenetes Bot
44e1340e7a
feat: implement 'Double-Evidence Synthesis' for grounded technical summaries
2026-05-19 21:14:29 +02:00
Nubenetes Bot
472d7342f9
feat: wrap V2 high-density summaries in expandable 'Technical Deep-Dive' blocks
2026-05-19 21:10:32 +02:00
Nubenetes Bot
f911b54dee
feat: implement dual-layer summaries (V1 descriptive title + Rich English summary)
2026-05-19 21:09:36 +02:00
Nubenetes Bot
5264ba4dff
feat: implement high-density multi-line summaries for V2 elite portal
2026-05-19 21:05:59 +02:00
Nubenetes Bot
29892a9848
feat: implement multi-agent Analyst-Auditor workflow for robust V2 tagging
2026-05-19 20:57:38 +02:00
Nubenetes Bot
28e07c83dd
feat(v2): implement on-demand metadata enrichment and GH stars fetching
2026-05-19 19:14:21 +02:00
Nubenetes Bot
14c87bdb98
fix(v2): correct Awesome badge link to point to official repository
2026-05-19 18:36:08 +02:00
Nubenetes Bot
a5f40f2d57
feat(v2): integrate Awesome badge into index title and codify branding mandate
2026-05-19 17:58:40 +02:00
Nubenetes Bot
2acf930ad7
feat(v2): hardcode maturity taxonomy and technical impact footer in index
2026-05-19 17:20:52 +02:00
Nubenetes Bot
6c8f66159c
refactor(v2): hardcode premium index structure in optimizer to ensure visual persistence
2026-05-19 16:35:35 +02:00
Nubenetes Bot
f167772314
fix(v2): hardcode index branding and add protective mandate to GEMINI.md
2026-05-19 15:06:58 +02:00
Nubenetes Bot
b3f28dccbc
fix(v2): ensure tag persistence and improve maturity logic for accurate reporting
2026-05-19 14:49:26 +02:00
Nubenetes Bot
ab0db87973
feat(v2): implement semantic cross-linking and related exploration logic
2026-05-19 13:18:49 +02:00
Nubenetes Bot
dc6c3a8f1c
docs: standardize V2 visual standards and tagging across README, GEMINI.md and index
2026-05-19 12:51:21 +02:00
Nubenetes Bot
2e334ee8af
feat: implement Platinum Maintenance suite (Dependabot, Social Cards, Automated Triage) [skip ci]
2026-05-19 10:47:41 +02:00
Nubenetes Bot
68d8b6fe35
feat: implement high-density multi-comment reporting for V2 Builder [skip ci]
2026-05-19 10:28:30 +02:00
Nubenetes Bot
19ed6178bf
docs: update architecture diagram and enhance V2 reporting metrics [skip ci]
2026-05-19 10:00:51 +02:00
Nubenetes Bot
7e99343b00
ui: remove redundant manual TOC from V2 pages to rely on sidebar navigation
2026-05-18 23:51:49 +02:00
Nubenetes Bot
f700c7e449
docs: replace efficiency pie charts with combined bar chart and update automation
2026-05-18 23:18:14 +02:00
Nubenetes Bot
280929baa8
perf: implement smart write logic for V2 portal generation
2026-05-18 23:15:58 +02:00
Nubenetes Bot
d695f0a3c8
fix: resolve KeyError categories in v2_optimizer garbage collection
2026-05-18 23:13:40 +02:00
Nubenetes Bot
4cd227ee39
feat: restore V2 granularity with O-Reilly nested hierarchy per page
2026-05-18 22:53:40 +02:00
Nubenetes Bot
2e4068b10c
fix: resolve NameError year_prefix in v2_optimizer
2026-05-18 21:59:18 +02:00
Nubenetes Bot
51da1dc7ba
fix: correct category density calculation in README using v1_locations
2026-05-18 21:56:24 +02:00
Nubenetes Bot
bf2f8fe998
docs: update xychart-beta to match user preferred style
2026-05-18 21:21:45 +02:00