LICENSE
MANIFEST.in
README.md
pyproject.toml
src/seokit/__init__.py
src/seokit/__main__.py
src/seokit/cli.py
src/seokit/config.py
src/seokit/installer.py
src/seokit.egg-info/PKG-INFO
src/seokit.egg-info/SOURCES.txt
src/seokit.egg-info/dependency_links.txt
src/seokit.egg-info/entry_points.txt
src/seokit.egg-info/requires.txt
src/seokit.egg-info/top_level.txt
src/seokit/commands/01-search-intent.md
src/seokit/commands/02-top-articles.md
src/seokit/commands/03-create-outline.md
src/seokit/commands/04-optimize-outline.md
src/seokit/commands/05-write-seo.md
src/seokit/commands/__init__.py
src/seokit/core/__init__.py
src/seokit/core/docx_generator.py
src/seokit/core/language_utils.py
src/seokit/core/outline.py
src/seokit/core/perplexity_client.py
src/seokit/core/search_intent.py
src/seokit/core/top_articles.py
src/seokit/core/word_utils.py
tests/test_cli.py
tests/test_config.py
tests/test_phase01_restructure.py