Skip to content

v0.1.0 — Public baseline

Choose a tag to compare

@cstion-ai cstion-ai released this 26 Jul 01:34
0281609

Public baseline

This first release publishes the Apache-2.0 TypeScript and PostgreSQL reference implementation reviewed in PR #4.

Included

  • authenticated, size-limited Kakao webhook ingestion
  • PostgreSQL-backed event leases, customer identities, and idempotent booking leads
  • recorded legacy-schema migration with advisory locking
  • concurrency-safe customer identity ownership
  • HMAC-protected OAuth state cookies and typed Kakao token-exchange failures
  • redacted failure logging and fail-closed production composition
  • contributor, governance, security, support, and threat-model documentation

Verification

The release commit passed:

Reproduce locally with npm ci, npm test, npm run typecheck, npm run build, and npm audit --audit-level=high. With a disposable PostgreSQL database, run DATABASE_URL=... npm run test:postgres.

Known limits

This release is not production-ready. CRM and Google Sheets adapters are still fakes and production startup intentionally fails closed. It does not include edge rate limiting, a server-side one-time OAuth state store, backup/restore rehearsal, sustained-load evidence, or real provider integration tests. No public adoption or deployment usage is claimed.