diff --git a/.changeset/initial-scaffold.md b/.changeset/initial-scaffold.md deleted file mode 100644 index 864999b..0000000 --- a/.changeset/initial-scaffold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smooai/audit": minor ---- - -Initial scaffold of `@smooai/audit` — a polyglot client SDK (TypeScript, Python, Rust, Go, .NET) for tamper-evident, SQL-queryable audit logging. Ships the intended public surface: a canonical `AuditEvent` schema, `canonicalJson`, a per-org-per-day SHA-256 hash chain (`computeEventHash` / `buildHashChain`), and an `AuditClient` emit client. Implementations are stubbed (`TODO(audit-impl)`) pending the shared parity corpus. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6887d90 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @smooai/audit + +## 0.1.0 + +### Minor Changes + +- df7c377: Initial scaffold of `@smooai/audit` — a polyglot client SDK (TypeScript, Python, Rust, Go, .NET) for tamper-evident, SQL-queryable audit logging. Ships the intended public surface: a canonical `AuditEvent` schema, `canonicalJson`, a per-org-per-day SHA-256 hash chain (`computeEventHash` / `buildHashChain`), and an `AuditClient` emit client. Implementations are stubbed (`TODO(audit-impl)`) pending the shared parity corpus. diff --git a/package.json b/package.json index fe837ad..5406a05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/audit", - "version": "0.0.0", + "version": "0.1.0", "description": "A polyglot client SDK for tamper-evident, SQL-queryable audit logging: a canonical event schema, a per-org-per-day SHA-256 hash chain, and an emit client — with byte-for-byte parity across TypeScript, Python, Rust, Go, and .NET.", "homepage": "https://github.com/SmooAI/audit#readme", "bugs": {