doc updates for new structure
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
---
|
||||
name: Authoring Content
|
||||
description: "Use when editing Markdown under docs/. Routes authors to the canonical docs ownership, layout, and symlink guidance."
|
||||
applyTo: 'docs/**/*.md'
|
||||
description: "Use when editing Markdown under src/personal_mcp/docs/. Routes authors to the canonical docs ownership and layout guidance."
|
||||
applyTo: 'src/personal_mcp/docs/**/*.md'
|
||||
---
|
||||
|
||||
For edits under `docs/`, use the [Authoring Guide](../../docs/authoring.md) as the entry point for content placement and contracts.
|
||||
For edits under `src/personal_mcp/docs/`, use the [Authoring Guide](../../src/personal_mcp/docs/authoring.md) as the entry point for content placement and contracts.
|
||||
|
||||
For source-tree ownership, symlink, packaging, or runtime questions, follow [Source Tree Ownership](../../docs/authoring.md). Treat that section as authoritative instead of restating its guidance here.
|
||||
For source-tree ownership, packaging, or runtime questions, follow [Source Tree Ownership](../../src/personal_mcp/docs/authoring.md). Treat that section as authoritative instead of restating its guidance here.
|
||||
|
||||
|
||||
Primary references:
|
||||
- [Skill contract](../../docs/contracts/skill_contract.md)
|
||||
- [Prompt contract](../../docs/contracts/prompt.md)
|
||||
- [Frontmatter contract](../../docs/contracts/frontmatter.md)
|
||||
- [URI contract](../../docs/contracts/uris.md)
|
||||
- [Skill contract](../../src/personal_mcp/docs/contracts/skill_contract.md)
|
||||
- [Prompt contract](../../src/personal_mcp/docs/contracts/prompt.md)
|
||||
- [Frontmatter contract](../../src/personal_mcp/docs/contracts/frontmatter.md)
|
||||
- [URI contract](../../src/personal_mcp/docs/contracts/uris.md)
|
||||
- `skill://zensical-docs/SKILL.md`
|
||||
|
||||
Inspect `skill://zensical-docs/_manifest` only when a supporting documentation reference is needed.
|
||||
|
||||
Reference in New Issue
Block a user