microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
Commit
docs(docs): clarify getting-started method guides (#1851)
## Description
Updates the six *getting-started* method guides under
`docs/getting-started/methods/` — *codespaces*, *git-ignored*,
*mounted*, *multi-root*, *peer-clone*, and *submodule*. Each guide's
example `chat.instructionsFilesLocations` configuration block drops the
`design-thinking` instructions-location entry, since the design-thinking
tier-2 instructions are migrating to skills in a separate PR. This keeps
the documented sample configuration accurate for the new layout. This is
a **documentation-only** change with no functional or code impact.
## Related Issue(s)
Closes #1843
## Type of Change
**Code & Documentation:**
* [x] Documentation update
## Testing
* `npm run lint:md` — Passed
* `npm run spell-check` — Passed
* `npm run lint:md-links` — Passed
Manual testing was not performed; this is a documentation
configuration-sample update.
## Checklist
### Required Checks
* [x] Documentation is updated (if applicable)
* [x] Files follow existing naming conventions
* [x] Changes are backwards compatible (if applicable)
* [ ] Tests added for new functionality (if applicable) (N/A —
documentation-only change)
### Required Automated Checks
* [x] Markdown linting: `npm run lint:md`
* [x] Spell checking: `npm run spell-check`
* [x] Link validation: `npm run lint:md-links`
## Security Considerations
* [x] This PR does not contain any sensitive or NDA information
* [ ] Any new dependencies have been reviewed for security issues (N/A —
no dependency changes)
* [ ] Security-related scripts follow the principle of least privilege
(N/A — no security scripts changed)
## Additional Notes
Part of a four-PR slice of a larger working tree. This documentation
slice is independent and can merge in any order relative to the other
three slices.