Documentation consolidation: - Merge docs/contributing/*.md into docs/development.md - Merge docs/reference/internals/*.md into docs/rpc-development.md - Move rpc-ui-reference.md to docs/rpc-reference.md - Consolidate examples/ into docs/examples/ (6 files total) - Remove getting-started.md (content in README) - Remove docs/README.md (navigation implicit) Cleanup: - Remove AGENTS.md (redundant with CLAUDE.md) - Remove RELEASING.md (merged into docs/development.md) - Remove .gemini/ and .github/copilot-instructions.md - Remove investigation files and artifacts - Add gitignore for auto-generated CLAUDE.md files Version bump: 0.1.4 → 0.2.0 (new features per stability.md) Final structure: docs/ ├── cli-reference.md # User docs ├── python-api.md ├── configuration.md ├── troubleshooting.md ├── stability.md ├── development.md # Contributor docs (merged) ├── rpc-development.md # RPC docs (merged) ├── rpc-reference.md ├── examples/ # Consolidated examples └── designs/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
34 lines
531 B
Text
34 lines
531 B
Text
__pycache__/
|
|
*.py[cod]
|
|
*.class
|
|
.venv/
|
|
env/
|
|
venv/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.DS_Store
|
|
.env
|
|
.notebooklm/
|
|
captured_rpcs/
|
|
.worktrees/
|
|
.worktree/
|
|
.sisyphus/
|
|
.claude/
|
|
|
|
# Auto-generated by claude-mem plugin
|
|
**/CLAUDE.md
|
|
!/CLAUDE.md
|
|
|
|
# Investigation artifacts
|
|
investigate*.py
|
|
INVESTIGATION*.md
|
|
investigation_output/
|
|
downloads/
|
|
|
|
# VCR cassettes - committed after security review
|
|
# Cassettes are scrubbed of sensitive data (cookies, tokens, user IDs, emails)
|
|
# See tests/vcr_config.py for scrubbing patterns
|