Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:58
· 16 commits to main since this release
cdbfd90

Changelog

  • 9f78ad3 ci: split build-test into parallel quality gates (format/vet/build/test) (#3)
  • 28f2633 feat: add Credit Information Act (신용정보법) law entries
  • 90d6d6a feat: add E-Commerce Act (전자상거래법) law entries
  • 546eaa6 feat: add MCP server with 4 tools
  • 2d63881 feat: add Network Act (정보통신망법) law entries
  • 32f12d5 feat: add PIPA-CST-001 missing consent check detector
  • 73c4bd0 feat: add PIPA-ENC-001 unencrypted personal data detector
  • ff3d886 feat: add PIPA-LOG-001 personal data logging detector
  • 27549d3 feat: add cobra CLI with scan, detectors, law, and serve commands
  • 222eb81 feat: add detector interface and registry
  • 95fd745 feat: add file walker with glob pattern matching
  • 90e7e63 feat: add law registry with bundled PIPA provisions
  • 8b17de3 feat: add law.go.kr API client with fallback to bundled data
  • cb884d6 feat: add report formatter with JSON and text output
  • 36a38b7 feat: add scanner service orchestrating file walk + detection
  • e55db7f feat: detectors for all four bundled laws + MCP distribution scaffolding (#1)
  • cdbfd90 feat: enrich MCP tool descriptions and annotations (#2)
  • 4502968 feat: enrich laws.yaml with full Korean PIPA article text
  • 603d6ac feat: initialize Go module with report model types
  • 511b241 refactor: load laws from multiple embedded YAML files
  • f7cfb19 refactor: move laws.yaml to laws/pipa.yaml
  • c24d527 refactor: rename project from dev-lawyer to klaws