pyr0ball
pyr0ball created branch main in Circuit-Forge/illuscape 2026-05-26 10:06:27 -07:00
pyr0ball pushed to main at Circuit-Forge/illuscape 2026-05-26 10:06:27 -07:00
788b5c1688 docs: add final README and CONTRIBUTING
1739c70f43 chore: ignore .coverage pytest artifact
14b8e0c2b9 test: add bats integration tests and CI workflow
107621b855 feat: add uninstall.sh
e41f315b98 fix: atomic write on existing prefs path; Inkscape 1.x export flags; version check guard
Compare 10 commits »
pyr0ball created repository Circuit-Forge/illuscape 2026-05-26 10:03:42 -07:00
pyr0ball pushed to main at Circuit-Forge/circuitforge-core 2026-05-25 20:00:46 -07:00
9f7fb45071 feat(video): add cf-video module — Marlin-2B FastAPI service + mock backend + tests
93d36346c1 feat(llm): task-based cf-orch allocation in LLMRouter (v0.21.0)
Compare 2 commits »
pyr0ball closed issue Circuit-Forge/magpie#16 2026-05-25 15:04:10 -07:00
Add aggregate stats dashboard and per-run stats to campaign/posts views
pyr0ball closed issue Circuit-Forge/magpie#15 2026-05-25 15:04:10 -07:00
Frontend API errors fail silently — add catch blocks and user-facing error messages
pyr0ball closed issue Circuit-Forge/magpie#14 2026-05-25 15:04:04 -07:00
Add structured logging and error safety to API endpoints
pyr0ball closed issue Circuit-Forge/magpie#17 2026-05-25 14:44:49 -07:00
Dupe guard 7-day window too short for bi-weekly/monthly campaigns
pyr0ball opened issue Circuit-Forge/kiwi#145 2026-05-25 14:00:03 -07:00
chore: remove 86 MagicMock database files from repo root (pytest leak)
pyr0ball pushed to main at Circuit-Forge/peregrine 2026-05-24 22:50:12 -07:00
pyr0ball pushed to feat/patterns-expansion at Circuit-Forge/robin 2026-05-24 22:08:44 -07:00
52bad0c589 chore(dist): add placeholder favicon, gitignore unused icons.svg
pyr0ball pushed to feat/patterns-expansion at Circuit-Forge/robin 2026-05-24 22:03:27 -07:00
c356c1d4c5 feat(patterns): add boot, SSH, Flatpak, AppArmor, XWayland patterns across all 25 distro files
d7c41f07fe feat(patterns): add missing-shared-library pattern to all distro families
42472ee024 feat(ui): replace Vue/Vite frontend with self-contained static HTML
Compare 3 commits »
pyr0ball opened issue Circuit-Forge/roadmap#40 2026-05-24 22:00:45 -07:00
MenagerieOS: evaluate Boot-Time Wizard for distro QA pipeline
pyr0ball opened issue Circuit-Forge/avocet#68 2026-05-22 19:47:43 -07:00
research: evaluate HRM-Text-1B as fine-tuning base for email classifier
pyr0ball opened issue Circuit-Forge/linnet#31 2026-05-22 19:34:29 -07:00
feat: SDH subtitle generation pipeline (Marlin + cf-stt + tone annotation → SRT/VTT)
pyr0ball closed issue Circuit-Forge/circuitforge-core#61 2026-05-22 16:58:13 -07:00
Version drift: __init__.py hardcodes 0.18.0 but pyproject.toml declares 0.20.0
pyr0ball commented on issue Circuit-Forge/circuitforge-core#61 2026-05-22 16:58:13 -07:00
Version drift: __init__.py hardcodes 0.18.0 but pyproject.toml declares 0.20.0

Fixed in circuitforge_core/__init__.py — replaced hardcoded __version__ = "0.18.0" with importlib.metadata.version("circuitforge-core") (fallback to "dev" when not installed). Re-ran…

pyr0ball closed issue Circuit-Forge/snipe#45 2026-05-22 15:50:09 -07:00
Migrate shared_db (sellers/market_comps) from SQLite to Postgres
pyr0ball opened issue Circuit-Forge/magpie#18 2026-05-22 15:47:32 -07:00
feat: multi-user support — team accounts, session routing, and Neon web UI
pyr0ball opened issue Circuit-Forge/kiwi#144 2026-05-22 09:08:58 -07:00
Corpus DB hot-reload: pick up weekly Purple Carrot additions without container restart