docs(pry): update STATUS.md with phase 0 deploy status
Some checks failed
CI / test (pull_request) Successful in 5m34s
CI / Security audit (bandit) (pull_request) Successful in 33s
CI / lint (pull_request) Failing after 58s
CI / typecheck (pull_request) Failing after 6m17s
CI / Secret scan (gitleaks) (pull_request) Successful in 57s

This commit is contained in:
Crypto Rug Munch 2026-07-03 06:36:59 +07:00
parent 041525af5d
commit a3cad41da2
No known key found for this signature in database
GPG key ID: 58D4300721937626

View file

@ -11,11 +11,11 @@
🟡 pre-production - core scraping/template routers split, e2e tests added, Talos PRY_API_KEY set, deploy pending. 🟡 pre-production - core scraping/template routers split, e2e tests added, Talos PRY_API_KEY set, deploy pending.
## Deployment Status ## Deployment Status
- **Last deploy**: TBD - **Last deploy**: 2026-07-03
- **Current version**: 3.0.0-phase0 - **Current version**: 3.0.0-phase0
- **Health**: TBD - **Health**: 🟢 healthy
- **Uptime (30d)**: TBD - **Uptime (30d)**: TBD
- **Active branch**: `main` - **Active branch**: `feat/phase0-router-split` (PR #5 awaiting review)
## Open Issues ## Open Issues
- _None — track in forgejo 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 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: 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: 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 ## 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. - 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. - 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. - PRY_X402_WALLET, PRY_X402_FACILITATOR env vars unset in deploy - x402 payments not active.