2025-04-18T08:24:24Z - 2026-04-18T08:24:24Z

Overview

13 active pull requests
35 active issues
Excluding merges, 1 author has pushed 39 commits to main and 111 commits to all branches. On main, 156 files have changed and there have been 8303 additions and 7248 deletions.

6 releases published by 1 user

Release v0.10.0 v0.10.0 — Community Module 2026-04-12 17:24:31 -07:00

Tag v0.9.0 2026-04-08 23:17:18 -07:00

Release v0.5.0 v0.5.0 — Cross-platform manage.py 2026-04-02 23:05:22 -07:00

Release v0.4.0 v0.4.0 — Agent watchdog + Ollama adopt-if-running 2026-04-02 22:13:01 -07:00

Release v0.3.0 v0.3.0 — Hardware detection, cf-docuvision, documents pipeline 2026-04-02 18:56:49 -07:00

Release v0.2.0 v0.2.0 — Orchestrator auto-lifecycle + HF inference server 2026-04-02 17:25:06 -07:00

13 pull requests merged by 1 user

29 issues closed from 1 user

Closed #47 feat: community module — PostgreSQL pool, migration runner, CommunityPost, SharedStore (MIT) 2026-04-14 08:10:59 -07:00

Closed #43 feat: cf-vision managed service app 2026-04-09 06:53:50 -07:00

Closed #42 pipeline: multimodal chunked pipeline — cf-docuvision page chunks → cf-text streaming 2026-04-08 22:59:24 -07:00

Closed #33 pipeline module: FPGA→ASIC crystallization engine (LLM-discovered paths → deterministic workflows) 2026-04-08 22:40:44 -07:00

Closed #37 a11y: add review_duration_ms + output_modified to PipelineRun 2026-04-08 22:40:43 -07:00

Closed #38 a11y: plumb prefers-reduced-motion through preferences module 2026-04-08 22:30:36 -07:00

Closed #41 feat: cf-text — direct text generation service module 2026-04-08 22:07:47 -07:00

Closed #34 tracking: cf-core integration points for cf-voice (SSE wire format, preferences hooks) 2026-04-06 18:03:31 -07:00

Closed #36 arch: extract vision stub to standalone cf-vision repo 2026-04-06 17:59:14 -07:00

Closed #40 feat: VoiceFrame SSE wire format — shared type definition for cf-voice consumers 2026-04-06 17:51:22 -07:00

Closed #35 arch: extract cf_voice to standalone cf-voice repo (do not build inside cf-core) 2026-04-06 16:43:24 -07:00

Closed #39 feat: create Circuit-Forge/cf-voice repo with stub VoiceFrame API 2026-04-06 16:03:20 -07:00

Closed #30 feat: re-export make_feedback_router from circuitforge_core.api.__init__ 2026-04-05 21:37:34 -07:00

Closed #26 feat: CF_LICENSE_KEY env var for product license self-validation 2026-04-05 21:33:53 -07:00

Closed #27 Wire Forgejo Actions CI/CD workflows (.forgejo/workflows/) 2026-04-05 20:51:31 -07:00

Closed #23 feat: shared feedback FastAPI router — extract common feedback endpoint from kiwi/snipe/peregrine 2026-04-05 20:50:25 -07:00

Closed #24 arch: split circuitforge-core into MIT infrastructure layer + BSL 1.1 orchestration layer 2026-04-04 23:10:59 -07:00

Closed #21 feat: core.affiliates module — wrap_url, AffiliateProgram, eBay/Amazon builders 2026-04-04 19:14:25 -07:00

Closed #19 Publish cf-orch Docker image to GHCR for paid+ multi-node users 2026-04-04 19:14:25 -07:00

Closed #22 feat: core.preferences persistence helpers — get_user_preference / set_user_preference 2026-04-04 19:14:25 -07:00

Closed #6 manage.py: cross-platform process manager (replaces manage.sh, enables native Windows) 2026-04-02 23:04:59 -07:00

Closed #16 ollama: register as tracked service in cf-orch (VRAM accounting + adopt-if-running) 2026-04-02 22:12:34 -07:00

Closed #15 agent watchdog: persist known nodes + auto-reconnect after coordinator restart 2026-04-02 22:12:33 -07:00

Closed #7 documents module: StructuredDocument interface + ingest() client (Dolphin-v2 runtime in cf-orch) 2026-04-02 18:55:52 -07:00

Closed #13 test: probe loop coverage — _run_instance_probe_loop transition logic 2026-04-02 18:55:52 -07:00

Closed #8 Implement cf-docuvision managed HTTP service (ByteDance/Dolphin-v2) 2026-04-02 18:55:52 -07:00

Closed #5 hardware module: VRAM tier ladder + profile generator + auto-detect script 2026-04-02 18:55:51 -07:00

Closed #11 fix(llm-server): Phi-4-mini-instruct incompatible with transformers 5.x (tied_weights_keys API change) 2026-04-02 17:22:51 -07:00

Closed #10 fix(orch): transition vllm instance state from starting to running after port probe 2026-04-02 17:22:38 -07:00

35 issues created by 1 user

Opened #5 hardware module: VRAM tier ladder + profile generator + auto-detect script 2026-04-01 08:10:28 -07:00

Opened #6 manage.py: cross-platform process manager (replaces manage.sh, enables native Windows) 2026-04-01 08:18:21 -07:00

Opened #7 documents module: StructuredDocument interface + ingest() client (Dolphin-v2 runtime in cf-orch) 2026-04-01 22:01:33 -07:00

Opened #8 Implement cf-docuvision managed HTTP service (ByteDance/Dolphin-v2) 2026-04-01 22:59:54 -07:00

Opened #10 fix(orch): transition vllm instance state from starting to running after port probe 2026-04-02 17:00:42 -07:00

Opened #11 fix(llm-server): Phi-4-mini-instruct incompatible with transformers 5.x (tied_weights_keys API change) 2026-04-02 17:00:43 -07:00

Opened #13 test: probe loop coverage — _run_instance_probe_loop transition logic 2026-04-02 18:11:49 -07:00

Opened #15 agent watchdog: persist known nodes + auto-reconnect after coordinator restart 2026-04-02 21:48:27 -07:00

Opened #16 ollama: register as tracked service in cf-orch (VRAM accounting + adopt-if-running) 2026-04-02 21:48:50 -07:00

Opened #19 Publish cf-orch Docker image to GHCR for paid+ multi-node users 2026-04-03 08:51:15 -07:00

Opened #21 feat: core.affiliates module — wrap_url, AffiliateProgram, eBay/Amazon builders 2026-04-04 17:38:36 -07:00

Opened #23 feat: shared feedback FastAPI router — extract common feedback endpoint from kiwi/snipe/peregrine 2026-04-04 17:38:57 -07:00

Opened #22 feat: core.preferences persistence helpers — get_user_preference / set_user_preference 2026-04-04 17:38:57 -07:00

Opened #24 arch: split circuitforge-core into MIT infrastructure layer + BSL 1.1 orchestration layer 2026-04-04 18:08:41 -07:00

Opened #26 feat: CF_LICENSE_KEY env var for product license self-validation 2026-04-04 22:38:59 -07:00

Opened #27 Wire Forgejo Actions CI/CD workflows (.forgejo/workflows/) 2026-04-04 22:39:19 -07:00

Opened #30 feat: re-export make_feedback_router from circuitforge_core.api.__init__ 2026-04-05 20:59:32 -07:00

Opened #33 pipeline module: FPGA→ASIC crystallization engine (LLM-discovered paths → deterministic workflows) 2026-04-06 08:24:27 -07:00

Opened #34 tracking: cf-core integration points for cf-voice (SSE wire format, preferences hooks) 2026-04-06 10:35:39 -07:00

Opened #35 arch: extract cf_voice to standalone cf-voice repo (do not build inside cf-core) 2026-04-06 13:43:00 -07:00

Opened #36 arch: extract vision stub to standalone cf-vision repo 2026-04-06 13:43:00 -07:00

Opened #37 a11y: add review_duration_ms + output_modified to PipelineRun 2026-04-06 13:46:27 -07:00

Opened #38 a11y: plumb prefers-reduced-motion through preferences module 2026-04-06 13:46:27 -07:00

Opened #39 feat: create Circuit-Forge/cf-voice repo with stub VoiceFrame API 2026-04-06 15:38:07 -07:00

Opened #40 feat: VoiceFrame SSE wire format — shared type definition for cf-voice consumers 2026-04-06 15:49:27 -07:00

Opened #41 feat: cf-text — direct text generation service module 2026-04-08 21:56:06 -07:00

Opened #42 pipeline: multimodal chunked pipeline — cf-docuvision page chunks → cf-text streaming 2026-04-08 22:18:29 -07:00

Opened #43 feat: cf-vision managed service app 2026-04-08 23:16:10 -07:00

Opened #44 feat: add VLM vision model to NAS and bench_models.yaml (moondream2 or SmolVLM) 2026-04-09 19:38:53 -07:00

Opened #45 Harden SQLCipher PRAGMA key against SQL injection 2026-04-10 17:20:14 -07:00

Opened #46 feat: community module — CommunityDB, CommunityPost, SharedStore (MIT) 2026-04-12 17:11:25 -07:00

Opened #47 feat: community module — PostgreSQL pool, migration runner, CommunityPost, SharedStore (MIT) 2026-04-12 17:14:07 -07:00

Opened #48 feat: job_quality module — deterministic trust scorer for job listings 2026-04-12 17:32:00 -07:00

Opened #49 feat: cf_core.musicgen — MusicGen HTTP service (Sparrow blocker) 2026-04-17 14:54:50 -07:00

Opened #50 feat: cf_core.audio — shared PCM/audio utility module (cf-voice + Sparrow dedup) 2026-04-17 15:01:35 -07:00