mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
feat: include codex-lens Python package in npm distribution
- Add codex-lens/src/codexlens/ to package.json files - Add codex-lens/pyproject.toml for pip install - Update .npmignore to exclude Python cache and dev files - Enables ccw view CodexLens installation from npm package 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
19
.npmignore
19
.npmignore
@@ -49,3 +49,22 @@ install-remote.ps1
|
||||
ccw/package.json
|
||||
ccw/node_modules/
|
||||
ccw/*.md
|
||||
|
||||
# Python development files
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
.venv/
|
||||
.pytest_cache/
|
||||
*.egg-info/
|
||||
.coverage
|
||||
|
||||
# codex-lens development files
|
||||
codex-lens/.venv/
|
||||
codex-lens/.pytest_cache/
|
||||
codex-lens/tests/
|
||||
codex-lens/docs/
|
||||
codex-lens/.coverage
|
||||
codex-lens/*.db
|
||||
codex-lens/_*.txt
|
||||
codex-lens/.workflow/
|
||||
|
||||
@@ -53,6 +53,8 @@
|
||||
".codex/",
|
||||
".gemini/",
|
||||
".qwen/",
|
||||
"codex-lens/src/codexlens/",
|
||||
"codex-lens/pyproject.toml",
|
||||
"CLAUDE.md",
|
||||
"README.md"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user