Refresh POV docs: correct knowledge/ path, update structure tree, document add-project install (TD-544)#189
Merged
Conversation
…ction (TD-544) Three pre-existing doc-drift items corrected: - Rename data/ → knowledge/ under _ai-memory/pov/ in README-POV.md and INSTALL-GUIDE-POV.md (factual wrong-path error). - Refresh README-POV.md project-structure tree to current layout: drop stale (v2.1) label; add scripts/, module-help.csv, STEP-FILE-TEMPLATE.md; update skills list (add aim-agent-sanctum-init, aim-lore-hygiene, aim-tracking-freshness; remove stale aim-bmad-dispatch); update templates list and workflows/ directory. - Add add-project / shared-stack section to INSTALL-GUIDE-POV.md documenting INSTALL_MODE=add-project: trigger conditions, what the installer skips vs. runs, prerequisites, per-project configuration, and verification steps.
7d3fe59 to
86dccf9
Compare
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
data/→knowledge/) in bothREADME-POV.mdandINSTALL-GUIDE-POV.md.README-POV.md's project-structure tree to the current layout (drops the stale "(v2.1)" label; addsscripts/,module-help.csv,STEP-FILE-TEMPLATE.md, and other current entries).INSTALL-GUIDE-POV.mdsection documenting the add-project / shared-stack install flow (INSTALL_MODE=add-project).Why
Pre-existing documentation drift (TD-544): a factually-wrong path and a stale tree mislead operators, and the add-project install flow was undocumented.
Scope
Documentation only — no code changes.