Slim repo to public onboarding-only (v4.0.0) - #2
Conversation
Remove private system implementation specific to one machine that leaked personal paths and emails: dashboard/, scripts/, vision/, docs/FULL-SYSTEM-REFERENCE.md, docs/magi-system/. Sanitize all public-facing files — strip personal info (absolute paths, colleague emails, real name), private agent names, and company references, while keeping the Iris / MAGI / Melchior open-source brand. Slim CHANGELOG (33KB to 3.5KB). Align README.zh-TW to the English onboarding version. Trim installer modules to the one with an actual source file. QUICK-START rewritten to v3.0: now works with Claude Code or Codex. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The installer's module system referenced source files that were never committed (5 of 6 modules had no backing files). Rather than ship a broken one-click installer, direct users to QUICK-START.md — the actual working guide. README install options simplified to: let your agent do it, or follow QUICK-START manually. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request refactors the repository for the v4.0.0 release, refocusing it as a public onboarding guide. It removes private system implementations—including the web dashboard, automation scripts, and vision tools—and cleans up personal paths, emails, and internal names. Crucially, it introduces dual-engine support for both Claude Code and Codex, adding a dedicated Codex substitution guide in QUICK-START.md. The review feedback is highly constructive, pointing out several places in the Traditional Chinese translation (README.zh-TW.md) where references should be updated to include Codex alongside Claude Code to maintain documentation consistency.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| # Iris System | ||
|
|
||
| > 基於 Claude Code 構建的 AI 個人助理系統 | ||
| > 用 Claude Code 在 30 分鐘內建立你自己的 AI 個人助理 |
| --- | ||
|
|
||
| ## 📂 Repository 結構 | ||
| Iris System 是一個用 Claude Code 建立你自己 AI 個人助理的框架。它提供: |
| ## 快速開始(新使用者) | ||
|
|
||
| ### 對於開發者:建立你自己的 AI 助理 | ||
| **把這個檔案交給你的 Claude Code,然後說:** |
| 2. **設置你的系統** | ||
| - 遵循 [MCP 設置指南](./docs/api-integrations/mcp-setup.zh-TW.md) | ||
| - 配置你偏好的整合 | ||
| Claude Code 會: |
| ## 文件 | ||
|
|
||
| MIT License - 參見 [LICENSE](./LICENSE) 文件 | ||
| - **[QUICK-START.md](QUICK-START.md)** — 從這裡開始(給 Claude Code) |
目的
把這個公開 repo 從「混了個人私有系統實作」收斂成純粹的對外 onboarding 專案 — 讓任何人用自己的 Claude Code 或 Codex 讀 QUICK-START.md 就能建出類似的初始 AI 助理環境。
🔴 安全:移除已公開的個人資訊
這些之前都公開在 GitHub 上:
Jeffrey@/arnold@irisgo.ai,在 CHANGELOG)Lman Chu)/Users/lman絕對路徑、com.lman.*LaunchAgent label、明文TWITTER_PASSWORD移除的私有實作(特定某台機器的東西,非泛用 onboarding 資產)
dashboard/、scripts/、vision/、docs/FULL-SYSTEM-REFERENCE.md、docs/magi-system/、半壞的installer/(6 個 module 有 5 個的 source 檔從沒 commit)。內容更新
CLAUDE.md↔AGENTS.md、slash command、MCP 設定)保留
Iris/MAGI/Melchior開源品牌(README About 段的 EVA 典故敘事是這個專案刻意的公開身份);第三方 gstack skills 不動。驗證
git grep全 repo 確認:個資、私有代號、斷連結全部清零;保留品牌完整。🤖 Generated with Claude Code