Changelog
Recent updates to aiorg kits and the platform.
January 2026
SaaS Dev Team v1.5.0
Released: January 13, 2026
Setup UX Improvements — Better onboarding for non-technical users.
- Added "local first → deploy later" explanation at setup start
- Better "why" explanations for Docker, pnpm, and tools
- Opens Supabase Studio instead of Inbucket after DB init
- Auto health checks (app, auth, DB) before manual testing
- Dashboard now shows "Getting Started" card explaining placeholder stats
- Clear TWO views explanation (public landing vs logged-in dashboard)
- Supabase deploy instructions included at setup completion
- Error handling guidance prompts users to paste full error messages
- New Behavior Guidelines in CLAUDE.md: auto commits, always guides "what's next"
This update addresses 12 feedback points from user testing sessions.
Marketing OS v1.10.0
Released: January 2026
Frontend Agent + Landing Page Generator — Build landing pages without a separate kit.
- Added
/landing-pagecommand with subcommands:waitlist,launch,lead-magnet,comparison - New Frontend Agent detects your tech stack and generates matching code
- Landing page templates: waitlist, launch, lead-magnet
- Email templates: welcome, newsletter
- Standalone Landing Page Kit deprecated — all functionality now in Marketing OS
Marketing OS v1.9.0
Released: January 2026
Authenticity Safeguards — Protection against Google AI spam penalties.
- Added
authenticity-guidelines.mdknowledge file - Every
/draftoutput now includes an Authenticity Check /geo-checknow verifies if AI chatbots cite your content- Source Credibility Tiers (Tier 1/2/3) for citation prioritization
- Original insight verification before publishing
This update helps you avoid Google's "scaled content abuse" penalties by ensuring your AI-generated content has genuine value.
January 2025
PMF OS v1.1.0
Released: January 2025
- Added
/patternscommand for behavioral analysis - Improved magic number discovery
- Better integration with shared context
- Enhanced experiment tracking
Success OS v2.2.0
Released: January 2025
- New health scoring algorithm
- Added lifecycle stage detection
- Improved at-risk user identification
- Better handoff to PMF OS for activation issues
Marketing OS v1.5.0
Released: January 2025
- Added
/viralcommand for viral content campaigns - Improved SEO keyword research
- Better Twitter thread formatting
- Content calendar improvements
Investor OS v1.0.0
Released: January 2025
- Initial release
- Value investing framework (Buffett/Munger principles)
- Investment scoring (0-100)
- Watchlist and portfolio management
- Contrarian insight engine
December 2024
SaaS Dev Team v2.0.0
Released: December 2024
- Upgraded to Next.js 15
- Tailwind CSS v4 migration
- Improved
/setupwizard - Better error messages
- New recipes for common tasks
QA Team v1.0.0
Released: December 2024
- Initial release
- Browser-based UI testing with Playwright MCP
- API endpoint testing
- Destructive testing tours
- Evidence collection (screenshots, logs)
Idea OS v1.2.0
Released: December 2024
- Improved competitor analysis
- Better Mom Test question generation
- Enhanced PMF scoring algorithm
- Cross-sell recommendations
Platform Updates
Shared Context Layer
Released: January 2025
Kits now share business context through ~/.aiorg/projects/:
- Seamless handoffs between kits
- No more re-explaining your product
- Automatic recommendations based on stage
CLI v2.0.0
Released: January 2025
npx @aiorg/cli add— Add kits to existing projectsnpx @aiorg/cli status— View project statusnpx @aiorg/cli upgrade— Upgrade kits in place- Project linking for shared context
What's New Greeting
Released: January 2025
After upgrading a kit, you now see what changed:
🆕 What's New in v1.5.0:
├── /viral - Create viral content campaigns
├── Improved SEO keyword research
└── Better Twitter thread formatting
Upcoming
Sales OS
AI-powered sales team for outbound, demos, and closing.
Status: Planning
Version Format
Kit versions follow semantic versioning:
- MAJOR (2.0.0) — Breaking changes
- MINOR (1.5.0) — New features, backward compatible
- PATCH (1.5.1) — Bug fixes
Checking Your Version
# Check installed version
cat .claude/version.json
# Check for updates
npx @aiorg/cli status
Upgrade Command
npx @aiorg/cli upgrade