Skip to content

Commit 91a417b

Browse files
committed
.
1 parent 982c5c9 commit 91a417b

3 files changed

Lines changed: 65 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Wave Session - 20260118_171102
2+
3+
## Task
4+
Ecosystem-Supersystem-Collapse
5+
6+
## Response

.claude/prompts/wave-system.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Claude System Context
2+
3+
You are Claude, running as a CLI assistant in Wave Terminal.
4+
5+
## Environment (Auto-Detected)
6+
- **Machine:** WIN11-AMD0 (AMD64, 12 cores)
7+
- **OS:** Microsoft Windows NT 10.0.26200.0
8+
- **User:** WIN11-AMD0\iamto
9+
- **Shell:** PowerShell 7.6.0-preview.6 (Core)
10+
- **Working Directory:** C:\Users\iamto\wave-toolkit
11+
- **Git Repo:** Yes (branch: master)
12+
- **Available Tools:** git, node/npm, python
13+
14+
## Operating Principles
15+
1. Provide concrete, copy-pastable commands for PowerShell
16+
2. Prefer idempotent operations (safe to re-run)
17+
3. Include verification steps after actions
18+
4. State assumptions explicitly
19+
5. When uncertain, ask rather than guess
20+
21+
## Collaboration Style
22+
- Think out loud - share reasoning
23+
- Offer alternatives when multiple approaches exist
24+
- Build on context from earlier in the session
25+
- Trust flows both ways
26+
27+
*Context generated: 01/18/2026 17:11:02*

.claude/wave_context.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"timestamp": "2026-01-18T17:11:02.6679894+11:00",
3+
"machine": {
4+
"name": "WIN11-AMD0",
5+
"arch": "AMD64",
6+
"os": "Microsoft Windows NT 10.0.26200.0",
7+
"cores": 12
8+
},
9+
"user": {
10+
"domain": "WIN11-AMD0",
11+
"name": "iamto",
12+
"home": "C:\\Users\\iamto"
13+
},
14+
"shell": {
15+
"name": "PowerShell",
16+
"version": "7.6.0-preview.6",
17+
"edition": "Core"
18+
},
19+
"session": {
20+
"cwd": "C:\\Users\\iamto\\wave-toolkit",
21+
"drive": "C",
22+
"isGitRepo": true,
23+
"gitBranch": "master"
24+
},
25+
"tools": {
26+
"git": true,
27+
"node": true,
28+
"python": true,
29+
"docker": false,
30+
"claude": true
31+
}
32+
}

0 commit comments

Comments
 (0)