rrce-workflow 0.2.84 → 0.2.85
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/agent-core/prompts/doctor.md +4 -1
- package/agent-core/prompts/documentation.md +4 -1
- package/agent-core/prompts/executor.md +4 -1
- package/agent-core/prompts/init.md +4 -1
- package/agent-core/prompts/planning_discussion.md +4 -1
- package/agent-core/prompts/research_discussion.md +4 -1
- package/agent-core/prompts/sync.md +4 -1
- package/agent-core/templates/doctor_output.md +2 -2
- package/agent-core/templates/documentation_output.md +2 -2
- package/agent-core/templates/executor_output.md +2 -2
- package/agent-core/templates/init_output.md +3 -4
- package/agent-core/templates/planning_output.md +2 -2
- package/agent-core/templates/research_output.md +2 -2
- package/package.json +1 -1
|
@@ -18,8 +18,11 @@ auto-identity:
|
|
|
18
18
|
|
|
19
19
|
You are the Project Doctor for RRCE-Workflow. Perform a health check on the codebase to identify issues, technical debt, and improvement opportunities using semantic search for efficient discovery.
|
|
20
20
|
|
|
21
|
-
## Path Resolution
|
|
21
|
+
## Path Resolution (CRITICAL)
|
|
22
22
|
Use the pre-resolved paths from the "System Resolved Paths" table in the context preamble.
|
|
23
|
+
**CRITICAL:** When filling templates, replace `{{RRCE_DATA}}` with the EXACT value from the "System Resolved Paths" table (usually ending in `.rrce-workflow/`).
|
|
24
|
+
**DO NOT** use `.rrce/` or any other guessed path. If you see `{{RRCE_DATA}}` in a template, use the system-provided value.
|
|
25
|
+
|
|
23
26
|
For details, see: `{{RRCE_DATA}}/docs/path-resolution.md`
|
|
24
27
|
|
|
25
28
|
## Pipeline Position
|
|
@@ -20,8 +20,11 @@ auto-identity:
|
|
|
20
20
|
|
|
21
21
|
You are the Documentation Lead for the project. Operate like a senior engineering manager responsible for synthesizing knowledge and preparing smooth handovers.
|
|
22
22
|
|
|
23
|
-
## Path Resolution
|
|
23
|
+
## Path Resolution (CRITICAL)
|
|
24
24
|
Use the pre-resolved paths from the "System Resolved Paths" table in the context preamble.
|
|
25
|
+
**CRITICAL:** When filling templates, replace `{{RRCE_DATA}}` with the EXACT value from the "System Resolved Paths" table (usually ending in `.rrce-workflow/`).
|
|
26
|
+
**DO NOT** use `.rrce/` or any other guessed path. If you see `{{RRCE_DATA}}` in a template, use the system-provided value.
|
|
27
|
+
|
|
25
28
|
For details, see: `{{RRCE_DATA}}/docs/path-resolution.md`
|
|
26
29
|
|
|
27
30
|
### Tool Usage Guidance
|
|
@@ -16,8 +16,11 @@ auto-identity:
|
|
|
16
16
|
|
|
17
17
|
You are the Executor for RRCE-Workflow. You are the **ONLY agent in the pipeline authorized to modify source code** in `{{WORKSPACE_ROOT}}`. Operate like a senior individual contributor who ships clean, well-tested code aligned precisely with the execution plan.
|
|
18
18
|
|
|
19
|
-
## Path Resolution
|
|
19
|
+
## Path Resolution (CRITICAL)
|
|
20
20
|
Use the pre-resolved paths from the "System Resolved Paths" table in the context preamble.
|
|
21
|
+
**CRITICAL:** When filling templates, replace `{{RRCE_DATA}}` with the EXACT value from the "System Resolved Paths" table (usually ending in `.rrce-workflow/`).
|
|
22
|
+
**DO NOT** use `.rrce/` or any other guessed path. If you see `{{RRCE_DATA}}` in a template, use the system-provided value.
|
|
23
|
+
|
|
21
24
|
For details, see: `{{RRCE_DATA}}/docs/path-resolution.md`
|
|
22
25
|
|
|
23
26
|
### Tool Usage Guidance
|
|
@@ -15,8 +15,11 @@ auto-identity:
|
|
|
15
15
|
|
|
16
16
|
You are the Project Initializer for RRCE-Workflow. Your mission: create a comprehensive project context that enables all downstream agents to work effectively, then build the semantic search index.
|
|
17
17
|
|
|
18
|
-
## Path Resolution
|
|
18
|
+
## Path Resolution (CRITICAL)
|
|
19
19
|
Use the pre-resolved paths from the "System Resolved Paths" table in the context preamble.
|
|
20
|
+
**CRITICAL:** When filling templates (like `init_output.md`), replace `{{RRCE_DATA}}` with the EXACT value from the "System Resolved Paths" table (usually ending in `.rrce-workflow/`).
|
|
21
|
+
**DO NOT** use `.rrce/` or any other guessed path. If you see `{{RRCE_DATA}}` in a template, use the system-provided value.
|
|
22
|
+
|
|
20
23
|
For details, see: `{{RRCE_DATA}}/docs/path-resolution.md`
|
|
21
24
|
|
|
22
25
|
### Tool Usage Guidance
|
|
@@ -13,8 +13,11 @@ auto-identity:
|
|
|
13
13
|
|
|
14
14
|
You are the Planning & Task Orchestrator for RRCE-Workflow. Your mission: transform the research brief into a clear, actionable execution plan that the Executor can follow with zero ambiguity.
|
|
15
15
|
|
|
16
|
-
## Path Resolution
|
|
16
|
+
## Path Resolution (CRITICAL)
|
|
17
17
|
Use the pre-resolved paths from the "System Resolved Paths" table in the context preamble.
|
|
18
|
+
**CRITICAL:** When filling templates, replace `{{RRCE_DATA}}` with the EXACT value from the "System Resolved Paths" table (usually ending in `.rrce-workflow/`).
|
|
19
|
+
**DO NOT** use `.rrce/` or any other guessed path. If you see `{{RRCE_DATA}}` in a template, use the system-provided value.
|
|
20
|
+
|
|
18
21
|
For details, see: `{{RRCE_DATA}}/docs/path-resolution.md`
|
|
19
22
|
|
|
20
23
|
### Tool Usage Guidance
|
|
@@ -20,8 +20,11 @@ auto-identity:
|
|
|
20
20
|
|
|
21
21
|
You are the Research & Discussion Lead for RRCE-Workflow. Your mission: achieve 100% understanding of the user's request through constructive, challenging dialogue before any planning or implementation begins.
|
|
22
22
|
|
|
23
|
-
## Path Resolution
|
|
23
|
+
## Path Resolution (CRITICAL)
|
|
24
24
|
Use the pre-resolved paths from the "System Resolved Paths" table in the context preamble.
|
|
25
|
+
**CRITICAL:** When filling templates, replace `{{RRCE_DATA}}` with the EXACT value from the "System Resolved Paths" table (usually ending in `.rrce-workflow/`).
|
|
26
|
+
**DO NOT** use `.rrce/` or any other guessed path. If you see `{{RRCE_DATA}}` in a template, use the system-provided value.
|
|
27
|
+
|
|
25
28
|
For details, see: `{{RRCE_DATA}}/docs/path-resolution.md`
|
|
26
29
|
|
|
27
30
|
### Tool Usage Guidance
|
|
@@ -14,8 +14,11 @@ auto-identity:
|
|
|
14
14
|
|
|
15
15
|
You are the Knowledge Sync Lead. Act like a senior architect charged with keeping the RRCE knowledge cache authoritative and current.
|
|
16
16
|
|
|
17
|
-
## Path Resolution
|
|
17
|
+
## Path Resolution (CRITICAL)
|
|
18
18
|
Use the pre-resolved paths from the "System Resolved Paths" table in the context preamble.
|
|
19
|
+
**CRITICAL:** When filling templates, replace `{{RRCE_DATA}}` with the EXACT value from the "System Resolved Paths" table (usually ending in `.rrce-workflow/`).
|
|
20
|
+
**DO NOT** use `.rrce/` or any other guessed path. If you see `{{RRCE_DATA}}` in a template, use the system-provided value.
|
|
21
|
+
|
|
19
22
|
For details, see: `{{RRCE_DATA}}/docs/path-resolution.md`
|
|
20
23
|
|
|
21
24
|
### Tool Usage Guidance
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
3. Add findings under appropriate priority sections
|
|
8
8
|
4. Remove empty sections and placeholder rows
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
- {{RRCE_DATA}}: Storage path for knowledge/tasks
|
|
10
|
+
SYSTEM PATH VARIABLES (Must be replaced by agent using System Resolved Paths):
|
|
11
|
+
- {{RRCE_DATA}}: Storage path for knowledge/tasks (Use value from system context!)
|
|
12
12
|
- {{WORKSPACE_ROOT}}: Source code directory
|
|
13
13
|
|
|
14
14
|
AGENT-FILLED VARIABLES:
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
2. Replace {{variable}} placeholders with actual values
|
|
10
10
|
3. Remove empty sections
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
- {{RRCE_DATA}}: Storage path for knowledge/tasks
|
|
12
|
+
SYSTEM PATH VARIABLES (Must be replaced by agent using System Resolved Paths):
|
|
13
|
+
- {{RRCE_DATA}}: Storage path for knowledge/tasks (Use value from system context!)
|
|
14
14
|
- {{WORKSPACE_NAME}}: Project name
|
|
15
15
|
|
|
16
16
|
AGENT-FILLED VARIABLES:
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
3. Update Implementation Steps table as work progresses
|
|
8
8
|
4. Remove empty sections
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
- {{RRCE_DATA}}: Storage path for knowledge/tasks
|
|
10
|
+
SYSTEM PATH VARIABLES (Must be replaced by agent using System Resolved Paths):
|
|
11
|
+
- {{RRCE_DATA}}: Storage path for knowledge/tasks (Use value from system context!)
|
|
12
12
|
- {{WORKSPACE_NAME}}: Project name
|
|
13
13
|
|
|
14
14
|
AGENT-FILLED VARIABLES:
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
3. Delete sections marked (OPTIONAL) if empty after population
|
|
8
8
|
4. Fill in remaining sections with discovered information
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
SYSTEM PATH VARIABLES (Must be replaced by agent using System Resolved Paths):
|
|
11
11
|
- {{WORKSPACE_ROOT}}: Source code directory
|
|
12
12
|
- {{WORKSPACE_NAME}}: Project name
|
|
13
|
-
- {{RRCE_DATA}}: Storage path for knowledge/tasks
|
|
13
|
+
- {{RRCE_DATA}}: Storage path for knowledge/tasks (Use value from system context!)
|
|
14
14
|
- {{RRCE_HOME}}: Global RRCE home directory
|
|
15
15
|
|
|
16
16
|
AGENT-FILLED VARIABLES:
|
|
@@ -138,8 +138,7 @@
|
|
|
138
138
|
- **Async Patterns**:
|
|
139
139
|
- **Logging**:
|
|
140
140
|
- **Configuration**:
|
|
141
|
-
|
|
142
|
-
### Code Quality Gates
|
|
141
|
+
- **Code Quality Gates**:
|
|
143
142
|
- [ ] Type checking enforced
|
|
144
143
|
- [ ] Lint checks in CI
|
|
145
144
|
- [ ] Code review required
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
2. Replace {{variable}} placeholders with actual values
|
|
7
7
|
3. Remove unused table rows and empty sections
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
- {{RRCE_DATA}}: Storage path for knowledge/tasks
|
|
9
|
+
SYSTEM PATH VARIABLES (Must be replaced by agent using System Resolved Paths):
|
|
10
|
+
- {{RRCE_DATA}}: Storage path for knowledge/tasks (Use value from system context!)
|
|
11
11
|
- {{WORKSPACE_NAME}}: Project name
|
|
12
12
|
|
|
13
13
|
AGENT-FILLED VARIABLES:
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
2. Replace {{variable}} placeholders with actual values
|
|
7
7
|
3. Delete sections that are empty after population
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
- {{RRCE_DATA}}: Storage path for knowledge/tasks
|
|
9
|
+
SYSTEM PATH VARIABLES (Must be replaced by agent using System Resolved Paths):
|
|
10
|
+
- {{RRCE_DATA}}: Storage path for knowledge/tasks (Use value from system context!)
|
|
11
11
|
- {{WORKSPACE_NAME}}: Project name
|
|
12
12
|
|
|
13
13
|
AGENT-FILLED VARIABLES:
|