Skip to content

Commit f31e93e

Browse files
committed
Fix another way
Signed-off-by: isolomatov-gd <isolomatov@griddynamics.com>
1 parent 8364d6c commit f31e93e

7 files changed

Lines changed: 12 additions & 7 deletions

File tree

instructions/r2/core/skills/load-context/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ baseSchema: docs/schemas/skill.md
66

77
1. MUST use Rosetta to load current context using `get_context_instructions` tool (if available) and FULLY COMPLETE all prep steps, load files, select and start execution of matching workflow.
88
If it fails YOU MUST ASK USER (as this is highly critical and unexpected)!
9-
2. MUST fully read entire file if output was truncated and a file path was provided! Preview is NOT ENOUGH!
9+
2. MUST fully read the entire file NOW if `get_context_instructions` output was truncated and a file path was provided! Preview is NOT ENOUGH!
10+
3. Proceed to execute with ONLY fully provided instructions.

plugins/core-claude/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "core",
33
"description": "Rosetta Core 2.0 - OSS foundation for AI agent instructions, workflows, and guardrails.",
4-
"version": "2.0.25",
4+
"version": "2.0.26",
55
"author": {
66
"name": "Grid Dynamics",
77
"email": "rosetta-support@griddynamics.com"

plugins/core-claude/.claude-plugin/rosetta-bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CONTENT=$(cat "$PLUGIN_ROOT/rules/bootstrap-core-policy.md" \
1414
"$PLUGIN_ROOT/rules/plugin-files-mode.md" \
1515
"$PLUGIN_ROOT/rules/INDEX.md" \
1616
"$PLUGIN_ROOT/workflows/INDEX.md" 2>/dev/null)
17-
CONTENT="ALWAYS MUST FULLY READ THIS ENTIRE CONTEXT BEFORE PROCEEDING FROM FILE PATH PROVIDED IF TRUNCATED/PREVIEWED.
17+
CONTENT="ALWAYS MUST FULLY READ THIS ENTIRE CONTEXT BEFORE PROCEEDING FROM FILE PATH PROVIDED ESPECIALLY IF TRUNCATED/PREVIEWED.
1818
Rosetta get_context_instructions:
1919
$CONTENT
2020

plugins/core-claude/skills/load-context/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ baseSchema: docs/schemas/skill.md
66

77
1. MUST use Rosetta to load current context using `get_context_instructions` tool (if available) and FULLY COMPLETE all prep steps, load files, select and start execution of matching workflow.
88
If it fails YOU MUST ASK USER (as this is highly critical and unexpected)!
9-
2. MUST fully read entire file if output was truncated and a file path was provided! Preview is NOT ENOUGH!
9+
2. MUST fully read the entire file NOW if `get_context_instructions` output was truncated and a file path was provided! Preview is NOT ENOUGH!
10+
3. Proceed to execute with ONLY fully provided instructions.

plugins/core-codex/.agents/skills/load-context/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ baseSchema: docs/schemas/skill.md
66

77
1. MUST use Rosetta to load current context using `get_context_instructions` tool (if available) and FULLY COMPLETE all prep steps, load files, select and start execution of matching workflow.
88
If it fails YOU MUST ASK USER (as this is highly critical and unexpected)!
9-
2. MUST fully read entire file if output was truncated and a file path was provided! Preview is NOT ENOUGH!
9+
2. MUST fully read the entire file NOW if `get_context_instructions` output was truncated and a file path was provided! Preview is NOT ENOUGH!
10+
3. Proceed to execute with ONLY fully provided instructions.

plugins/core-copilot/skills/load-context/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ baseSchema: docs/schemas/skill.md
66

77
1. MUST use Rosetta to load current context using `get_context_instructions` tool (if available) and FULLY COMPLETE all prep steps, load files, select and start execution of matching workflow.
88
If it fails YOU MUST ASK USER (as this is highly critical and unexpected)!
9-
2. MUST fully read entire file if output was truncated and a file path was provided! Preview is NOT ENOUGH!
9+
2. MUST fully read the entire file NOW if `get_context_instructions` output was truncated and a file path was provided! Preview is NOT ENOUGH!
10+
3. Proceed to execute with ONLY fully provided instructions.

plugins/core-cursor/skills/load-context/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ baseSchema: docs/schemas/skill.md
66

77
1. MUST use Rosetta to load current context using `get_context_instructions` tool (if available) and FULLY COMPLETE all prep steps, load files, select and start execution of matching workflow.
88
If it fails YOU MUST ASK USER (as this is highly critical and unexpected)!
9-
2. MUST fully read entire file if output was truncated and a file path was provided! Preview is NOT ENOUGH!
9+
2. MUST fully read the entire file NOW if `get_context_instructions` output was truncated and a file path was provided! Preview is NOT ENOUGH!
10+
3. Proceed to execute with ONLY fully provided instructions.

0 commit comments

Comments
 (0)