-
-
Notifications
You must be signed in to change notification settings - Fork 2
v0.9.9 PLAN
Target: Late February 2026 (2-3 weeks after v0.9.8) Focus: Quality assurance, bug fixes, and final polish before v1.0 LTS Goal: Production-proven stability with zero critical bugs
v0.9.9 is the final release before v1.0 LTS - a pure QA and stabilization release with:
- No new features - Feature freeze in effect
- Bug fixes only - Address all reported issues
- Performance tuning - Optimize based on v0.9.8 feedback
- Documentation polish - Fix errors, improve clarity
- Final testing - Comprehensive QA across all platforms
After v0.9.9 → v1.0.0 LTS (stable API, long-term support)
- Absolutely no new features - All features locked at v0.9.8 level
- No new commands - CLI interface frozen
- No new APIs - GraphQL schema frozen
- No architectural changes - System design frozen
- ✅ Bug fixes (crashes, data corruption, security issues)
- ✅ Performance optimizations (no behavior changes)
- ✅ Documentation improvements (clarity, examples, corrections)
- ✅ Error message improvements (UX only)
- ✅ Test coverage improvements (no logic changes)
- ✅ CI/CD improvements (build process, test reliability)
- ❌ New features or capabilities
- ❌ New commands or subcommands
- ❌ Breaking changes to APIs
- ❌ Dependency upgrades (unless critical security fix)
- ❌ Refactoring (unless fixing a bug)
-
Zero Known Critical Bugs (P0/P1)
- All critical bugs fixed
- All high-priority bugs fixed
- Medium/low bugs triaged (fix or defer to v1.1)
-
100% CI/CD Passing
- All 7 GitHub Actions workflows green
- All tests passing on all platforms
- No flaky tests remaining
-
Performance Validated
- All benchmark targets met
- No performance regressions from v0.9.8
- Load testing completed successfully
-
Cross-Platform Verified
- macOS (Bash 3.2, latest)
- Linux (Ubuntu, Debian, Fedora, Arch)
- WSL/WSL2 (Windows integration)
-
Security Clean
- All security scans passing
- No known vulnerabilities
- Dependency audit clean
-
Documentation Perfect
- All typos fixed
- All examples tested and working
- All links verified
- All screenshots updated
-
Community Feedback Addressed
- All GitHub issues triaged
- All critical feedback incorporated
- All questions answered
-
Migration Path Verified
- Upgrade from v0.9.x to v0.9.9 tested
- Rollback procedure documented and tested
- Data migration scripts verified
- Fix any data loss scenarios
- Fix any security vulnerabilities
- Fix any crashes or panics
- Fix any data corruption issues
- Fix deployment failures
- Fix database migration issues
- Fix authentication problems
- Fix multi-tenant isolation bugs
- Fix backup/restore failures
- Fix UI glitches in nself-admin
- Fix performance bottlenecks
- Fix error message inaccuracies
- Fix documentation inconsistencies
- Fix CLI output formatting issues
- Build time: < 5s incremental, < 30s clean (current targets)
- Start time: < 60s for all services (current target)
- Status checks: < 1s response time (current target)
- Database queries: < 100ms p95 (current target)
- API response: < 200ms p95 (current target)
- Load testing: 1000 concurrent users
- Stress testing: Resource exhaustion scenarios
- Endurance testing: 24-hour continuous operation
- Spike testing: Sudden traffic spikes
- Scalability testing: Service scaling behavior
- Review all command documentation
- Verify all code examples
- Test all tutorials end-to-end
- Fix all broken links
- Update all screenshots
- Improve unclear sections
- Completeness: Every command documented
- Accuracy: All examples work
- Clarity: No confusing sections
- Consistency: Uniform formatting and style
- Coverage: All features explained
- Maintain 80%+ test coverage
- Fix any failing tests
- Remove flaky tests
- Add regression tests for fixed bugs
- Improve test reliability
| Platform | Environment | Status |
|---|---|---|
| macOS 12+ | Bash 3.2 | ☐ Tested |
| macOS 12+ | Bash 5.x | ☐ Tested |
| Ubuntu 22.04 | Docker | ☐ Tested |
| Ubuntu 24.04 | Docker | ☐ Tested |
| Debian 12 | Docker | ☐ Tested |
| Fedora 39 | Docker | ☐ Tested |
| Arch Linux | Docker | ☐ Tested |
| WSL Ubuntu | Windows 11 | ☐ Tested |
| WSL2 Ubuntu | Windows 11 | ☐ Tested |
Core Commands:
-
nself init- All wizard flows -
nself build- All configurations -
nself start- All service combinations -
nself stop- Clean shutdown -
nself restart- No data loss
Database:
- Migrations (up, down, fresh)
- Seeding (all environments)
- Backup (local, cloud)
- Restore (all scenarios)
- Types generation
Multi-Tenant:
- Tenant creation
- Isolation (RLS)
- Billing integration
- White-label features
- Member management
Deploy:
- SSH deployment
- Zero-downtime updates
- Automated rollback
- Environment sync
Security:
- Authentication flows
- OAuth providers (all 13)
- Rate limiting
- Secrets management
- SSL/TLS
- Review all error messages
- Verify all progress indicators
- Test all input validation
- Check color output consistency
- Validate help text format
- Run comprehensive security scan
- Audit dependencies for vulnerabilities
- Review authentication flows
- Check authorization logic
- Verify data encryption
- Update all version numbers
- Create comprehensive changelog
- Write release notes
- Update migration guide
- Prepare release assets
- Run on every commit
- 80%+ code coverage
- Fast execution (< 5 minutes)
- Run on every PR
- Test service interactions
- Database operations
- Multi-tenant scenarios
- Run daily
- Full user workflows
- Real-world use cases
- Cross-platform
# Quick sanity check (15 minutes)
1. nself init --demo
2. nself build
3. nself start
4. nself urls (verify all URLs)
5. nself status (verify all healthy)
6. nself stop# Full workflow test (2 hours)
1. Fresh installation on clean system
2. Create new project with wizard
3. Design database schema (DBML workflow)
4. Add custom services
5. Configure multi-tenancy
6. Set up OAuth providers
7. Configure billing
8. Deploy to staging
9. Run load tests
10. Deploy to production
11. Monitor for 24 hours
12. Test rollback scenario- Recruit 10-20 beta testers
- Provide beta builds (v0.9.9-beta.1, beta.2, etc.)
- Collect feedback via GitHub Discussions
- Weekly feedback review sessions
- Address all critical feedback
- Bugs - Track and fix all reported bugs
- UX Issues - Polish rough edges
- Performance - Address slow operations
- Documentation - Improve unclear sections
- Feature Requests - Defer to v1.1 or later
| Operation | Target | Measured | Status |
|---|---|---|---|
| Build (incremental) | < 5s | - | ☐ |
| Build (clean) | < 30s | - | ☐ |
| Start (all services) | < 60s | - | ☐ |
| Status check | < 1s | - | ☐ |
| DB migration (10 files) | < 5s | - | ☐ |
| Backup (1GB DB) | < 60s | - | ☐ |
| Restore (1GB backup) | < 90s | - | ☐ |
| GraphQL query (simple) | < 50ms | - | ☐ |
| GraphQL query (complex) | < 200ms | - | ☐ |
| Auth login | < 100ms | - | ☐ |
| Scenario | Target | Measured | Status |
|---|---|---|---|
| Concurrent users | 1000 | - | ☐ |
| Requests/second | 5000 | - | ☐ |
| 95th percentile latency | < 200ms | - | ☐ |
| Error rate | < 0.1% | - | ☐ |
| Throughput | 50 MB/s | - | ☐ |
- Add troubleshooting guide (symptom → solution)
- Create production deployment checklist
- Write performance tuning guide
- Document all error codes and solutions
- Create video tutorials (5-10 minutes each)
- Simplify complex explanations
- Add more diagrams and flowcharts
- Improve code examples
- Add real-world use cases
- Include success stories
| Category | Current | Target | Status |
|---|---|---|---|
| Completeness | 100% | 100% | ☐ |
| Accuracy | 95% | 100% | ☐ |
| Clarity | 90% | 95% | ☐ |
| Examples | 80% | 95% | ☐ |
| Up-to-date | 90% | 100% | ☐ |
P0 - Critical (Block release)
- Data loss or corruption
- Security vulnerabilities
- Complete service failures
- Breaking changes
P1 - High (Must fix)
- Major feature broken
- Performance degradation
- Authentication failures
- Deployment failures
P2 - Medium (Should fix)
- Minor feature issues
- UI/UX problems
- Error message accuracy
- Documentation errors
P3 - Low (Nice to fix)
- Cosmetic issues
- Minor improvements
- Edge cases
- Feature requests (defer to v1.1)
| Priority | Resolution Time | Status |
|---|---|---|
| P0 | 24 hours | ☐ |
| P1 | 3 days | ☐ |
| P2 | 1 week | ☐ |
| P3 | Defer to v1.1 | ☐ |
- All P0/P1 bugs fixed
- All tests passing
- Performance benchmarks met
- Security audit clean
- Documentation reviewed
- Release notes drafted
- Migration guide updated
- Homebrew formula updated
- npm package updated
- Docker images built
- Tag release:
git tag v0.9.9 - Push tag:
git push origin v0.9.9 - Create GitHub release
- Publish Homebrew formula
- Publish npm package
- Push Docker images
- Update documentation
- Announce release
- Monitor for issues
- Monitor GitHub issues
- Track crash reports
- Collect user feedback
- Update FAQ with common questions
- Address urgent bugs (hotfix if needed)
- Plan v1.0.0 launch
- Days 1-3: Critical bug fixes (P0/P1)
- Days 4-7: Performance tuning and optimization
- Days 8-10: Comprehensive testing (all platforms)
- Days 11-14: Documentation polish and review
- Days 15-17: Final testing and bug fixes
- Days 18-19: Release preparation
- Day 20: v0.9.9 Release
- Days 21-28: Monitor and support
- Day 7: All P0/P1 bugs fixed
- Day 14: All tests passing, documentation complete
- Day 20: v0.9.9 released
- Day 28: Post-release monitoring complete
- ✅ 0 critical bugs (P0)
- ✅ 0 high-priority bugs (P1)
- ✅ < 5 medium bugs (P2)
- ✅ 80%+ test coverage
- ✅ 100% CI/CD passing
- ✅ All benchmark targets met
- ✅ 0 performance regressions
- ✅ Load testing successful (1000 users)
- ✅ 24-hour endurance test passed
- ✅ 100% command coverage
- ✅ All examples tested
- ✅ 0 broken links
- ✅ All screenshots current
- ✅ All GitHub issues triaged
- ✅ Beta tester feedback incorporated
- ✅ Release announcement prepared
- ✅ Support plan ready
- Plugin marketplace features
- Advanced analytics
- AI-powered suggestions
- Multi-region support
- Interactive CLI mode
- Additional OAuth providers
- New monitoring dashboards
- Risk Management: New features = new bugs
- Timeline: Stay on track for v1.0
- Quality Focus: Perfect what we have
- Stability: Proven reliability for v1.0
- 1-2 week gap after v0.9.9 release
- Final validation and certification
- Marketing preparation
- Launch event planning
- Support infrastructure ready
- v0.9.9 has been stable for 2+ weeks
- No critical issues reported
- Community feedback positive
- All documentation complete
- Production deployments successful
v0.9.9 is the final checkpoint before v1.0 LTS.
By focusing exclusively on:
- Bug fixes - No critical issues
- Testing - Comprehensive validation
- Performance - Meet all benchmarks
- Documentation - Perfect clarity
- Quality - Production-ready stability
We ensure v1.0.0 is worthy of the "1.0" designation and ready for long-term support.
No new features. Just rock-solid reliability.
This is the polish that makes v1.0 shine.
Next Steps:
- Review and approve this plan
- Create GitHub project board for v0.9.9
- Triage all open issues
- Recruit beta testers
- Begin Week 1: Bug Fixes
ɳSelf CLI v1.0.9. MIT licensed. Docs CC BY 4.0.
GitHub · Issues · Discussions · nself.org · nself.org/docs
Getting Started
Commands
- Commands, Overview
- Lifecycle: cmd-init · cmd-build · cmd-start · cmd-stop · cmd-restart · cmd-dev
- Monitoring: cmd-status · cmd-logs · cmd-health · cmd-urls · cmd-doctor · cmd-monitor · cmd-alerts · cmd-sentry · cmd-watchdog
- Data: cmd-db · cmd-backup · cmd-dr · cmd-queue · cmd-webhooks
- Config: cmd-config · cmd-service · cmd-env · cmd-promote
- Networking: cmd-ssl · cmd-trust · cmd-dns-setup
- Security: cmd-access · cmd-security · cmd-secrets
- Tenancy: cmd-tenant · cmd-billing
- Plugins: cmd-plugin · cmd-license · cmd-dogfood (extracted, CLI-R11) · cmd-k8s (extracted, CLI-R11) · cmd-encryption (extracted, CLI-R11) · cmd-waf (extracted, CLI-R11) · cmd-federation (extracted, CLI-R11) · cmd-mail (extracted, CLI-R11) · cmd-dlq (extracted, CLI-R11)
- AI: cmd-ai · cmd-claw · cmd-model
- Templates: cmd-template
- Utilities: cmd-exec · cmd-clean · cmd-reset · cmd-update · cmd-upgrade · cmd-version · cmd-admin · cmd-migrate · cmd-migrate-firebase · cmd-migrate-supabase · cmd-completion
Features
- Features, Overview
- Feature-Auth
- Feature-Storage
- Feature-Search
- Feature-Functions
- Feature-Email
- Feature-Monitoring
- Feature-Plugins
- Feature-nClaw, AI Assistant
- Feature-nChat, Messaging
- Feature-nTV, Media Player
- Feature-nFamily, Family Social
- Feature-nCloud, Managed Hosting
- Feature-Memory-Rooms, Knowledge Organization
- Feature-Agent-Dashboard, Agent Metrics
- Feature-Image-Generation, AI Image Generation
Configuration
- Configuration, Overview
- Config-Env-Vars
- Config-Postgres
- Config-Hasura
- Config-Auth
- Config-Nginx
- Config-Optional-Services
- Config-Custom-Services
- Config-System
Plugins (87 + 10 monitoring)
Free (25)
- plugin-backup
- plugin-content-acquisition
- plugin-content-progress
- plugin-cron
- plugin-donorbox
- plugin-feature-flags
- plugin-github
- plugin-github-runner
- plugin-invitations
- plugin-jobs
- plugin-link-preview
- plugin-mdns
- plugin-mlflow
- plugin-monitoring
- plugin-notifications
- plugin-notify
- plugin-paypal
- plugin-search
- plugin-shopify
- plugin-stripe
- plugin-subtitle-manager
- plugin-tokens
- plugin-torrent-manager
- plugin-vpn
- plugin-webhooks
Pro (62)
- plugin-access-controls
- plugin-activity-feed
- plugin-admin-api
- plugin-nself-ai-gateway
- plugin-nself-ai-mcp
- plugin-nself-ai-mcp
- plugin-analytics
- plugin-auth
- plugin-backup-pro
- plugin-bots
- plugin-browser
- plugin-calendar
- plugin-cdn
- plugin-chat
- plugin-claw
- plugin-claw-budget
- plugin-claw-news
- plugin-claw-web
- plugin-cloudflare
- plugin-cms
- plugin-compliance
- plugin-cron-pro
- plugin-ddns
- plugin-devices
- plugin-documents
- plugin-donorbox-pro
- plugin-entitlements
- plugin-epg
- plugin-file-processing
- plugin-game-metadata
- plugin-geocoding
- plugin-geolocation
- plugin-google
- plugin-home
- plugin-idme
- plugin-knowledge-base
- plugin-linkedin
- plugin-livekit
- plugin-media-processing
- plugin-meetings
- plugin-moderation
- plugin-mux
- plugin-notify-pro
- plugin-object-storage
- plugin-observability
- plugin-paypal-pro
- plugin-photos
- plugin-podcast
- plugin-post
- plugin-realtime
- plugin-recording
- plugin-retro-gaming
- plugin-rom-discovery
- plugin-shopify-pro
- plugin-social
- plugin-sports
- plugin-stream-gateway
- plugin-streaming
- plugin-stripe-pro
- plugin-support
- plugin-tmdb
- plugin-voice
- plugin-web3
- plugin-workflows
Planned (26)
plugin-auditplugin-blogplugin-checkoutplugin-commerceplugin-drmplugin-exportplugin-flowplugin-importplugin-ldapplugin-mailgunplugin-mediaplugin-oauth-providersplugin-pagesplugin-postmarkplugin-rate-limitplugin-reportsplugin-samlplugin-schedulerplugin-sendgridplugin-ssoplugin-subscriptionplugin-thumbplugin-transcoderplugin-twilioplugin-wafplugin-watermark
Guides
- Guide-Production-Deployment
- Guide-SSL-Setup
- Guide-Multi-Tenancy
- Guide-Security-Hardening
- Guide-Monitoring-Setup
- Guide-Backup-Restore
- Guide-Custom-Services
- Guide-Migration-from-v1
Architecture
Reference
- API-Reference
- error-codes, Error Codes
Licensing
Security
Brand
Operations
- operations/release-cascade, Release Cascade
- operations/self-healing, Self-Healing Schema
- operations/redis-tuning, Redis Pool Tuning
- operations/meilisearch-warmup, MeiliSearch Warm-Up
- operations/jwt-rotation, JWT Key Rotation
- operations/windows-wsl2-setup, Windows / WSL2 Setup
- operations/gemini-oauth-reauth, Gemini OAuth Reauth
Contributing
Admin
- USER-ACTION-QUEUE, Pending Admin Actions
All commands (52)
- A: cmd-access · cmd-account · cmd-admin
- B: cmd-backup · cmd-build · cmd-bundle
- C: cmd-ci · cmd-clean · cmd-completion · cmd-config
- D: cmd-db · cmd-deploy · cmd-dev · cmd-doctor
- E: cmd-env · cmd-exec
- F: cmd-functions
- G: cmd-generate
- H: cmd-health · cmd-help-topics
- I: cmd-init · cmd-install
- L: cmd-license · cmd-login · cmd-logout · cmd-logs
- M: cmd-man · cmd-mcp · cmd-migrate
- O: cmd-oauth · cmd-ops
- P: cmd-plugin · cmd-promote
- R: cmd-remove · cmd-reset · cmd-restart · cmd-runner
- S: cmd-secrets · cmd-security · cmd-self-heal · cmd-server · cmd-service · cmd-start · cmd-status · cmd-stop
- T: cmd-telemetry · cmd-template · cmd-trust
- U: cmd-update · cmd-urls
- V: cmd-verify-sbom · cmd-version