Skip to content

Add CI workflow + CLAUDE.md + README#3

Merged
chengh42 merged 2 commits into
mainfrom
claude
Apr 14, 2026
Merged

Add CI workflow + CLAUDE.md + README#3
chengh42 merged 2 commits into
mainfrom
claude

Conversation

@chengh42

Copy link
Copy Markdown
Member

Description

Two things bundled here since they were both sitting on this branch:

GitHub Actions CI (ci.yml)

  • Triggers on every push to main and every PR targeting main
  • Sets up Python 3.12 with pip caching
  • Installs the project in editable mode with dev extras (pip install -e ".[dev]")
  • Runs pytest --tb=short

CLAUDE.md + README.md

  • CLAUDE.md: project guidance for Claude Code (commands, architecture notes, implementation status)
  • README.md: basic project overview
  • Minor PLAN.md cleanup and app/config.py fix

Testing

CI workflow will run automatically once this PR is open.

chengh42 and others added 2 commits April 14, 2026 17:05
Runs the full pytest suite on every push to main and every PR targeting
main.  Uses Python 3.12 with pip caching to keep runs fast.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chengh42
chengh42 marked this pull request as ready for review April 14, 2026 15:08
@chengh42
chengh42 merged commit 0e0d317 into main Apr 14, 2026
1 check passed
@chengh42
chengh42 deleted the claude branch April 14, 2026 15:08
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