api_claude 0.6.1

Claude API for accessing Anthropic's large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Verified Tasks

Holds task files that have passed the VERIFY gate (MAAV, all dimensions PASS). Tasks here are ready for execution. Completed tasks move to `completed/` on SUBMIT + validation pass.

### Responsibility Table

| File | Purpose |
|------|---------|
| `readme.md` | This file — directory responsibility and lifecycle note |
| `001_implement_doc_test_specs.md` | Implement 38 spec scenarios from tests/docs/ as named test functions |
| `002_implement_operation_test_specs.md` | Implement OP-01..OP-15 as named test functions in tests/inc/ |