Commit Graph

7 Commits

Author SHA1 Message Date
YeonGyu-Kim
e63ede0462 docs: add docs/API_REFERENCE.md (JSON envelope, error shape, output format contract) 2026-04-27 06:02:58 +09:00
YeonGyu-Kim
ec5fd078e3 docs: add docs/CONFIGURATION.md (env vars, settings.json, provider config reference) 2026-04-27 03:35:29 +09:00
YeonGyu-Kim
29b5d08254 docs: add docs/ARCHITECTURE.md with crate layout, request flow, subsystem map 2026-04-27 02:03:19 +09:00
YeonGyu-Kim
45b5e5c2b3 docs: add docs/PINPOINT_FILING_GUIDE.md with #290 worked example 2026-04-26 23:31:54 +09:00
YeonGyu-Kim
f604b5c383 docs: add docs/SUPPORTED_PROVIDERS.md (visibility for #285) 2026-04-26 22:33:00 +09:00
Yeachan-Heo
f65d15fb2f US-010: Add model compatibility documentation
Created comprehensive MODEL_COMPATIBILITY.md documenting:
- Kimi models is_error exclusion (prevents 400 Bad Request)
- Reasoning models tuning parameter stripping (o1, o3, o4, grok-3-mini, qwen-qwq)
- GPT-5 max_completion_tokens requirement
- Qwen model routing through DashScope

Includes implementation details, key functions table, guide for adding new
models, and testing commands. Cross-referenced with existing code comments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 10:55:58 +00:00
Yeachan-Heo
af75a23be2 Document a repeatable container workflow for the Rust workspace
Add a checked-in Containerfile plus container-first documentation so Docker and Podman users have a canonical image build, bind-mount, and cargo test entrypoint. The README now links directly to the new guide.

Constraint: The repo already had runtime container detection but no checked-in Dockerfile, Containerfile, or devcontainer config
Rejected: Put all container steps inline in README only | harder to maintain and less reusable than a dedicated guide plus Containerfile
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Keep docs/container.md and Containerfile aligned whenever Rust workspace prerequisites change
Tested: docker build -t claw-code-dev-docs-verify -f Containerfile .
Tested: cargo test --workspace (host, in rust/)
Not-tested: Podman commands were documented but not executed in this environment
Not-tested: Repeated in-container cargo test --workspace currently trips crates/tools PowerShell stub detection on this minimal image even though host cargo test passes
2026-04-05 18:11:25 +00:00