[WIP] Build RootAI like a model airplane kit#2
Merged
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Copilot stopped work on behalf of
tattoosonmyskin due to an error
January 11, 2026 23:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Build Kit v1 Implementation Plan
ekg/fetch_cves.pyfor CVE fetchingekg/deconstruct.pyusing transformersblueprints/path_pruner.pyapp/rootai.pythat ties everything togethercli.pyfor command-line interfaceindex.htmlfor GitHub Pages UIOriginal prompt
This section details on the original issue you should resolve
<issue_title>Build kit v1</issue_title>
<issue_description>Build RootAI like a model airplane kit: Follow these 12 numbered steps with exact "parts" (code/files) and check-offs. Hands-on, copy-paste, test-as-you-go—total ~4-6 hours on Kali/Starlink rig.
Parts List (Prep: 10min)
~/rootai/{ekg, blueprints, app}.Step-by-Step Build Guide
Clone Repo
git clone https://github.com/yourusername/rootai.git && cd rootai(ormkdir rootai && cd rootai). ✅EKG Base (Dual Grounding: 30min)
Create
ekg/fetch_cves.py:Test:
python ekg/fetch_cves.py→ JSON output. ✅[1]Prompt Deconstructor (20min)
ekg/deconstruct.py:Install:
pip install transformers torch. Run/test. ✅Reasoning Blueprint (30min)
blueprints/path_pruner.py:Test invalid paths rejected. ✅
Core Integrator (40min)
app/rootai.py:Run: Verified output <2s. ✅
Dockerize (20min)
Dockerfile:docker build -t rootai . && docker run rootai✅CLI Wrapper (15min)
cli.py:./cli.py "test prompt"works. ✅GitHub Pages UI (30min)
index.html(basic Streamlit alt):Host free GitHub Pages. ✅
Test High-Risk Assumption (20min)
Run CLI on 5 real prompts (e.g., your time-warp); check latency<2s, accuracy. ✅
Freemium Tier (15min)
Add
if free: limit=3 queries/dayinrootai.py. Stripe later. ✅Discord Bot (30min)
bot.pywith discord.py:/poc <prompt>. Deploy Replit free. ✅Launch & Iterate (Ongoing)
Push GitHub, tweet OWASP, track stars/issues. MVP done! ✅
Fly it:
docker run -it rootai→ Generate first PoC. Tweak from feedback. Airplane built—now fly bounties.Sources
[1] Security - Hugging Face https://huggingface.co/docs/hub/en/security
[2] root-ai-gemini.pdf https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/104285389/0d70f332-4edf-4c15-84d9-80f863cc7d9c/root-ai-gemini.pdf
[3] rootAi-ds.odt https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/104285389/a00d2512-9dda-4550-9620-2baa1a452e30/rootAi-ds.odt
[4] root-ai-diagram1.jpg https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/images/104285389/e18fa924-8552-480e-932b-fb8dc8d2fc7f/root-ai-diagram1.jpg?AWSAccessKeyId=ASIA2F3EMEYE3DURKAJI&Signature=IOWTClC8%2BQMJ7tTyLSgNQGSrF40%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEBgaCXVzLWVhc3QtMSJIMEYCIQCJjzxs08xkqwjxz7Zub2x3htg3tbvJ1w0BTrC9YbT5TAIhAK6LPnrc58jH2rEFM0MaqBUJF2lM7qTwfu%2FnF9IjVAhxKvwECOD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQARoMNjk5NzUzMzA5NzA1Igyfev0YBEyXeNNTUZ8q0ASd1OLxX%2BuI6hi0DVlHYX6h7mhLWsqt0Jbygm%2FdWyYLy26PdMMO%2B0ewAY3LQm0eP8gxEzNyrNNPJrnJn%2F8RVSDkVdXUrEcSw2odevFz%2Fg3yMUL6Mu2jXRe7cYyyk7b6K5GnNXK3T8w36u%2Fg90GG8MFvCJMMIvH0jMTIPD33LgIAbdjVVvyUmWhgWvvfgJbeKT%2FNPWGTgYRUOlzNXV1Tz1GCwYF%2B6R8EN07FJH6ziNTCulGKHYnChKq0s1PpI6BTdjoWxbuMtzXQpG9CPyiAyzAl1gKb6KXvA5W9ggkx%2B7nZlPwmEbqZ78NM1NQVgYlRf%2B3IeoBh0hgj1GH4yhZ%2BnTNY5%2B...
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.