{"id":44831800,"url":"https://github.com/sageox/ox","last_synced_at":"2026-05-05T01:05:46.881Z","repository":{"id":338885571,"uuid":"1156595469","full_name":"sageox/ox","owner":"sageox","description":"SageOx is the hivemind for agentic engineering","archived":false,"fork":false,"pushed_at":"2026-05-01T22:17:38.000Z","size":12516,"stargazers_count":27,"open_issues_count":40,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-01T23:14:38.935Z","etag":null,"topics":["agentic-engineering","claude-code","claude-code-plugin","claude-commands","claude-plugin","claude-skills","codex-cli","coding","droid","gemini","gemini-cli","hivemind","openclaw-plugin","openclaw-skills","opencode","opencode-plugin","team-context"],"latest_commit_sha":null,"homepage":"https://sageox.ai","language":"Go","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/sageox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-12T20:38:05.000Z","updated_at":"2026-05-01T22:17:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sageox/ox","commit_stats":null,"previous_names":["sageox/ox"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/sageox/ox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sageox%2Fox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sageox%2Fox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sageox%2Fox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sageox%2Fox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sageox","download_url":"https://codeload.github.com/sageox/ox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sageox%2Fox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32631066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["agentic-engineering","claude-code","claude-code-plugin","claude-commands","claude-plugin","claude-skills","codex-cli","coding","droid","gemini","gemini-cli","hivemind","openclaw-plugin","openclaw-skills","opencode","opencode-plugin","team-context"],"created_at":"2026-02-17T00:07:46.867Z","updated_at":"2026-05-05T01:05:46.875Z","avatar_url":"https://github.com/sageox.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- doc-audience: human --\u003e\n# SageOx CLI (ox)\n\n[![docs: ai-human-docs](https://raw.githubusercontent.com/rsnodgrass/ai-human-docs/main/badges/ai-human-docs.svg)](https://github.com/rsnodgrass/ai-human-docs)\n\nSageOx is agentic context infrastructure — we call it the hivemind. It makes architectural and product intent persistent and automatically available across humans and agents.\n\nThis initial version is intended for AI-native teams — teams that build products almost exclusively through prompts.\n\nSessions, ledgers, and team knowledge ensure your AI coworkers understand your project's patterns, security requirements, and architectural decisions from the start, making agentic engineering multiplayer by default.\n\n## Demo\n\n![SageOx CLI Demo](demo/demo.gif)\n\n## Install the CLI\n\n**Quick install (macOS / Linux / FreeBSD):**\n\n```bash\ncurl -sSL https://raw.githubusercontent.com/sageox/ox/main/scripts/install.sh | bash\n```\n\n**From source:**\n\n```bash\ngit clone https://github.com/sageox/ox.git \u0026\u0026 cd ox\nmake build \u0026\u0026 make install\n```\n\n## Set up ox in your repo\n\n```bash\n# cd into your code repo (e.g. ~/src/my-project)\ncd ~/src/my-project\nox login\n\n# one time setup, done ONCE per repo\nox init\n# commit the changes in your repo, e.g. git commit -a -m 'SageOx init'\n\nox doctor\n# ox doctor --fix may be needed in the alpha stage\nox status\n# will give you the location of the team context and ledger repos\n```\n\n## 👥 Go to [sageox.ai](https://sageox.ai) - Setup team\n\nGo into your newly created team in SageOx and invite your coworkers by copying the invite in the upper right, displayed in Team Overview.\n\n\u003c!-- TODO: add screenshot of team invite UI --\u003e\n\n## 🎙️ Record discussions\n\nTeam discussions impacting the product are captured and transcribed in the app and the context is automatically available to Claude.\n\n\u003c!-- TODO: add screenshot of transcription UI --\u003e\n\n## 🤖 Capture sessions\n\n`ox-session` capture the conversation between a developer and Claude so the decisions, patterns, and reasoning become available to the rest of the team.\n\n```bash\npwd\n/home/me/src/my-project\nclaude\n/ox-session-start\n\u003cimplement fizz buzz\u003e\n/ox-session-stop\n```\n\n\u003c!-- TODO: add screenshot of session viewer --\u003e\n\n## 🚀 Just Ask\n\nStart your AI coworker in your repo and just ask:\n\n- *\"What decisions were made in the last coding session on this project?\"*\n- *\"Create a plan of work based on the SageOx team discussions from today.\"*\n- *\"Look at my team's SageOx coding sessions from this week and teach me a really effective prompt that was used.\"*\n\n## ⚙️ How it works\n\n1. **ox init** creates a `.sageox/` directory with shared team context for your project\n2. **ox integrate** sets up hooks so your AI coworker automatically loads context at session start\n3. Your AI coworker receives team context, security conventions, and architectural patterns\n4. Coworkers (human and AI) share context through ledgers and team knowledge\n\n### SageOx in Practice\n\nHere's a real example from [PR #4](https://github.com/sageox/ox/pull/4):\n\n```mermaid\nflowchart LR\n    subgraph discuss [\"🎙️ Ryan and Ajit Discuss\"]\n        A1[\"Captured in Team Context\"]\n    end\n    subgraph implement [\"🤖 Ajit Implements\"]\n        B1[\"Captured in Ledger\"]\n    end\n    subgraph review [\"🚀 Ryan Reviews\"]\n        C1[\"Code + Session + Transcript\"]\n    end\n    discuss --\u003e implement --\u003e review\n```\n\nRyan and Ajit discussed the daemon design in a recorded team discussion. Ajit then implemented it with Claude (session captured in the ledger). When Ryan reviewed the PR, he had the full picture — the original discussion audio, the implementation session, and the code.\n\n## ⚙️  Configuration\n\nSageOx looks for configuration in:\n\n1. CLI flags (`--verbose`, `--quiet`, `--json`)\n2. Environment variables (`OX_*` prefix)\n3. Config file (`.sageox/config.yaml`)\n\n## Legal\n\n- [Privacy Policy](https://sageox.ai/privacy)\n- [Terms of Service](https://sageox.ai/terms)\n- [Acceptable Use Policy](https://sageox.ai/acceptable-use)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsageox%2Fox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsageox%2Fox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsageox%2Fox/lists"}