Skip to content

Conversation

@jeremymanning
Copy link
Member

Summary

Updates the repository structure section in README.md to accurately reflect the current state of the project after the major refactoring.

Changes

  • Added .github/workflows/ directory for GitHub Actions CI/CD
  • Added tests/ directory with complete structure
  • Added cli_utils.py to the llm_stylometry package listing
  • Included model_results.csv alongside model_results.pkl in data directory
  • Added key scripts in code/ directory (main.py, clean.py, etc.)
  • Clarified that models directory contains 80 trained models total
  • Added all configuration files (LICENSE, pyproject.toml, pytest.ini, requirements-dev.txt)

Rationale

The README's repository structure was outdated after the major refactoring that added comprehensive testing, CLI system, and removed notebooks. This update ensures new users and contributors can understand the current project organization.

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

- Added .github/workflows directory
- Added tests directory structure
- Listed all major Python scripts
- Added cli_utils.py to package structure
- Included model_results.csv in data listing
- Updated descriptions to match current functionality
@jeremymanning jeremymanning merged commit 01b142c into ContextLab:main Sep 16, 2025
jeremymanning referenced this pull request in jeremymanning/llm-stylometry Oct 20, 2025
Update repository structure in README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant