v0.1.1
Release v0.1.1 adds shared agent framework support and direct setup instructions for Codex, Claude Code, and other LLM agents while keeping the source.* ingestion contract unchanged.
Highlights:
- Add Claude Code allowed-tools metadata while keeping Codex-compatible skill validation.
- Document Codex and Claude Code support in English and Chinese READMEs.
- Add agent-facing setup instructions for cloning, installing, symlink-based skill configuration, validation, and sample conversion checks.
- Ignore .state/ and remove the previously tracked .state/progress.md from the release tree.
- Support both conda module invocation and pip-installed docling-skill CLI in SKILL.md.
Verification:
- quick_validate.py passed for ~/.codex/skills/docling-skill.
- quick_validate.py passed for ~/.claude/skills/docling-skill.
- git diff --check passed.
- conda run -n docling python -m pytest: 50 passed.