auto: 일일 백업 2026-06-20 02:00

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
hyowons
2026-06-20 02:00:05 +09:00
parent dc537f9925
commit 5a11a21562
452 changed files with 2970 additions and 17023 deletions
+5
View File
@@ -119,6 +119,11 @@ def _cmd_variants(argv):
elif sub == 'clear':
variants.clear()
print('변이 정의·계좌 전부 삭제')
elif sub == 'philosophy':
res = variants.add_philosophy_presets()
print(f"철학별 전략 추가: 신규 {len(res['added'])}개 · 중복 {res['skipped']}개 · 총 {res['total']}")
for v in res['added']:
print(' ', v['id'], v['name'])
else:
vs = variants.load_variants()
print(f'변이 {len(vs)}개:')