Commit Graph

29 Commits

Author SHA1 Message Date
phamnazage-jpg
567d1f89ec feat(pipeline): enhance verification scripts and pipeline
- verify_phase6.sh: improve phase 6 verification logic
- report_utils.sh: update report generation utilities
- run_daily.sh: harden daily pipeline execution
- run_intel_pipeline.sh: improve intel pipeline runner
- run_real_pipeline.sh: improve real pipeline runner
- generate_daily_report.go: enhance daily report generation
2026-05-22 07:33:45 +08:00
phamnazage-jpg
8d1312203f feat(import): extend CTYun subscription collector
- ctyun_subscription_lib.go: extend CTYun subscription data extraction
- import_ctyun_subscription_test.go: update tests for CTYun
- ctyun_token_plan_sample.txt: updated test fixture
2026-05-22 07:33:38 +08:00
phamnazage-jpg
0de4402a11 feat(import): add CoreHub pricing collector and importer
- coreshub_pricing_lib.go: CoreHub pricing data extraction and parsing
- import_coreshub_pricing.go: importer with dry_run support
- import_coreshub_pricing_test.go: unit tests for importer
- coreshub_pricing_sample.txt: test fixture
2026-05-22 07:33:13 +08:00
phamnazage-jpg
0ee181a4a7 fix(tencent): detect promotional token plans
Relax the Tencent catalog plan matcher so monthly promotional plans are parsed by structure instead of a hard-coded plan-name list.

This keeps first-month promotional packages in the catalog and adds a regression sample plus parser test coverage.
2026-05-15 22:41:02 +08:00
phamnazage-jpg
d5d18e987e feat(pipeline): wire collectors into real pipeline gates
Wire the new subscription and official pricing collectors into the daily, real, and intel pipeline entrypoints.

This commit also upgrades Phase 6 verification with recent-window collector classification so gate failures distinguish preconditions from true runtime or provider issues.
2026-05-15 22:37:06 +08:00
phamnazage-jpg
256975e10c feat(audit): add pricing signature guards and reporting
Add snapshot, signature, and drift guard support for Vertex AI, Cloudflare Workers AI, and Perplexity API, backed by a queryable audit table and recent-window view.

This commit also wires the audit query layer into daily signal materialization and report generation so structure drift becomes a first-class signal instead of a log-only artifact.
2026-05-15 22:34:22 +08:00
phamnazage-jpg
958245537a feat(imports): add real pricing and subscription collectors
Add plan catalog and subscription schema support, seed baselines, and real importers for core domestic subscriptions plus stable official pricing sources.

This commit also hardens the shared fetch layers so the importers can support live collection and database writes instead of relying on manual placeholders alone.
2026-05-15 22:32:57 +08:00
phamnazage-jpg
a8999abcb0 feat(runtime): harden daily pipeline audit and verification
Tighten real-ingestion success rules, separate scheduled reports from historical rebuilds, and persist source-level runtime audit across daily pipeline runs.

Also add the Phase 5 CI workflow contract plus verification updates and supporting docs so the full uncommitted change set can be validated together.
2026-05-14 16:17:39 +08:00
phamnazage-jpg
618dff33da feat(report): close v2 headline and coverage gaps 2026-05-14 10:23:13 +08:00
phamnazage-jpg
d7fbd25dde feat(import): promote ernie 4.5 turbo vl evidence tier 2026-05-14 09:59:28 +08:00
phamnazage-jpg
988a7533c6 feat(report): support historical rebuild dates 2026-05-14 09:40:34 +08:00
phamnazage-jpg
2dca9aa627 feat(import): upgrade release evidence for key families 2026-05-14 09:29:28 +08:00
phamnazage-jpg
b2b39bfc12 feat(import): add secondary release evidence dates 2026-05-14 09:23:52 +08:00
phamnazage-jpg
dfb54092b7 feat(import): classify source-only official families 2026-05-14 09:16:12 +08:00
phamnazage-jpg
f3daf2959b feat(report): distinguish release evidence tiers 2026-05-14 09:04:16 +08:00
phamnazage-jpg
f2f68b85c1 feat(import): track release date evidence tiers 2026-05-13 23:27:47 +08:00
phamnazage-jpg
569b94cb73 feat(import): pin doubao seed 2.0 release date 2026-05-13 23:08:28 +08:00
phamnazage-jpg
bed5e3aec7 feat(import): refine official release metadata backfill 2026-05-13 23:02:50 +08:00
phamnazage-jpg
d893d2542e feat(import): add official seed exporter 2026-05-13 22:47:07 +08:00
phamnazage-jpg
92c9a40f4b feat(import): enrich baidu and bytedance release metadata 2026-05-13 22:37:37 +08:00
phamnazage-jpg
bb5a1ff9e5 feat(import): add explicit zhipu release metadata 2026-05-13 21:56:16 +08:00
phamnazage-jpg
efc3d5cdbd feat(import): persist official model release metadata 2026-05-13 21:46:30 +08:00
phamnazage-jpg
b9ca312366 feat(report): add official release event source 2026-05-13 21:36:18 +08:00
phamnazage-jpg
b4e28d5be4 feat(report): expose headline evidence details 2026-05-13 21:16:08 +08:00
phamnazage-jpg
79d991a7e9 feat(report): add model-level event headlines 2026-05-13 21:10:11 +08:00
phamnazage-jpg
85f37a4d95 feat(report): ship daily report v1 experience 2026-05-13 20:13:02 +08:00
phamnazage-jpg
6a2cd3f159 chore(frontend): split fixture and generated model snapshots 2026-05-13 15:08:37 +08:00
phamnazage-jpg
77e6610fd2 chore: prepare repository for publishing
Some checks failed
CI / test (push) Has been cancelled
2026-05-13 14:42:45 +08:00
Your Name
ba054f04cf feat(phase1): OpenRouter采集器接入PostgreSQL,数据链路闭环
- 将 fetch_openrouter.go 的 summarize() 实现为 PostgreSQL upsert
- 新增 -db 参数和 DATABASE_URL 环境变量支持
- 打通 models + model_prices 表的最小可运行链路
- 创建 llm_intelligence 数据库并运行 migration
- 前端 Explorer 验证 T-3.2~T-3.5 全部通过
- 日报生成器正常产出 Markdown 和 latest_models.json
2026-05-08 13:49:12 +08:00