refactor: 문서 개선 중

This commit is contained in:
donghyeon-ka
2026-09-21 14:30:55 +09:00
parent c93cdea150
commit 805a18f486
1497 changed files with 525837 additions and 59152 deletions
@@ -0,0 +1,29 @@
schema_version: "1.0"
default_mode: operator
blanket_ban: false
modes:
tutorial:
prefer: [one-concern-per-step, explicit-execution-context, explain-before-run, expected-result, separate-verification, separate-cleanup]
operator:
prefer: [copyable, intent-revealing, observable, bounded-side-effects]
diagnostic:
allow: [pipelines, grep, jq, awk]
require: [preserve-useful-errors, explain-filtering]
automation:
allow: [sed, awk, jq, printf, pipelines, command-substitution, compound-commands]
require: [stated-input, stated-output, reason-for-automation, verification]
reference:
allow: [compact-command-forms]
require: [intent-remains-visible]
major_findings:
- validation_cleanup_same_chain
- destructive_side_effects_without_observable_checkpoint
- critical_diagnostic_output_hidden
principles:
- deterministic_analyzer_reports_findings_only
- command_repair_before_prose_repair
- final_technical_evidence_review_after_all_repairs
- command_free_sections_skip_command_model_calls