Merged
Conversation
added 5 commits
March 13, 2026 12:47
- Create AGENTS.md with all 12 sections following the AGENTS.md open format - Add docs site pages (architecture, contributing, usage, installation, etc.) - Add docs index link back to GitHub repo (mirrors upstream README change) - Add star-their-repo callout for GVM/VideoMaMa in docs/usage.md - Add test_agents_md.py with 18 unit tests and 5 Hypothesis PBT tests - Add test_docs_structure.py for docs site structure validation - docs/LLM_HANDOVER.md remains unmodified
- Move hypothesis imports to top of file (E402) in test_agents_md.py - Rename ambiguous variable 'l' to 'ln' (E741) in test_docs_structure.py - Apply ruff format to both test files
The cross-platform uv.lock drift was fixed in nikopueringer#133 (extras-based backends). Remove the now-stale uv.lock caveat from Platform-Specific Caveats, the prohibited-action entry, and the corresponding test assertions.
Add docs/ai-assisted-development.md covering context sources (AGENTS.md, LLM_HANDOVER.md), a tool-agnostic quick start, and per-tool configuration sections for Kiro, Claude Code, Cursor, GitHub Copilot, Windsurf, and Gemini CLI using pymdownx.tabbed content tabs. Update zensical.toml nav (Developer Guide section) and docs/index.md (Developer Guide card) with the new page entry. Add structural and property-based tests to tests/test_docs_structure.py: - test_ai_dev_page_exists, test_ai_dev_page_in_nav - TestNavEntryPreservation (Property 1) - TestIndexPageContentPreservation (Property 2) - test_ai_dev_page_has_required_content - test_index_page_links_to_ai_dev
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.
What does this change?
How was it tested?
Checklist
uv run pytestpassesuv run ruff checkpassesuv run ruff format --checkpasses