k-skill/docs
Jeffrey (Dongkyu) Kim d05a7cc63d Enable policy-aware Korean spell checking from the official Nara surface
Add a skill guide and Python helper that use the approved old_speller HTML flow, chunk long text conservatively, and report original/suggestion/reason deltas. The docs also record the public-site limits, Cloudflare behavior, and non-commercial usage policy so agents do not overreach the free surface.

Constraint: Public site is HTML-only and may return 403 to non-browser clients
Constraint: Must not add new dependencies or high-volume crawling behavior
Rejected: Node fetch client | Cloudflare returned 403 in this environment
Rejected: Paid API integration | no public contract or credentials were available for this task
Confidence: medium
Scope-risk: moderate
Reversibility: clean
Directive: Keep usage low-rate and non-commercial unless supplier-approved API terms are added
Tested: npm run lint
Tested: npm run typecheck
Tested: npm test
Tested: npm run build
Tested: python3 scripts/korean_spell_check.py --text '아버지가방에들어가신다.' --format json
Tested: python3 scripts/korean_spell_check.py --text $'아버지가방에들어가신다.\n\n아버지가방에들어가신다.' --max-chars 15 --format json
Not-tested: Paid API/order flow
Not-tested: High-volume commercial workloads
Not-tested: Non-UTF-8 file inputs
2026-04-03 21:39:11 +09:00
..
assets Prepare k-skill for packaged releases and broader skill discovery 2026-03-25 23:57:53 +09:00
features Enable policy-aware Korean spell checking from the official Nara surface 2026-04-03 21:39:11 +09:00
install.md Enable policy-aware Korean spell checking from the official Nara surface 2026-04-03 21:39:11 +09:00
releasing.md Keep npm release automation from crashing before publish 2026-03-30 21:58:06 +09:00
roadmap.md Enable policy-aware Korean spell checking from the official Nara surface 2026-04-03 21:39:11 +09:00
security-and-secrets.md Clarify Korean law setup modes to avoid credential confusion 2026-04-01 09:39:03 +09:00
setup.md Keep korean-law-search available during upstream outages (#45) 2026-04-02 23:33:12 +09:00
sources.md Enable policy-aware Korean spell checking from the official Nara surface 2026-04-03 21:39:11 +09:00