Commit Graph

6019 Commits

Author SHA1 Message Date
Nubenetes Bot
05b66d006f feat: add company/geo_region extraction to Gemini prompts, add enrichment/dedup to cron, fix nav sync for digest pages
- Update curator Gemini prompt with Phase 5: Company & Geo Classification
  to extract company name and geo_region (americas/europe/spain/asia_pacific)
  for industry digest categories
- Store company and geo_region from AI response in eval_data
- Add Intelligence Digest nav entries to _sync_enterprise_navigation so
  digest pages persist across nav rebuilds
- Add dedup scan and enrichment pipeline steps to monthly cron workflow
  (01.1.agentic_cron.yml) in addition to publish workflow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 09:04:28 +02:00
Nubenetes Bot
3dc52af391 feat: add CNCF landscape integration, GitHub activity enrichment, license change detection, dedup engine, PWA support, and expanded video hub
- Add src/enrichment.py (395 lines): CNCF landscape API integration for
  project graduation status, GitHub issue/PR velocity tracking with
  community health scoring, and license change detection with history
- Add src/dedup.py (194 lines): URL normalization dedup, content-hash
  dedup, title-similarity dedup (85% threshold via SequenceMatcher),
  and resolution strategy keeping highest-quality entry
- Enable PWA/offline plugin in v2-mkdocs.yml for cached offline reading
- Expand video hub categorization with MLOps, security, IaC, GitOps,
  observability, FinOps, cloud providers, and language-specific routing
- Add dedup scan and enrichment pipeline steps to CI publish workflow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 09:00:53 +02:00
Nubenetes Bot
8b04851097 fix: exclude digest pages from v2_filter.js injection
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 00:46:47 +02:00
Nubenetes Bot
782dc1bd06 feat: add AI re-evaluation staleness detection, cross-dimension See Also, and last_ai_eval tracking
- Add last_ai_eval timestamp to eval_data in both fast-track and grounded-track
  evaluation paths, plus SQL schema and curator
- Entries enriched >6 months ago are automatically flagged for re-evaluation
  instead of being skipped (stale content detection)
- Enhance "See Also" links with cross-dimension references based on shared
  tags between pages, in addition to same-dimension related links
- Add _collect_tags_from_tree() helper for recursive tag extraction

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 00:45:57 +02:00
Nubenetes Bot
1149a9c8f7 feat: add announcement bar, tags/RSS/minify plugins, markdown extensions, and fix comparison table threshold
- Add announcement bar with digest promo via template override
- Enable tags plugin (native clickable tag navigation)
- Add RSS plugin for digest feed subscription
- Enable minify plugin for production HTML optimization
- Add markdown extensions: highlight, inlinehilite, smartsymbols, caret, tilde, tables, footnotes, abbr, def_list
- Add mkdocs-rss-plugin to requirements.txt
- Fix comparison table threshold mismatch (config: 8, code: 5 → aligned to 8)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 00:42:17 +02:00
Nubenetes Bot
4e87c248fd feat: implement AI-powered news digest engine, MkDocs UX overhaul, pipeline hardening, and stub page merges
- Add 26-category news digest engine (src/news_digest.py) with Gemini AI ranking
  for 3/6/12 month temporal panels across tech, cloud, and geo categories
- Add discovered_at, company, geo_region fields to inventory schema with backfill
  script populating 18K+ existing entries
- Fix critical v2-mkdocs.yml bug: plugins were nested under theme (silently disabled)
- Add MkDocs Material features: instant nav, breadcrumbs, footer, announce bar
- Add trending cards CSS grid and replace Agentic Pulse with dynamic Trending Now
- Generate tech-digest.md and industry-digest.md with tabbed 3/6/12 month views
- Merge 12 stub pages (<40 lines each) into parent categories with redirects
- Replace 50 bare except:pass patterns with contextual logging across all pipeline files
- Expand autonomous discovery from 6 to 14 GitHub search queries
- Add stale health re-check for online entries older than 30 days
- Track addition_method by source type (rss, twitter, github_trending)
- Add digest generation step to CI publish workflow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 00:38:56 +02:00
Nubenetes Bot
138b63c69f fix(ci): fix README.md TOC and safety check logic, and guard against NoneType titles in v2_optimizer v2.5.9 2026-06-18 17:42:04 +02:00
Nubenetes Bot
95c7078e6a fix(ci): stage both inventory.yaml and inventory.sql in workflows to prevent unstaged rebase failures 2026-06-18 17:35:40 +02:00
Nubenetes Bot
cba67c689c merge branch 'develop' 2026-06-18 17:33:04 +02:00
Nubenetes Bot
e527be5189 feat: implement SQLite dual-save engine, pre-commit schema linting, debate consensus caching, and reputation registry 2026-06-18 17:32:48 +02:00
Nubenetes Bot
1cd243ee58 feat: implement SQLite dual-save engine, pre-commit schema linting, debate consensus caching, and reputation registry 2026-06-18 17:32:08 +02:00
Nubenetes Bot
0c3ae9661c docs: automated README metric synchronization [skip ci] 2026-06-18 15:04:18 +00:00
Nubenetes Bot
0f53474aa9 Merge branch 'develop' v2.5.8 2026-06-18 17:03:36 +02:00
Nubenetes Bot
12402e089d docs: update CHANGELOG for release v2.5.8 2026-06-18 17:03:26 +02:00
Nubenetes Bot
871bd30e75 docs: document Fast-Pass, Twitter toggle, failure-aware domain health checks, and tags cap in README 2026-06-18 17:02:30 +02:00
Nubenetes Bot
78f5600e75 Merge branch 'develop' 2026-06-18 17:01:57 +02:00
Nubenetes Bot
d7c9162cb8 docs: document Fast-Pass, Twitter toggle, failure-aware domain health checks, and tags cap in README 2026-06-18 17:01:47 +02:00
Nubenetes Bot
24b5bbc6a2 docs: automated README metric synchronization [skip ci] 2026-06-18 14:54:52 +00:00
Nubenetes Bot
42442a1a6c docs: update CHANGELOG for release v2.5.7 2026-06-18 16:53:44 +02:00
Nubenetes Bot
68c8bf6715 docs: update CHANGELOG for release v2.5.7 v2.5.7 2026-06-18 16:53:15 +02:00
Nubenetes Bot
5fe5431c53 docs: automated README metric synchronization [skip ci] 2026-06-18 14:53:09 +00:00
Nubenetes Bot
7d2194e923 Merge branch 'develop' 2026-06-18 16:52:59 +02:00
Nubenetes Bot
67092bc4d2 feat: implement recommendations #2, #3, and #5 for curation and tags performance 2026-06-18 16:52:16 +02:00
Nubenetes Bot
c2b1c39e1f docs: automated README metric synchronization [skip ci] 2026-06-18 14:35:42 +00:00
Nubenetes Bot
83516999f9 Merge branch 'develop' v2.5.6 2026-06-18 16:35:06 +02:00
Nubenetes Bot
03ff019622 Merge branch 'develop' of github.com:nubenetes/awesome-kubernetes into develop 2026-06-18 16:34:45 +02:00
Nubenetes Bot
96557026c0 docs: add custom workspace skill runbook and update README labor division 2026-06-18 16:34:40 +02:00
Nubenetes Bot
8721f828ac docs: automated README metric synchronization [skip ci] 2026-06-18 14:16:52 +00:00
Nubenetes Bot
bfb00ae1d3 Merge branch 'develop' v2.5.5 2026-06-18 16:16:19 +02:00
Nubenetes Bot
ddeda5d5cd Merge branch 'develop' of github.com:nubenetes/awesome-kubernetes into develop 2026-06-18 16:16:02 +02:00
Nubenetes Bot
8f31612b05 chore: unify CI/CD write concurrency to develop-git-write-lock and improve push resilience 2026-06-18 16:15:57 +02:00
Nubenetes Bot
9635422d33 feat: sync V2 elite curated edition and README metrics [skip ci] 2026-06-18 14:07:26 +00:00
Nubenetes Bot
969980f69a Merge branch 'develop' 2026-06-18 15:58:56 +02:00
Nubenetes Bot
ced3553734 feat: sync V2 elite curated edition and README metrics [skip ci] 2026-06-18 13:57:45 +00:00
Nubenetes Bot
52b5254340 Merge branch 'develop' of github.com:nubenetes/awesome-kubernetes into develop 2026-06-18 15:56:28 +02:00
Nubenetes Bot
1a5e3c6a0a fix(about): adjust horizontal rule style to meet MD035 linter requirement 2026-06-18 15:56:15 +02:00
Nubenetes Bot
fd2cd3c6ad docs: automated README metric synchronization [skip ci] 2026-06-18 13:51:04 +00:00
Nubenetes Bot
095125d8c6 Merge branch 'develop' 2026-06-18 15:50:21 +02:00
Nubenetes Bot
11aa0026c8 chore: rebuild site and v2-docs after CSS integration 2026-06-18 15:50:02 +02:00
Nubenetes Bot
852077cb5b merge remote 'origin/develop' 2026-06-18 15:43:56 +02:00
Nubenetes Bot
5b90fef67b style: implement modern browser-native CSS features (balanced headings, orphan controls, course touch targets, auto-sizing text areas) for V2 Elite 2026-06-18 15:43:38 +02:00
Inaki
9a611d2456 Merge pull request #348 from nubenetes/develop
🚀 Release: Agentic V2 Portal Update
2026-06-18 15:33:20 +02:00
Nubenetes Bot
8171a464a5 feat: sync V2 elite curated edition and README metrics [skip ci] 2026-06-18 13:30:34 +00:00
Nubenetes Bot
58bbec3524 docs: automated README metric synchronization [skip ci] 2026-06-18 13:26:16 +00:00
Nubenetes Bot
4cffc04b2f chore: bump version to 2.5.4 in CHANGELOG.md v2.5.4 2026-06-18 15:24:18 +02:00
Nubenetes Bot
7d76cb862e Merge branch 'master' of github.com:nubenetes/awesome-kubernetes 2026-06-18 15:23:47 +02:00
Nubenetes Bot
622dcf52ea Merge branch 'develop' 2026-06-18 15:23:37 +02:00
Nubenetes Bot
f190c92645 chore: rebuild v2 docs and site assets post-merge 2026-06-18 15:23:14 +02:00
Nubenetes Bot
51907d4359 merge remote 'origin/develop' 2026-06-18 15:19:51 +02:00
Nubenetes Bot
617c700018 feat: integrate advanced AI developer tools (Cursor, Antigravity, Claude Code, Copilot) into V1/V2 and fix parsing regex 2026-06-18 15:19:19 +02:00