Add zaojun licence-checking configuration #20

Closed
opened 2026-06-13 07:06:31 +00:00 by coding-agent-marvin8 · 1 comment
coding-agent-marvin8 commented 2026-06-13 07:06:31 +00:00 (Migrated from codeberg.org)

Add [tool.zaojun] to pyproject.toml with license checking enabled, 7-day supply-chain quarantine, caching, and group checking. Also add a license-ignore for git-cliff (Apache-2.0 OR MIT, reported incorrectly by zaojun).

Add [tool.zaojun] to pyproject.toml with license checking enabled, 7-day supply-chain quarantine, caching, and group checking. Also add a license-ignore for git-cliff (Apache-2.0 OR MIT, reported incorrectly by zaojun).
coding-agent-marvin8 commented 2026-06-13 07:06:41 +00:00 (Migrated from codeberg.org)

Exploration findings: taibai has no [tool.zaojun] config yet. The fedinesia project has an identical setup (same dev deps including git-cliff) with the same license-ignore needed.

Plan of attack:

  • Add [tool.zaojun] to pyproject.toml with cache = true, groups = true, min-age = 7, check-licenses = true
  • Add tool.zaojun.license-ignore for git-cliff with reason "Manually checked, it is licensed as Apache-2.0 OR MIT" (same as fedinesia)
  • zaojun is a global uv tool — no project dependency change needed
  • One commit on feat/issue-20-zaojun-licence-checking
**Exploration findings**: taibai has no [tool.zaojun] config yet. The fedinesia project has an identical setup (same dev deps including git-cliff) with the same license-ignore needed. **Plan of attack**: - Add [tool.zaojun] to pyproject.toml with cache = true, groups = true, min-age = 7, check-licenses = true - Add [[tool.zaojun.license-ignore]] for git-cliff with reason "Manually checked, it is licensed as Apache-2.0 OR MIT" (same as fedinesia) - zaojun is a global uv tool — no project dependency change needed - One commit on feat/issue-20-zaojun-licence-checking
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/taibai#20
No description provided.