Back to news
Dec 27, 2025
4 min read

QonQrete v0.9.9-beta: The Pre-Launch Polish 🎨

Final stabilization release before v1.0.0 - cleaner output, critical bug fixes, and production-ready stability

QonQrete v0.9.9-beta: The Pre-Launch Polish

December 27, 2025 | Release Announcement


We’re one step away from v1.0.0! This release focuses on stability, cleaner output, and fixing the last remaining edge cases discovered during real-world autonomous builds.


🎨 Cleaner Console Output

Your terminal just got a whole lot quieter. We’ve filtered out the noise so you only see what matters:

What you’ll see now:

〘aQQ〙『tasQleveler』⸎ [TasqLeveler] ✅ Enhanced tasq: 180 lines
〘aQQ〙『inspeQtor』  ⸎ === InspeQtor v0.9.0 Complete: [SUCCESS] ===
〘aQQ〙『construQtor』⸎ -- Briq Complete: [✅ SUCCESS]

What’s now hidden:

  • Verbose markdown headers (## 📋 Overview)
  • Table dividers (|-----|------|)
  • Individual batch progress
  • pycg warnings (more on that below)

🐛 Critical Bug Fixes

Skeleton Overwrite Protection (v0.9.8)

When using use_qompressor: true, the AI would sometimes copy skeleton files from bloq.d/ back into qodeyard/, corrupting your working code with empty function stubs.

Fixed: ConstruQtor now detects the Qompressor marker (body stripped by Qompressor) and refuses to write skeleton files to qodeyard. Your code is safe.

Pipeline Exit Code (v0.9.8)

The pipeline was exiting with code 1 after InspeQtor even when verification was handled correctly. This was caused by loqal_verifier running twice.

Fixed: Removed standalone loqal_verifier from pipeline. Verification now runs exclusively inside InspeQtor as Stage 3.


🔧 Dependency Cleanup

We removed pycg from the requirements. The package is broken on PyPI (module name mismatch: installs as PyCG, but imports pycg).

Good news: You’re not losing any functionality! Dependency analysis is handled by Jedi, which was doing the heavy lifting all along. pycg never actually worked in production.


📊 What’s Verified for v1.0.0

FeatureStatus
Multi-cycle autonomous builds
Universal File Rule (no rebuild-from-scratch)
Skeleton protection
Cycle continuity (PARTIAL → fix → SUCCESS)
Clean console output
All local agents working

⬆️ Upgrade Instructions

# Download v0.9.9-beta and extract
unzip qonqrete_v0.9.9-beta.zip

# Rebuild container (required - dependencies changed)
./qonqrete.sh init

# Ready to build!
./qonqrete.sh auto

🚀 What’s Next: v1.0.0

We’re feature-complete. The next release will be v1.0.0 after final testing confirms everything works smoothly in production.

Key milestones achieved:

  • ✅ Three-agent pipeline (InstruQtor → ConstruQtor → InspeQtor)
  • ✅ TasqLeveler for automatic task enhancement
  • ✅ LoQal verification (syntax + imports + skeleton comparison)
  • ✅ Universal File Rule (intelligent modify/extend behavior)
  • ✅ Skeleton-based context (massive token savings)
  • ✅ Multi-cycle autonomous operation

QonQrete is ready for prime time. 🗝️


📝 Files Changed

Core Pipeline

  • worqer/construqtor.py - Skeleton detection before write
  • worqer/qontextor.py - Removed broken pycg, uses jedi only
  • worqer/inspeqtor.py - Internal LoQal verification (Stage 3)
  • worqspace/pipeline_config.yaml - Removed standalone loqal_verifier

Console Output

  • qrane/qrane.py - Updated filters for cleaner display

Dependencies

  • requirements.txt - Removed pycg


Built different. Built local. Built to last.

#QonQrete #LocalFirst #AIAgents #OpenSource