Skip to content

Commit 19e97f4

Browse files
committed
fix: import path convention + reword persona source comment
- prompts.ts: use 'src/modes/store.js' alias instead of relative '../modes/store.js' to match the file's existing import convention - claude.ts: reword JSDoc to say 'based on publicly available reference document' instead of 'leaked', addressing CodeRabbit review concern
1 parent 8b758ee commit 19e97f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/constants/prompts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import { loadMemoryPrompt } from '../memdir/memdir.js'
6363
import { isUndercover } from '../utils/undercover.js'
6464
import { getAntModelOverrideConfig } from '../utils/model/antModels.js'
6565
import { isMcpInstructionsDeltaEnabled } from '../utils/mcpInstructionsDelta.js'
66-
import { getCurrentMode } from '../modes/store.js'
66+
import { getCurrentMode } from 'src/modes/store.js'
6767

6868
// Dead code elimination: conditional imports for feature-gated modules
6969
/* eslint-disable @typescript-eslint/no-require-imports */

src/modes/personas/claude.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Claude persona — distilled from Anthropic's internal "Soul Document"
3-
* (Claude 4.5 Opus Soul Document, leaked May 2026).
2+
* Claude persona — based on the "Claude 4.5 Opus Soul Document,"
3+
* an internal Anthropic reference document (publicly available, May 2026).
44
*
55
* This is NOT the full 70KB training constitution but a 3KB operational
66
* extract of the character traits and judgment principles that make Claude

0 commit comments

Comments
 (0)