Sol Advisor 是一个 Codex 原生插件,由 Sol 负责架构编排,Luna/Terra 承担实现,最终由全新的只读 Sol 审查把关,从而实现按能力路由并在验证通过后才交付的软件开发流程。

Stars

67

7 天增长

暂无数据

Fork 数

5

开放 Issue

0

开源协议

MIT

最近更新

2026-08-01

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它把 Codex 原生子代理变成受治理的交付流水线:检查角色钉,运行时元数据必须匹配,缺失证据会停止对应通道,安装器也不会覆盖已有代理文件。

适合谁使用

  • 启用了自定义代理的 Codex CLI 或 ChatGPT 桌面用户
  • 希望构建结构化多智能体软件交付流程的团队
  • 希望在 AI 编码流程中强制执行审查与验证的工程负责人
  • 使用 GPT-5.6 Sol、Terra 和 Luna 的开发者

典型使用场景

  • 由 Sol 编写规格、Luna/Terra 实现的功能开发
  • 把高风险、上下文密集或影响面大的任务交给 Terra,并由全新 Sol 审查
  • 在审查者返回 ship 之前不允许报告完成
  • 在信任某条路由前检查已安装的角色钉与运行时路由证据

项目优势

  • 路由规则明确:Luna 为默认实现者,Terra 用于判断/上下文/影响面更高的任务,Sol 进行全新审查
  • 无静默回退:角色/模型/努力缺失、过期或冲突时,受影响通道会停止并报错
  • 配套安装器安全:只安装缺失模板、不覆盖不同文件,并用 --check 逐字节校验
  • 最终审查由全新 Sol 上下文执行,要求只读沙箱并检查 diff 和验证证据后才能 ship

使用前须知

  • 需要当前版本的 Codex CLI/桌面端,启用插件、原生子代理和自定义代理,并具备 GPT-5.6 Sol/Terra/Luna 访问权限
  • 最终审查只是上下文独立,不是模型厂商独立,不构成跨厂商审查
  • 自定义代理需手动安装,安装或更新后必须开启新的 Codex 任务才能生效

README 快速开始

Sol Advisor

Sol runs the show. Luna handles routine implementation, Terra takes the harder builds, and a fresh Sol review with a requested read-only profile stands between the diff and done.

Sol Advisor is a Codex-native architect workflow for capability-routed software delivery. The primary session stays focused on requirements, architecture, specs, and verification while native Codex custom-agent threads handle implementation and review.

Go deeper

I write Attention Heads — deep, evidence-backed writing on AI, cognition, and agentic engineering. The Agentic Engineering Field Notes series is where I publish practical advice on the craft of using AI. Subscribe to get new posts to your inbox.

LaneNative agent typePinned profileUse it for
OrchestratorPrimary sessionGPT-5.6 Sol / HighRequirements, architecture, decomposition, routing, and acceptance
Routine implementationsol_advisor_luna_implementerGPT-5.6 Luna / MaxMechanical, repeatable, fully specified work
Harder implementationsol_advisor_terra_implementerGPT-5.6 Terra / MaxContext-heavy, higher-risk, or wider-blast-radius work
Final reviewsol_advisor_sol_reviewerGPT-5.6 Sol / High / requests read-onlyFresh review of the actual diff and verification evidence

The final review is context-independent, not model-family-independent: Sol reviews Sol's orchestration with a fresh context. That catches conversational assumptions, but it is not cross-vendor review.

Install from GitHub

Requirements:

  • A current Codex CLI or ChatGPT desktop app with plugins, native subagents, and custom agents enabled.
  • Access to GPT-5.6 Sol, Terra, and Luna at the required reasoning levels.
  • jq, which the companion-install lookup uses to locate the installed plugin package.

Add the GitHub repository as a Codex marketplace, then install the plugin:

codex plugin marketplace add DannyMac180/sol-advisor --ref main
codex plugin add sol-advisor@sol-advisor

Install the companion custom agents

Plugin installation does not automatically install custom-agent files. That is intentional: the files are use

项目描述

Codex-native architect orchestration with Luna and Terra implementation lanes and mandatory fresh Sol review.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

deerwork-ai
精选
deerwork-ai GitHub avatar

deer-workflow

An open-source Dynamic Workflow runtime that combines deterministic TypeScript orchestration with replaceable Agent runtimes.

AI 与机器学习大语言模型
312
jamesob
精选
jamesob GitHub avatar

local-llm

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.

AI 与机器学习大语言模型
1,660
mereyabdenbekuly-ctrl
精选
mereyabdenbekuly-ctrl GitHub avatar

clodex-ide

Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.

AI 与机器学习AI 智能体
859