Dual license MIT OR Apache-2.0, add publish config, track bun.lock

- Add LICENSE, LICENSE-MIT, LICENSE-APACHE for dual licensing
- Add files + publishConfig.access to package.json for npm publish
- Update license references in AGENTS.md and README
- Fix .gitignore: track bun.lock, ignore bun.lockb instead of *.lock
- Track bun.lock in git
This commit is contained in:
2026-04-21 14:08:04 +00:00
parent 3dceb30ce9
commit cb9d981b6f
8 changed files with 321 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
## Repository
- **Git**: `git@git.alk.dev:alkdev/open-memory.git` (Gitea, mirrors to GitHub on release)
- **License**: Apache-2.0
- **License**: MIT OR Apache-2.0
- **Runtime**: Bun
- **Language**: TypeScript (strict, ESM, verbatimModuleSyntax)
- **Linter**: Biome (`bun run lint`, `bun run format`)