@@ -106,45 +106,7 @@ initiat secret list
106106
107107## What's Coming Next
108108
109- ** Automated Environment Setup** 🚀 * Planned for 2026*
110-
111- One command to rule them all. No more "works on my machine" - we'll automate the entire development environment setup process.
112-
113- ``` bash
114- initiat setup my-project # Sets up entire development environment
115- ```
116-
117- - Automated dependency installation
118- - Environment validation to prevent drift
119- - Docker and containerization support
120- - Custom templates per project and role
121-
122- ** Guided Onboarding Workflows** 📚 * Planned for 2026*
123-
124- Interactive guides that actually work. Capture knowledge from your senior developers and turn it into step-by-step onboarding workflows.
125-
126- - Step-by-step setup guides for new team members
127- - Progress tracking and completion verification
128- - Knowledge capture from experienced developers
129- - Custom templates per project and role
130-
131- ** Integration Ecosystem** 🔗 * Planned for 2026*
132-
133- Connect everything together. We're building integrations with the tools you already use to create a seamless developer experience.
134-
135- - GitHub/GitLab repository integration
136- - CI/CD pipeline configuration
137- - Kubernetes and cloud platform setup
138- - Popular development tools integration
139-
140- ** Team Visibility & Analytics** 📊 * Planned for 2026*
141-
142- Data-driven developer experience. Understand where your team is spending time and identify bottlenecks in your development process.
143-
144- - Onboarding dashboards showing progress and bottlenecks
145- - Time-to-productivity metrics
146- - Usage analytics and optimization insights
147- - Compliance reporting for security and audit
109+ See our [ roadmap] ( https://www.initiat.dev/roadmap ) for exciting upcoming features
148110
149111## Technical Foundation
150112
@@ -218,21 +180,8 @@ initiat project init acme-corp/production
218180## Getting Started
219181
220182### ** Installation**
221- 1 . ** Create account** at [ initiat.dev] ( https://initiat.dev ) (coming soon)
222- 2 . ** Download CLI** from [ GitHub Releases] ( https://github.com/InitiatDev/initiat-cli/releases )
223- 3 . ** Linux users** : Install X11 development libraries for clipboard support:
224- ``` bash
225- # Ubuntu/Debian
226- sudo apt-get install libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
227-
228- # CentOS/RHEL/Fedora
229- sudo yum install libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel
230- # or for newer versions:
231- sudo dnf install libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel
232-
233- # Arch Linux
234- sudo pacman -S libx11 libxrandr libxinerama libxcursor libxi
235- ```
183+ 1 . ** Create account** at [ initiat.dev] ( https://initiat.dev )
184+ 2 . ** Follow the setup instructions** at [ initiat.dev] ( https://initiat.dev/docs/setup )
2361854 . ** Set up projects** for your teams and projects
2371865 . ** Configure device approval** workflows
238187
0 commit comments