Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Huntbae/harness-for-codex

Repository files navigation

Harness for Codex

A minimal repository harness for Codex-based work.

The goal is to give every future task a predictable starting point:

  • one place for agent instructions
  • one bootstrap command
  • one check command
  • one test command
  • one full evaluation command
  • optional hooks and devcontainer metadata
  • lightweight documentation for decisions and tasks

Quick Start

scripts/bootstrap
scripts/check
scripts/doctor

Workflow

  1. Write the task brief in tasks/ when the work needs context.
  2. Implement changes in the relevant project files.
  3. Record durable decisions in docs/decisions.md.
  4. Run scripts/check before finishing.

Automation Entrypoints

  • scripts/bootstrap: install or prepare dependencies when a known stack is present.
  • scripts/check: run formatting, linting, type checks, and tests when available.
  • scripts/test: run the test suite when available.
  • scripts/eval: run doctor, bootstrap, and check as a handoff gate.
  • scripts/doctor: print repository and tooling readiness.
  • scripts/hooks: install optional local hooks through pre-commit.

If you use just, the same commands are exposed in justfile:

just check
just eval

These scripts are safe defaults for an empty or early-stage repository. Extend them as the project grows.

Harness Metadata

harness.yml records the canonical command names, expected documentation files, and task-loop stages. Keep it aligned with AGENTS.md and the scripts in this repository.

Optional Environment

The repository includes a minimal dev container that runs scripts/bootstrap after creation. It is optional; local development works without Docker.

About

Codex harness for consistent AI-assisted development workflows, including agent instructions, standard setup/check/test/eval scripts, CI, hooks, and documentation. | AI 기반 개발 작업을 일관되게 진행하기 위한 Codex 하네스입니다. 에이전트 지침, 표 준 setup/check/test/eval 스크립트, CI, 훅, 문서를 포함합니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Shell 95.2%
  • Just 4.8%

AltStyle によって変換されたページ (->オリジナル) /