SESSION_PROMPT.mdโข1.84 kB
# New Session Startup Prompt for Issue #1225
Copy and paste this entire message to a new Claude Code session:
---
## Task: Complete Issue #1225 - SonarCloud String Method Modernization
**Working Directory**: `/Users/mick/Developer/Organizations/DollhouseMCP/active/mcp-server`
### Quick Context
We're cleaning up the final 6 SonarCloud reliability issues (rule S7758 - string method modernization). Issues #1231 and #1223 were already completed and merged today (October 2, 2025). This is the last reliability cleanup task - after this we achieve ZERO reliability issues! ๐
### Your First Steps
1. **Read the complete handover document**:
```bash
cat docs/development/HANDOVER_ISSUE_1225.md
```
2. **Activate SonarCloud elements**:
- Persona: `sonar-guardian`
- Skills: `sonarcloud-modernizer`, `sonarcloud-hotspot-marker`
3. **Read the issue**:
```bash
gh issue view 1225
```
4. **Follow the step-by-step process** in the handover document
### Key Points
- **Rule**: typescript:S7758 (String method modernization)
- **Count**: 6 issues
- **Examples**: `fromCharCode` โ `fromCodePoint`, `charCodeAt` โ `codePointAt`
- **Branch**: Create `feature/sonarcloud-issue-1225-string-methods` from `develop`
- **References**: PR #1232 and PR #1233 for successful patterns
### Critical Documentation
- `docs/development/SONARCLOUD_QUERY_PROCEDURE.md` - Query workflow
- `docs/development/HANDOVER_ISSUE_1225.md` - Complete instructions
- `docs/development/PR_BEST_PRACTICES.md` - PR format
### Expected Deliverable
- Feature branch with 6 string method fixes
- PR to develop branch
- All tests passing
- Issue #1225 resolved
### Questions?
Ask the user (Mick) if you need clarification on any specific instance or approach.
**Let's achieve zero reliability issues!** ๐
---
**End of startup prompt**