{"id":50647233,"url":"https://github.com/jasl/cybros.new","last_synced_at":"2026-06-07T13:31:37.500Z","repository":{"id":349892489,"uuid":"1185777423","full_name":"jasl/cybros.new","owner":"jasl","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-18T07:13:59.000Z","size":12641,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T17:31:00.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/jasl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-18T23:49:06.000Z","updated_at":"2026-04-18T07:14:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jasl/cybros.new","commit_stats":null,"previous_names":["jasl/cybros.new"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jasl/cybros.new","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasl%2Fcybros.new","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasl%2Fcybros.new/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasl%2Fcybros.new/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasl%2Fcybros.new/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasl","download_url":"https://codeload.github.com/jasl/cybros.new/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasl%2Fcybros.new/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34023902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-07T13:31:36.599Z","updated_at":"2026-06-07T13:31:37.484Z","avatar_url":"https://github.com/jasl.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cybros\n\n`cybros` is a monorepo for CoreMatrix, a single-installation agent kernel\nproduct, plus its bundled and companion runtimes such as Fenix and Nexus.\n\n## Products\n\n- `CoreMatrix` is the kernel product. It owns agent-loop execution,\n  conversation state, workflow scheduling, human-interaction primitives,\n  runtime supervision, and platform-level governance.\n- `core_matrix_cli` is the operator-facing setup CLI for turning a CoreMatrix\n  installation into a usable environment without relying on the unfinished Web\n  UI. It handles first-run setup, Codex subscription authorization, workspace\n  selection, and Telegram/Weixin ingress preparation.\n- `Fenix` is the default bundled agent. It is both a usable assistant product,\n  the first technical validation agent for the CoreMatrix loop, and an\n  optional agent-side tool provider.\n- `Nexus` is the default bundled execution runtime. It owns the local runtime\n  tool surface and runtime-side resource execution for the CoreMatrix loop,\n  but conversations may also run without a runtime when only agent-side and\n  CoreMatrix-owned tools are needed.\n\n## Documentation Lifecycle\n\nWork moves through the documentation tree in this order:\n\n1. `docs/proposed-designs`\n2. `docs/proposed-plans`\n3. `docs/future-plans`\n4. `docs/plans`\n5. `docs/finished-plans`\n6. `docs/archived-plans`\n\nUse `docs/design` for approved design baselines that should remain stable across\nmultiple future phases. Use `docs/future-plans` for accepted later-phase work\nthat is intentionally not active yet.\n\n## Current Direction\n\n- The current substrate batch continues to harden `core_matrix` foundations.\n- The current agent-loop validation batch proves the real loop end to end.\n- The current operator batch makes the system usable through `core_matrix_cli`\n  while the Web UI is still incomplete.\n- Later batches widen the product boundary through additional validation\n  agents, runtimes, triggers, channels, and eventually extensions.\n\n## Operator Setup\n\nThe fastest way to make a new installation usable today is through\n[`core_matrix_cli`](/Users/jasl/Workspaces/Ruby/cybros/core_matrix_cli):\n\n1. `cd core_matrix_cli`\n2. `bundle exec exe/cmctl init`\n3. `bundle exec exe/cmctl providers codex login`\n4. `bundle exec exe/cmctl ingress telegram setup`\n5. Optional: `bundle exec exe/cmctl ingress telegram-webhook setup`\n6. `bundle exec exe/cmctl ingress weixin setup`\n7. `bundle exec exe/cmctl status`\n\nFor product deployment and integration prerequisites, see:\n\n- [core_matrix/docs/INSTALL.md](/Users/jasl/Workspaces/Ruby/cybros/core_matrix/docs/INSTALL.md)\n- [core_matrix/docs/INTEGRATIONS.md](/Users/jasl/Workspaces/Ruby/cybros/core_matrix/docs/INTEGRATIONS.md)\n\n## Validation Rule\n\nLoop-related work is not complete with automated tests alone. When a phase\nclaims real loop behavior, validation must include:\n\n- unit and integration coverage\n- `bin/dev`\n- a real LLM API\n- manual validation flows maintained under `docs/checklists`\n\n## Licensing\n\nLicensing in this monorepo is project-scoped.\n\n- Repository-root materials that are not covered by a more specific\n  subdirectory license are licensed under the MIT License. See\n  [LICENSE.md](/Users/jasl/Workspaces/Ruby/cybros/LICENSE.md).\n- [core_matrix_cli](/Users/jasl/Workspaces/Ruby/cybros/core_matrix_cli),\n  [agents/fenix](/Users/jasl/Workspaces/Ruby/cybros/agents/fenix), and\n  [images/nexus](/Users/jasl/Workspaces/Ruby/cybros/images/nexus) are\n  separately licensed under the MIT License in their local `LICENSE.txt`\n  files.\n- [core_matrix](/Users/jasl/Workspaces/Ruby/cybros/core_matrix) remains\n  licensed under the O'Saasy License Agreement in\n  [core_matrix/LICENSE.md](/Users/jasl/Workspaces/Ruby/cybros/core_matrix/LICENSE.md).\n- [core_matrix/vendor/simple_inference](/Users/jasl/Workspaces/Ruby/cybros/core_matrix/vendor/simple_inference)\n  is a separately licensed vendored gem and remains licensed under the MIT\n  License. See\n  [LICENSE.txt](/Users/jasl/Workspaces/Ruby/cybros/core_matrix/vendor/simple_inference/LICENSE.txt).\n- Where a subdirectory contains its own license file, that subdirectory-specific\n  license controls for the contents of that subdirectory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasl%2Fcybros.new","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasl%2Fcybros.new","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasl%2Fcybros.new/lists"}