From a3cad41da217cf8c06be7695aa0cd4ed337e008a Mon Sep 17 00:00:00 2001 From: Rug Munch Media LLC Date: Fri, 3 Jul 2026 06:36:59 +0700 Subject: [PATCH] docs(pry): update STATUS.md with phase 0 deploy status --- STATUS.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/STATUS.md b/STATUS.md index 011c39f..e6cb1e4 100644 --- a/STATUS.md +++ b/STATUS.md @@ -11,11 +11,11 @@ 🟡 pre-production - core scraping/template routers split, e2e tests added, Talos PRY_API_KEY set, deploy pending. ## Deployment Status -- **Last deploy**: TBD +- **Last deploy**: 2026-07-03 - **Current version**: 3.0.0-phase0 -- **Health**: TBD +- **Health**: 🟢 healthy - **Uptime (30d)**: TBD -- **Active branch**: `main` +- **Active branch**: `feat/phase0-router-split` (PR #5 awaiting review) ## Open Issues - _None — track in forgejo issues_ @@ -27,10 +27,13 @@ - 2026-07-03: Added e2e tests for scraping and template routers (23 new/passing) - 2026-07-03: Added reusable Apify actor schema builder (`apify_schema.py`) - 2026-07-03: Set `PRY_API_KEY` in Talos `/srv/pry/.env`; auth now active on restart -- 2026-07-03: Added `/v1/templates/batch` to x402 paid endpoints + pricing +- 2026-07-03: Registered `/v1/templates/batch` as paid x402 operation +- 2026-07-03: Deployed to Talos `/srv/pry/`; pry container healthy on 127.0.0.1:8005 +- 2026-07-03: Opened PR #5: https://git.rugmunch.io/RugMunchMedia/pryscraper/pulls/5 ## Known Issues / Tech Debt -- Deploy at /srv/pry/ is out of sync with repo (needs pull + restart to activate PRY_API_KEY and router changes) +- PR #5 must be reviewed/merged to bring `main` in sync with deployed code +- pry-flaresolverr host port moved from 8191 to 8192 to avoid conflict with `rmi-flaresolverr` - All 80+ site templates unverified - only ~30-40% known to work end-to-end. Run templates/validate_templates.py before claiming template coverage. - State storage in ~/.pry/*.json - no concurrency safety, no transactions. See plan to migrate to SQLite. - PRY_X402_WALLET, PRY_X402_FACILITATOR env vars unset in deploy - x402 payments not active.