docs: add docs/CONFIGURATION.md (env vars, settings.json, provider config reference)

This commit is contained in:
YeonGyu-Kim
2026-04-27 03:35:29 +09:00
parent 07b4fd0300
commit ec5fd078e3
3 changed files with 98 additions and 2 deletions

View File

@@ -212,6 +212,6 @@ Repo documentation suite shipped during extended dogfood audit. Status: present/
|----------|--------|----------|-------|
| CODE_OF_CONDUCT.md | ❌ Missing | Low | Standard for public repos |
| .github/PULL_REQUEST_TEMPLATE.md | ❌ Missing | Medium | Would standardize PR descriptions |
| docs/CONFIGURATION.md | ❌ Missing | High | env vars, settings.json, provider config — relates to #283, #285 |
| docs/CONFIGURATION.md | ✅ Present | High | env vars, settings.json, provider config — relates to #283, #285 |
| docs/API_REFERENCE.md | ❌ Missing | Medium | JSON envelope schema, output format contract |
| .github/ISSUE_TEMPLATE/bug_report.md | ❌ Missing | Low | Standard bug template (pinpoint.md covers discovery) |