Skip to content

Fix package imports and CLI instructions#4

Merged
nikitakoselev merged 4 commits into
mainfrom
codex/fix-import-statements-and-readme-commands
Aug 17, 2025
Merged

Fix package imports and CLI instructions#4
nikitakoselev merged 4 commits into
mainfrom
codex/fix-import-statements-and-readme-commands

Conversation

@nikitakoselev

Copy link
Copy Markdown
Owner

Summary

  • Rename packages from contentkit_* to pulsewriter_*
  • Export core helpers and correct imports in CLI and API
  • Update README and add CLI __main__ so python -m pulsewriter_cli works

Testing

  • pytest -q
  • pip install -e . (fails: Could not find a version that satisfies the requirement setuptools>=68)
  • PYTHONPATH=packages/core:packages/cli python -m pulsewriter_cli --help (fails: No module named 'typer')

https://chatgpt.com/codex/tasks/task_e_68a0eddd339483208f3afa905bb2b309

@nikitakoselev nikitakoselev merged commit 66d572d into main Aug 17, 2025
2 checks passed
@nikitakoselev nikitakoselev deleted the codex/fix-import-statements-and-readme-commands branch August 17, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant