Skip to content

Release 0.3.13#24

Merged
Lucenx9 merged 2 commits intomainfrom
release/0.3.13
Mar 6, 2026
Merged

Release 0.3.13#24
Lucenx9 merged 2 commits intomainfrom
release/0.3.13

Conversation

@Lucenx9
Copy link
Owner

@Lucenx9 Lucenx9 commented Mar 6, 2026

Summary

  • Add agentinit doctor command: runs all checks (missing files, TBD content, line budgets, sync drift, llms.txt freshness, contextlint) and prints actionable fix commands with a quick-fix summary
  • Add agentinit sync --diff: show unified diffs for out-of-sync router files; works standalone or combined with --check
  • Rewrite README with expanded documentation (installation, quick start, full/minimal modes, how-it-works, CI integration, modular resources, supported tools)
  • Add wiki documentation (architecture, commands, workflows, FAQ, troubleshooting, contributing)
  • Deduplicate test helpers: move fill_tbd to shared helpers, add missing defaults to make_init_args, fix misleading test docstrings
  • Bump version to 0.3.13

Test plan

  • All 174 tests pass
  • Ruff lint and format clean
  • CI passes on all Python versions (3.10–3.13) and platforms (Linux, macOS, Windows)

🤖 Generated with Claude Code

Lucenx9 and others added 2 commits March 6, 2026 19:22
- Add `agentinit doctor` command with actionable fix suggestions
- Add `agentinit sync --diff` for unified diff of drifted routers
- Rewrite README with expanded docs and usage examples
- Add wiki documentation (architecture, commands, workflows, FAQ)
- Deduplicate test helpers (fill_tbd, make_init_args defaults)
- Fix misleading test file docstrings
- Bump version to 0.3.13

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add spaces to table separator rows (MD060 table-column-style)
- Add blank lines around lists (MD032 blanks-around-lists)
- Use headings instead of bold emphasis in wiki/_Sidebar.md (MD036/MD041)
- Fix ordered list prefix in wiki/Quick-Start.md (MD029)
- Add .md extensions to wiki cross-references for lychee link check
- Exclude .venv*/ from markdownlint scanning

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Lucenx9 Lucenx9 merged commit 19518fd into main Mar 6, 2026
22 checks passed
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