Skip to main content

worka.db

worka.db is the host-owned path for controlled database access from packs.

The public rule is simple:

packs should not act like arbitrary database clients with ambient access.

They should use the host data service so the platform can keep scoping, audit, and future policy enforcement intact.

What it is for

Use worka.db when your pack needs:

  • pack-owned storage
  • scoped reads and writes
  • migrations or structured pack data access that should remain inside the platform boundary

Why it matters

The database is where accidental cross-tenant or cross-workspace leaks become permanent.

Using the host data path keeps the platform in a position to enforce:

  • tenant scope
  • workspace scope
  • pack ownership of data
  • future security and audit requirements