366a6da825
모든 spec 파일에 has_code_implementation 메타데이터 추가: - 140개 spec 파일 중 100% 태깅 완료 - 코드 참조 자동 판정 (formula_registry, decision_flow, routing 등) - tag_spec_code_implementation.py: 자동화 도구 추가 진행률: 66.4% → 100% Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
allowed_responsibilities:
|
|
- collect
|
|
- normalize
|
|
- export
|
|
- display
|
|
code_path: tools/validate_gas_thin_adapter_v1.py
|
|
exceptions:
|
|
- name: runtime_report_rendering
|
|
reason: 표 렌더링을 위한 문자열 포맷은 허용된다.
|
|
- name: data_collection_helpers
|
|
reason: 외부 JSON/시트 수집은 허용된다.
|
|
forbidden_responsibilities:
|
|
- decision
|
|
- sizing
|
|
- stop_loss
|
|
- take_profit
|
|
- risk_score
|
|
has_code_implementation: true
|
|
meta:
|
|
has_code_implementation: false
|
|
migration_plan:
|
|
phases:
|
|
- action: 분류된 GAS 함수 목록을 확정한다.
|
|
phase: inventory
|
|
status: DONE
|
|
target: Temp/gas_business_logic_audit_v1.json
|
|
- action: business_logic 함수를 Python compiler/stub layer로 이전한다.
|
|
phase: extract
|
|
status: DONE
|
|
target: tools/
|
|
- action: collect/normalize/export/display만 남기고 나머지를 호출 위임으로 전환한다.
|
|
phase: thin_adapter
|
|
status: DONE
|
|
target: gas_*.gs
|
|
- action: forbidden_count가 줄어드는지 지속 검증한다.
|
|
phase: verify
|
|
status: DONE
|
|
target: tools/validate_gas_thin_adapter_v1.py
|
|
status: DONE
|
|
policy_id: GAS_THIN_ADAPTER_POLICY_V1
|
|
purpose: 'GAS에서 collect, normalize, export, display만 남기고 decision, sizing, stop_loss,
|
|
take_profit, risk_score 로직은 Python으로 이전하기 위한 migration plan.
|
|
|
|
'
|
|
schema_version: 2026-06-06-gas-thin-adapter-policy-v1
|