v0.1.58 — release: batch bf0f6f0e (3 features)
Release v0.1.58: Default-On Quality Gates & Live Market Intelligence
What changed:
- Plan review gate is now enabled by default for all projects
- Agent-written PRs merge autonomously without human approval
- Cross-intelligence agent now ingests live signals (Hacker News, GitHub Trending, Product Hunt) via daily cron
- New database table and tRPC router for market signal storage and management
Why it matters:
These changes eliminate three bottlenecks in the development pipeline. Default-on plan review ensures every spec is validated before coding starts—reducing misaligned implementations. Autonomous PR merge removes the human approval gate, letting the platform ship faster. Live market signal ingestion gives the cross-intelligence agent real-time context on industry trends, competitor moves, and emerging technologies.
Technical notes:
Plan review defaults to planReview !== false in the pipeline config. New market_signals table is project-scoped with (projectId, url) uniqueness and dismissed tracking for signal management.
Release Notes
Merged PR #491 (squash merge → d7cf644) and published GitHub release v0.1.58. The release closes three platform mission gaps: (1) plan review quality gate is now default-on for all projects, (2) agent-written PRs can now be merged autonomously without human approval, and (3) the cross-intelligence agent now ingests live external market signals (Hacker News, GitHub Trending, ProductHunt) via a new daily cron, database table, and tRPC router. 14 files changed, +2,232/-7 lines. Release URL: https://github.com/Jugg-ai/Jugg-ai.jugg-ai/releases/tag/v0.1.58