Skip to content

Commit a452b66

Browse files
Point the framework layer at the canonical Frameworks index
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 0b9cfe8 commit a452b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/Ways-of-Working/Workflow-Stages/Implement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Run this once per implementation session, when the change is otherwise complete
5353

5454
1. **Process** — the [Ways of Working](../index.md) pages that govern this stage, including [Commit Conventions](../Commit-Conventions.md), [PR Format](../PR-Format.md), and [Branching and Merging](../Branching-and-Merging.md).
5555
2. **Standards** — the [Coding Standards](../../Coding-Standards/index.md) chapters that apply to the languages and file types actually changed.
56-
3. **Framework and domain documentation** — the documentation the repository's framework or product owns, such as the module-framework documentation for a module repository or the action contract for an action repository.
56+
3. **Framework and domain documentation** — the documentation the repository's framework or product owns, published under [Frameworks](../../Frameworks/index.md) or in the repository itself; for example the module-pipeline documentation for a module repository, or the action contract for an action repository.
5757

5858
Process defines the method; standards and framework documentation define correctness details. Where the layers overlap, the narrower layer supplies the detail and the broader layer supplies the method — a framework page never overrides a process rule it does not own. Read the canonical pages instead of recalling them; that is what keeps guidance written once and referenced everywhere.
5959

0 commit comments

Comments
 (0)