@sumrco/cli 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ai/modules/kontract/resources/api-generation-standards.rf.md +83 -0
- package/ai/modules/kontract/resources/{configuration.rf.md → authoring/configuration.rf.md} +49 -11
- package/ai/modules/kontract/resources/authoring/design-profile/api-styles.rf.md +241 -0
- package/ai/modules/kontract/resources/authoring/design-profile/async-styles.rf.md +134 -0
- package/ai/modules/kontract/resources/authoring/design-profile/overview.md +64 -0
- package/ai/modules/kontract/resources/authoring/design-profile/schema-layout-styles.rf.md +356 -0
- package/ai/modules/kontract/resources/authoring/overview.md +56 -0
- package/ai/modules/kontract/resources/{schema-reuse.rf.md → authoring/schema-reuse.rf.md} +222 -46
- package/ai/modules/kontract/resources/{scope-and-splitting.rf.md → authoring/scope-and-splitting.rf.md} +113 -57
- package/ai/modules/kontract/resources/authoring/spec-layout.rf.md +492 -0
- package/ai/modules/kontract/resources/authoring/team-members/spec-author.tm.md +77 -0
- package/ai/modules/kontract/resources/{workflows/contract-change.wf.md → authoring/workflows/spec-change.wf.md} +21 -15
- package/ai/modules/kontract/resources/generated-output.rf.md +19 -14
- package/ai/modules/kontract/resources/openapi-sdk-generator-research.rf.md +17 -19
- package/ai/modules/kontract/resources/overview.md +115 -82
- package/ai/modules/kontract/resources/performance.rf.md +7 -7
- package/ai/modules/kontract/sumr.module.yaml +3 -0
- package/ai/modules/mission/sumr.module.yaml +6 -0
- package/ai/modules/playbook/resources/authoring/content-structure.rf.md +1 -1
- package/ai/modules/playbook/resources/authoring/cross-referencing.rf.md +1 -1
- package/ai/modules/playbook/resources/authoring/descriptions.rf.md +1 -1
- package/ai/modules/playbook/resources/authoring/extraction.rf.md +1 -1
- package/ai/modules/playbook/resources/authoring/flows.rf.md +1 -1
- package/ai/modules/playbook/resources/authoring/folder-structure.rf.md +1 -1
- package/ai/modules/playbook/resources/authoring/frontmatter.rf.md +4 -1
- package/ai/modules/playbook/resources/authoring/markdown.rf.md +1 -1
- package/ai/modules/playbook/resources/authoring/overview.md +1 -1
- package/ai/modules/playbook/resources/team-members/{playbook-technical-writer.tm.md → technical-writer.tm.md} +3 -2
- package/ai/modules/playbook/sumr.module.yaml +7 -2
- package/index.js +332 -276
- package/package.json +1 -1
- package/ai/modules/kontract/resources/language-sdk-generator-extension.rf.md +0 -62
- package/ai/modules/kontract/resources/openapi-generator-lessons.rf.md +0 -61
- package/ai/modules/kontract/resources/spec-layout.rf.md +0 -275
- package/ai/modules/kontract/resources/team-members/contract-author.tm.md +0 -60
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
---
|
|
2
2
|
category: team-member
|
|
3
|
-
name:
|
|
3
|
+
name: technical-writer
|
|
4
4
|
title: Playbook Technical Writer
|
|
5
5
|
description: "A SUMR Playbook authoring specialist. Use when drafting, reviewing, or restructuring canonical Playbook Markdown and AI resource docs."
|
|
6
6
|
modelTier: reasoning
|
|
7
7
|
access: read-only
|
|
8
|
+
nicknames: [Quill, Scribe, Editor]
|
|
8
9
|
---
|
|
9
10
|
|
|
10
11
|
# Playbook Technical Writer
|
|
11
12
|
|
|
12
13
|
You are responsible for producing canonical SUMR Playbook Markdown that can be rendered into multiple AI channels.
|
|
13
14
|
|
|
14
|
-
Apply **
|
|
15
|
+
Apply **authoring** before writing or editing Playbook docs.
|
|
15
16
|
|
|
16
17
|
## Responsibilities
|
|
17
18
|
|
|
@@ -39,9 +39,14 @@ spec:
|
|
|
39
39
|
summary: Print the canonical Playbook Markdown authoring contract
|
|
40
40
|
visibility: public
|
|
41
41
|
exports:
|
|
42
|
-
resources:
|
|
43
|
-
- ./resources
|
|
42
|
+
resources: []
|
|
44
43
|
binaries: []
|
|
44
|
+
aiResources:
|
|
45
|
+
module: playbook
|
|
46
|
+
roots:
|
|
47
|
+
- ./resources
|
|
48
|
+
activation:
|
|
49
|
+
mode: always
|
|
45
50
|
flags:
|
|
46
51
|
experimental: false
|
|
47
52
|
deprecated: null
|