Merged
Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agentinit doctorcommand: runs all checks (missing files, TBD content, line budgets, sync drift, llms.txt freshness, contextlint) and prints actionable fix commands with a quick-fix summaryagentinit sync --diff: show unified diffs for out-of-sync router files; works standalone or combined with--checkfill_tbdto shared helpers, add missing defaults tomake_init_args, fix misleading test docstringsTest plan
🤖 Generated with Claude Code