Skip to content
Apothem
하니스 어댑터

Codex

Codex(Beta)를 위한 Apothem 하니스 어댑터.

공급업체: OpenAI 설치 이름: codex 상태: Beta 네이티브 구성: ~/.codex/AGENTS.md, ~/.codex/hooks.json, ~/.codex/hooks/, ~/.codex/agents/*.toml, 및 ~/.agents/skills/

설치

apothem install --harness codex

어댑터는 Codex 네이티브 지침과 훅을 설치하고, Apothem 에이전트를 Codex TOML 에이전트로 변환하며, 재사용 가능한 명령 프롬프트를 Codex 스킬로 래핑합니다.

작성되는 파일: ~/.codex/AGENTS.md, ~/.codex/hooks.json, ~/.codex/hooks/, ~/.codex/agents/*.toml, ~/.agents/skills/*/SKILL.md, 및 ~/.config/apothem/{rules,templates}/ 아래의 지원 파일.

프로필에서 네이티브 구성으로의 매핑

어댑터는 Apothem의 공유 코호트를 읽고 각각을 올바른 Codex 표면에 설치합니다. 지침은 AGENTS.md로, 훅은 hooks.jsonhooks/로, 에이전트는 TOML로, 스킬은 ~/.agents/skills/로, 그리고 네이티브가 아닌 Markdown 규칙/템플릿은 지원 자료로 ~/.config/apothem/에 설치됩니다.

호환성 참고 사항

Codex는 ~/.codex/rules/.rules 실행 정책용으로 예약합니다. Apothem은 거기에 Markdown 동작 규칙을 두지 않습니다. 이를 ~/.config/apothem/에 유지하고 AGENTS.md와 설치된 스킬에서 참조합니다.

검증

apothem verify --harness codex

verify 명령은 다음을 확인합니다.

  1. 네이티브 구성이 예상 경로에 존재합니다.
  2. 공유 프로필의 모든 필수 필드가 존재합니다.
  3. 어댑터별 검증 루틴이 성공을 보고합니다.

업데이트

apothem update --harness codex

Codex 부트스트랩, 변환된 에이전트, 스킬, 지원 코호트를 새로 고칩니다.

제거

apothem uninstall --harness codex

어댑터가 작성한 네이티브 구성 파일을 제거합니다. 공유 프로필 YAML과 Apothem 엔진은 영향을 받지 않습니다.

적합성 게이트

python -m apothem.conformity.gate --all .

문제 해결

증상해결
구성 파일을 찾을 수 없음apothem install --harness codex를 다시 실행
검증 실패apothem update --harness codex를 실행한 다음 다시 검증
예기치 않은 구성 내용~/.config/apothem/profile.yaml 또는 --profile PATH를 확인한 다음 apothem update --harness codex를 다시 실행

구성 노브

플래그기본값설명
--dry-runfalse파일을 작성하지 않고 설치를 미리 봅니다.

On this page