claude_version 1.3.1

Claude Code version manager: install, upgrade, and session lifecycle
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
meta:
  description: Cross-reference graph for all doc instances in claude_version
  node_count: 27
  edge_count: 60
  component_count: 3
  generated: 2026-06-16

nodes:
  - id: algorithm/001
    file: algorithm/001_settings_type_inference.md
    label: Settings Type Inference
    entity: algorithm

  - id: algorithm/002
    file: algorithm/002_config_resolution.md
    label: Config Resolution
    entity: algorithm

  - id: cli/001
    file: cli/command/readme.md
    label: Commands
    entity: cli

  - id: cli/002
    file: cli/dictionary.md
    label: Dictionary
    entity: cli

  - id: cli/003
    file: cli/param_group/readme.md
    label: Parameter Groups
    entity: cli

  - id: cli/004
    file: cli/004_parameter_interactions.md
    label: Parameter Interactions
    entity: cli

  - id: cli/005
    file: cli/param/readme.md
    label: Parameters
    entity: cli

  - id: cli/006
    file: cli/type/readme.md
    label: Types
    entity: cli

  - id: cli/007
    file: cli/env_param.md
    label: Environment Parameters
    entity: cli

  - id: cli/008
    file: cli/config_param.md
    label: Config Parameters
    entity: cli

  - id: user_story/006
    file: cli/user_story/006_config_management.md
    label: "US: Config Management"
    entity: user_story

  - id: format/01
    file: cli/format/01_text.md
    label: Text Format
    entity: format

  - id: format/02
    file: cli/format/02_json.md
    label: JSON Format
    entity: format

  - id: feature/001
    file: feature/001_version_management.md
    label: Version Management
    entity: feature

  - id: feature/002
    file: feature/002_process_lifecycle.md
    label: Process Lifecycle
    entity: feature

  - id: feature/003
    file: feature/003_settings_management.md
    label: Settings Management
    entity: feature

  - id: feature/004
    file: feature/004_dry_run.md
    label: Dry Run
    entity: feature

  - id: feature/005
    file: feature/005_cli_design.md
    label: CLI Design
    entity: feature

  - id: feature/006
    file: feature/006_config_command.md
    label: Config Command
    entity: feature

  - id: pattern/001
    file: pattern/001_version_lock.md
    label: Version Lock
    entity: pattern

  - id: pitfall/001
    file: pitfall/001_version_lock_chmod.md
    label: Version Lock chmod Side Effects
    entity: pitfall

  - id: pitfall/002
    file: pitfall/002_symlink_retarget.md
    label: Auto-Updater Symlink Retarget
    entity: pitfall

  - id: user_story/001
    file: cli/user_story/001_environment_check.md
    label: "US: Environment Check"
    entity: user_story

  - id: user_story/002
    file: cli/user_story/002_version_upgrade.md
    label: "US: Version Upgrade"
    entity: user_story

  - id: user_story/003
    file: cli/user_story/003_process_lifecycle.md
    label: "US: Process Lifecycle"
    entity: user_story

  - id: user_story/004
    file: cli/user_story/004_settings_management.md
    label: "US: Settings Management"
    entity: user_story

  - id: user_story/005
    file: cli/user_story/005_version_pinning.md
    label: "US: Version Pinning"
    entity: user_story

edges:
  # feature/001 Version Management
  - from: feature/001
    to: feature/004
    via: features

  - from: feature/001
    to: feature/005
    via: features

  - from: feature/001
    to: pattern/001
    via: patterns

  # feature/002 Process Lifecycle
  - from: feature/002
    to: feature/004
    via: features

  - from: feature/002
    to: feature/005
    via: features

  # feature/003 Settings Management
  - from: feature/003
    to: algorithm/001
    via: algorithms

  - from: feature/003
    to: feature/004
    via: features

  - from: feature/003
    to: feature/005
    via: features

  - from: feature/003
    to: feature/006
    via: features

  # feature/004 Dry Run
  - from: feature/004
    to: feature/001
    via: features

  - from: feature/004
    to: feature/002
    via: features

  - from: feature/004
    to: feature/003
    via: features

  # feature/005 CLI Design
  - from: feature/005
    to: feature/001
    via: features

  - from: feature/005
    to: feature/002
    via: features

  - from: feature/005
    to: feature/003
    via: features

  - from: feature/005
    to: feature/006
    via: features

  # feature/006 Config Command
  - from: feature/006
    to: algorithm/001
    via: algorithms

  - from: feature/006
    to: algorithm/002
    via: algorithms

  - from: feature/006
    to: feature/003
    via: features

  - from: feature/006
    to: feature/004
    via: features

  - from: feature/006
    to: feature/005
    via: features

  # algorithm/001 Settings Type Inference
  - from: algorithm/001
    to: feature/003
    via: features

  - from: algorithm/001
    to: feature/006
    via: features

  # algorithm/002 Config Resolution
  - from: algorithm/002
    to: algorithm/001
    via: algorithms

  - from: algorithm/002
    to: feature/006
    via: features

  # pattern/001 Version Lock
  - from: pattern/001
    to: feature/001
    via: features

  - from: pattern/001
    to: pitfall/001
    via: pitfalls

  - from: pattern/001
    to: pitfall/002
    via: pitfalls

  # pitfall/001 Version Lock chmod Side Effects
  - from: pitfall/001
    to: pattern/001
    via: patterns

  # pitfall/002 Auto-Updater Symlink Retarget
  - from: pitfall/002
    to: pattern/001
    via: patterns

  - from: pitfall/002
    to: feature/001
    via: features

  # cli/001 Commands
  - from: cli/001
    to: feature/001
    via: features

  - from: cli/001
    to: feature/002
    via: features

  - from: cli/001
    to: feature/003
    via: features

  # cli/002 Dictionary
  - from: cli/002
    to: cli/001
    via: references

  # cli/003 Parameter Groups
  - from: cli/003
    to: cli/005
    via: references

  # cli/004 Parameter Interactions
  - from: cli/004
    to: cli/003
    via: references

  - from: cli/004
    to: cli/005
    via: references

  # cli/005 Parameters
  - from: cli/005
    to: feature/001
    via: features

  - from: cli/005
    to: feature/003
    via: features

  - from: cli/005
    to: feature/004
    via: features

  # cli/006 Types
  - from: cli/006
    to: cli/005
    via: references

  # format/01 Text Format → user stories
  - from: format/01
    to: user_story/001
    via: user_stories

  - from: format/01
    to: user_story/002
    via: user_stories

  - from: format/01
    to: user_story/003
    via: user_stories

  - from: format/01
    to: user_story/004
    via: user_stories

  - from: format/01
    to: user_story/005
    via: user_stories

  - from: format/01
    to: user_story/006
    via: user_stories

  # format/02 JSON Format → user stories
  - from: format/02
    to: user_story/001
    via: user_stories

  - from: format/02
    to: user_story/002
    via: user_stories

  - from: format/02
    to: user_story/003
    via: user_stories

  - from: format/02
    to: user_story/004
    via: user_stories

  - from: format/02
    to: user_story/005
    via: user_stories

  - from: format/02
    to: user_story/006
    via: user_stories

  # user_story/001-006 → commands
  - from: user_story/001
    to: cli/001
    via: commands

  - from: user_story/002
    to: cli/001
    via: commands

  - from: user_story/003
    to: cli/001
    via: commands

  - from: user_story/004
    to: cli/001
    via: commands

  - from: user_story/005
    to: cli/001
    via: commands

  - from: user_story/006
    to: cli/001
    via: commands

components:
  - id: 1
    label: Main corpus
    size: 25
    isolated: false
    nodes:
      - algorithm/001
      - algorithm/002
      - cli/001
      - cli/002
      - cli/003
      - cli/004
      - cli/005
      - cli/006
      - feature/001
      - feature/002
      - feature/003
      - feature/004
      - feature/005
      - feature/006
      - format/01
      - format/02
      - pattern/001
      - pitfall/001
      - pitfall/002
      - user_story/001
      - user_story/002
      - user_story/003
      - user_story/004
      - user_story/005
      - user_story/006

  - id: 2
    label: Environment Parameters
    size: 1
    isolated: true
    nodes:
      - cli/007

  - id: 3
    label: Config Parameters
    size: 1
    isolated: true
    nodes:
      - cli/008

dangling_refs: []