Important
This repository is a clone-derived variant of the original instructkr/claw-code, enhanced with expanded documentation and code experimentation.
Minimal Claude Code style harness workspace, modified with Claude Code using Opus.
- Primary authoring agent: Claude Code
- Model: Opus
- Repository:
az9713/claw-code-tutorial - Focus: tutorial-oriented variant and Claude-led modifications
- Status: maintain according to this repo's current branch state
This repository documents and demonstrates a Claude/Opus-driven modification path for a Claude Code style harness workspace.
It is designed for:
- tutorial workflows,
- Claude-led coding iterations,
- learning by progressive changes.
This is one of two sibling variants:
claw-code-tutorial: Claude/Opus-authored pathclaw-code-by-codex: Codex/gpt-5.3-codex-authored path
Use both to compare model/operator style, architecture decisions, and implementation choices.
| Category | claw-code-tutorial |
claw-code-by-codex |
|---|---|---|
| Primary authoring agent | Claude Code | Codex |
| Main model | Opus | gpt-5.3-codex |
| Project framing | Tutorial-first | Engineering docs + web demo |
| Web API/UI layer | Per this repo state | Included (src/web_app.py, web/) |
| Docs strategy | Per this repo state | Full docs portal in docs/ |
| Tests | Per this repo state | unittest + web tests |
Cross-link: https://github.com/az9713/claw-code-by-codex
- Identity block (authoring agent/model/date).
- Exact quickstart commands that currently work.
- Major architecture notes for this repo only.
- Differences versus sibling repo.
- Validation status (tests/checks).
Replace with commands that match this repository's current implementation.
python -m src.main summary
python -m unittest discover -s tests -vRecommended:
- add a
docs/portal similar to the Codex repo, - include a
documentation-governance.mdfile, - require docs updates in each behavior-changing PR.
- This repository is an educational/tutorial reconstruction workspace.
- It is not an official Anthropic repository and is not a full proprietary runtime replacement.