Skip to content

fix: include jinja prompt templates in package artifacts - #85

Merged
gaodan-fang merged 1 commit into
mainfrom
udpate-packaging2
Mar 5, 2026
Merged

fix: include jinja prompt templates in package artifacts#85
gaodan-fang merged 1 commit into
mainfrom
udpate-packaging2

Conversation

@gaodan-fang

@gaodan-fang gaodan-fang commented Mar 5, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores
    • Updated package configuration to ensure Jinja2 template files are properly included in package distributions.

@coderabbitai

coderabbitai Bot commented Mar 5, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f91b18b8-bcfd-4854-bf17-b657bde2a655

📥 Commits

Reviewing files that changed from the base of the PR and between 55dd345 and 60bb0c6.

📒 Files selected for processing (2)
  • MANIFEST.in
  • pyproject.toml

📝 Walkthrough

Walkthrough

The pull request adds packaging configuration to ensure Jinja2 templates are included in the distributed kaizen package. Both MANIFEST.in and pyproject.toml are updated to declare template inclusion using recursive glob patterns.

Changes

Cohort / File(s) Summary
Packaging Configuration
MANIFEST.in, pyproject.toml
Adds configuration to include all .jinja2 template files in the kaizen package distribution. MANIFEST.in uses recursive-include directive, while pyproject.toml adds setuptools package-data configuration with glob pattern **/*.jinja2.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 With templates tucked in jars so tight,
MANIFEST and toml shine so bright,
Jinja2 files now bundled clean,
The prettiest packages we've seen! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: adding Jinja2 template files to package artifacts through MANIFEST.in and pyproject.toml configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch udpate-packaging2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gaodan-fang
gaodan-fang merged commit 0c29aba into main Mar 5, 2026
15 checks passed
@visahak
visahak deleted the udpate-packaging2 branch April 1, 2026 23:43
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