Skip to content

Commit 090cc58

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 090cc58

10 files changed

Lines changed: 808548 additions & 3 deletions

File tree

dist-nosplit/cli.js

Lines changed: 808545 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
429 KB
Binary file not shown.
481 KB
Binary file not shown.
498 KB
Binary file not shown.
4.64 MB
Binary file not shown.

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)