Update, verify, and de-duplicate Librova documentation so it matches the implemented code, follows the repository doc hierarchy, avoids stale references, and minimizes AI context waste.
Keep Librova documentation accurate, non-duplicated, internally consistent, and aligned with the implemented code and repository workflow.
Use this skill when:
updating docs after code changes
reviewing documentation drift
replacing deleted or moved docs
checking AGENTS / local AGENTS / skills for contradictions
consolidating overlapping guidance into the correct canonical file
Do not use this skill as a replacement for feature implementation checklists. Use it when the primary task is documentation correctness, documentation review, or doc synchronization after implementation.
Core Principle
Librova documentation is a layered system. Do not spread the same rule across multiple files unless one file is intentionally a short routing summary that points to the canonical source.
Preferred hierarchy:
README.md — repository entry point and document routing
Skills relacionados
AGENTS.md — global workflow policy, constraints, document ownership
docs/Librova-Product.md — product scope and user-visible behavior
touched docs match the ownership model in AGENTS.md
Practical Review Prompts
Use these questions during a docs review:
Is this fact actually true in code right now?
Is this the right file to own this fact?
Is there another file saying the same thing?
If both remain, which one is canonical?
Is the other file now just a pointer, or is it a competing spec?
Does this instruction help an agent act correctly with less context?
Does this wording accidentally force loading a document that policy says not to open directly?
If a new contributor reads only this file, will they be routed correctly without being misled?
Output Expectations For A Docs Review
When reporting findings:
prioritize factual inaccuracies
then contradictions
then duplication/context-waste issues
cite exact files and lines when possible
distinguish clearly between:
code-backed factual errors
internal documentation contradictions
editorial improvement ideas
Do not present style suggestions as factual defects.
Only call something a defect when it is demonstrably false, contradictory, stale, or wasteful in the repository’s documentation model.