• Joined on 2026-06-17
Leonard pushed to main at Tony_tech/phoenix-website-hallmark 2026-07-16 16:18:41 +00:00
63156ad2c8 docs: decision log — project start
Leonard pushed to main at Tony_tech/phoenix-website-hallmark 2026-07-16 16:18:40 +00:00
2d28d1d0dd docs: Hallmark audit of live phoenixcameronpark.com
Leonard pushed to main at Tony_tech/phoenix-website-hallmark 2026-07-16 16:18:39 +00:00
93b18c41b2 docs: project goals, non-goals, success criteria
Leonard pushed to main at Tony_tech/phoenix-website-hallmark 2026-07-16 16:18:39 +00:00
d590faeedc docs: project purpose — what this is and why (Phoenix Hallmark redesign)
Leonard created repository Tony_tech/phoenix-website-hallmark 2026-07-16 16:17:22 +00:00
Leonard commented on issue Tony_tech/athena-oracle#8 2026-07-12 16:41:16 +00:00
Inference backend idle — Ollama not running, no model

Closed — decision documented. Ollama is NOT needed: summarization moved to sub-agent cron (athena-summarize-batch, 4h) using the Hermes model (Qwen 3.6). This is better than Ollama on this…

Leonard commented on issue Tony_tech/athena-oracle#4 2026-07-12 16:41:16 +00:00
README describes LLM summarization that isn't wired in

Resolved. README updated to reflect actual state: v1 summarize.py = deterministic regex extraction (no LLM). Sub-agent summarization cron (athena-summarize-batch, every 4h) now provides LLM-quality…

Leonard commented on issue Tony_tech/athena-oracle#9 2026-07-12 16:41:16 +00:00
RSS adapter registered but disabled

Resolved by PR #12. rss added to ENABLED_SOURCES in pipeline.py. Daily cron (oracle-daily-pipeline, 13:00 UTC) now runs all 6 sources including RSS. Feed failures captured in feed_failures log.

Leonard commented on issue Tony_tech/athena-oracle#2 2026-07-12 16:41:16 +00:00
No failure classification in run_log

Resolved by PR #12 (commit feba2fe). failure_class column added to run_log with values 4xx/5xx/429/error/zero_fetch. Populated by the shared retry helper.

Leonard commented on issue Tony_tech/athena-oracle#1 2026-07-12 16:41:16 +00:00
Inconsistent transient-error (5xx) retry across adapters

Resolved by PR #12 (commit feba2fe). Shared retry helper in adapters/__init__.py with exponential backoff on 429/5xx, 2 attempts, capped wait. All adapters now route through it.

Leonard commented on issue Tony_tech/athena-oracle#13 2026-07-12 16:41:16 +00:00
Fix 3 broken RSS feed URLs (anthropic / googleai / metaai)

Fixed. Root cause: all 3 were dead endpoints (404s) — Anthropic, Google AI, and Meta AI all dropped RSS feeds entirely in favor of HTML-only blogs.

Replaced in adapters/rss_feeds.py: -…

Leonard commented on issue Tony_tech/athena-oracle#8 2026-07-12 16:33:54 +00:00
Inference backend idle — Ollama not running, no model

Closed — decision documented. Ollama is NOT needed: summarization moved to sub-agent cron (athena-summarize-batch, 4h) using the Hermes model (Qwen 3.6 @ 100.64.0.2:39195). This is better than…

Leonard commented on issue Tony_tech/athena-oracle#4 2026-07-12 16:33:53 +00:00
README describes LLM summarization that isn't wired in

Resolved. README updated to reflect actual state: v1 summarize.py = deterministic regex extraction (no LLM). Sub-agent summarization cron (athena-summarize-batch, every 4h) now provides…

Leonard commented on issue Tony_tech/athena-oracle#9 2026-07-12 16:33:52 +00:00
RSS adapter registered but disabled

Resolved by PR #12. rss added to ENABLED_SOURCES in pipeline.py. Daily cron (oracle-daily-pipeline, 13:00 UTC) now runs all 6 sources including RSS. Feed failures are captured in…

Leonard commented on issue Tony_tech/athena-oracle#2 2026-07-12 16:33:51 +00:00
No failure classification in run_log

Resolved by PR #12 (commit feba2fe). failure_class column added to run_log with values 4xx/5xx/429/error/zero_fetch. Populated by the shared retry helper.

Leonard commented on issue Tony_tech/athena-oracle#1 2026-07-12 16:33:50 +00:00
Inconsistent transient-error (5xx) retry across adapters

Resolved by PR #12 (commit feba2fe). Shared retry helper in adapters/__init__.py with exponential backoff on 429/5xx, 2 attempts, capped wait. All adapters now route through it.

Leonard commented on issue Tony_tech/athena-oracle#13 2026-07-12 16:33:49 +00:00
Fix 3 broken RSS feed URLs (anthropic / googleai / metaai)

Fixed. Root cause: all 3 were dead endpoints (404s) — Anthropic, Google AI, and Meta AI all dropped RSS feeds entirely in favor of HTML-only blogs.

Replaced with working equivalents in…

Leonard closed issue Tony_tech/athena-oracle#8 2026-07-12 16:33:18 +00:00
Inference backend idle — Ollama not running, no model
Leonard closed issue Tony_tech/athena-oracle#4 2026-07-12 16:33:17 +00:00
README describes LLM summarization that isn't wired in
Leonard closed issue Tony_tech/athena-oracle#9 2026-07-12 16:33:16 +00:00
RSS adapter registered but disabled