{"id":48440243,"url":"https://github.com/chensheng/opc-harness","last_synced_at":"2026-04-06T15:04:09.732Z","repository":{"id":345880548,"uuid":"1187686405","full_name":"chensheng/opc-harness","owner":"chensheng","description":"One Person Company Harness - AI驱动的一人公司操作系统，为独立创造者整合产品构思(Vibe Design)、快速构建(Vibe Coding)、增长运营(Vibe Marketing)三大模块，实现从想法到产品运营的全流程闭环。本项目实现了基于 Harness Engineering 理念的 AI 协作开发环境，让 AI Agent 能够更高效地完成编码任务。","archived":false,"fork":false,"pushed_at":"2026-03-29T05:27:43.000Z","size":7015,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T07:33:00.043Z","etag":null,"topics":["agent-harness","harness-engineering","one-person-company","opc"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chensheng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-21T02:52:33.000Z","updated_at":"2026-03-29T05:27:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/chensheng/opc-harness","commit_stats":null,"previous_names":["chensheng/opc-harness"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chensheng/opc-harness","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chensheng%2Fopc-harness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chensheng%2Fopc-harness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chensheng%2Fopc-harness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chensheng%2Fopc-harness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chensheng","download_url":"https://codeload.github.com/chensheng/opc-harness/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chensheng%2Fopc-harness/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31477014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T14:34:32.243Z","status":"ssl_error","status_checked_at":"2026-04-06T14:34:31.723Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-harness","harness-engineering","one-person-company","opc"],"created_at":"2026-04-06T15:03:36.973Z","updated_at":"2026-04-06T15:04:09.724Z","avatar_url":"https://github.com/chensheng.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OPC-HARNESS\n\n\u003e AI 驱动的一人公司操作系统\n\nOPC-HARNESS 是一个为独立创造者整合产品构思 (Vibe Design)、快速构建 (Vibe Coding)、增长运营 (Vibe Marketing) 三大模块的 AI 驱动桌面应用，实现从想法到产品运营的全流程闭环。\n\n## ✨ 核心功能\n\n### 🎨 Vibe Design - 产品构思\n- 自然语言输入产品想法\n- AI 生成产品需求文档 (PRD)\n- 自动生成用户画像\n- 竞品分析和差异化建议\n\n### 💻 Vibe Coding - 快速构建\n- 集成多种 AI 编码工具 CLI (Kimi/Claude/Codex)\n- 代码编辑器和文件管理\n- 实时预览功能\n- 一键部署到 Vercel/Netlify\n\n### 📈 Vibe Marketing - 增长运营\n- AI 生成发布策略\n- 多平台营销文案生成\n- 发布时间线规划\n- 推广渠道建议\n\n## 🚀 快速开始\n\n### 环境要求\n\n- Node.js 18+\n- Rust 1.70+\n- Windows: WebView2 Runtime + Visual Studio Build Tools\n\n### 安装\n\n```bash\n# 克隆仓库\ngit clone https://github.com/chensheng/opc-harness.git\ncd opc-harness\n\n# 安装前端依赖\nnpm install\n\n# 安装 Tauri CLI\ncargo install tauri-cli\n```\n\n### 开发\n\n```bash\n# 启动开发服务器\nnpm run tauri:dev\n```\n\n### 构建\n\n```bash\n# 构建生产版本\nnpm run tauri:build\n```\n\n## 🏗️ 技术架构\n\n### 前端\n- **框架**: React 18 + TypeScript 5\n- **样式**: Tailwind CSS 3 + shadcn/ui\n- **状态管理**: Zustand + Immer\n- **路由**: React Router 6\n\n### 后端 (Tauri v2)\n- **语言**: Rust\n- **数据库**: SQLite (rusqlite)\n- **密钥存储**: OS Keychain (keyring-rs)\n- **HTTP 客户端**: reqwest\n\n### AI 集成\n- **支持厂商**: OpenAI, Anthropic Claude, 月之暗面 Kimi, 智谱 GLM\n- **协议**: REST API + SSE (Server-Sent Events)\n\n## 🤖 Harness Engineering\n\n本项目实现了基于 **Harness Engineering** 理念的 AI 协作开发环境，让 AI Agent 能够更高效地完成编码任务。\n\n### 核心理念\n\n- **AI-Agent 协作** - 为 AI Agent 提供清晰的架构约束和上下文信息\n- **自动化验证** - 通过智能脚本自动检测代码质量和架构健康度\n- **渐进式检查** - 从基础类型检查到完整架构验证，分层保障代码质量\n- **文档驱动** - 防止\"注释漂移\"，确保代码与文档同步演进\n\n### 核心文档\n\n- **[AGENTS.md](./AGENTS.md)** - AI Agent 导航地图（必读）⭐\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchensheng%2Fopc-harness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchensheng%2Fopc-harness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchensheng%2Fopc-harness/lists"}