6 Commits

Author SHA1 Message Date
mcfn.feng 58545129de [root]refactor: remove actionbook-rs, promote cli-v2 to packages/cli
- Delete packages/actionbook-rs/ (legacy 0.x CLI)
- Delete old packages/cli/ (JS npm wrapper for 0.x)
- Rename packages/cli-v2/ → packages/cli/ (git mv)
- Merge npm wrapper files (bin/actionbook.js, scripts/postinstall.js) into new cli/
- Update package.json: name → @actionbookdev/cli, private → false, add npm distribution fields
- Update sync-versions.js: point Cargo.toml/Cargo.lock sync at packages/cli/
- Update release.yml: build from packages/cli/ instead of packages/actionbook-rs/
- Update test.yml: paths and working-directory from cli-v2 → cli
- Update CLAUDE.md, CONTRIBUTING.md, docs, issue templates
- Delete stale changeset (fix-screenshot-timeout.md)
- Keep 6 platform binary packages unchanged
2026-04-02 00:46:12 +08:00
Adcent 963dc903d4 [root]chore: remove private build pipeline workspaces 2026-03-17 16:36:01 +08:00
adcentury 026a2c8ba0 chore: replace Discord links with actionbook.dev/discord (CUE-412)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 23:41:14 +08:00
Claude 7b6aee6345 [root]docs: add Discord community link to contributing guide 2026-01-12 03:12:40 +00:00
Claude 1ba36597d9 [root]docs: update contributing docs - remove emoji and fix details
- Remove all emoji from CONTRIBUTING.md, CODE_OF_CONDUCT.md, and PR template
- Add Rust to prerequisites
- Update PostgreSQL requirement to include pgvector extension
- Add playbook-builder to services and development startup
- Remove non-existent api-server from project structure
- Clarify vector database requirements for embeddings
2026-01-12 00:53:38 +00:00
Claude c91eb03cc7 [root]docs: add contributing guide and community guidelines
- Add CONTRIBUTING.md with complete development setup and guidelines
- Add CODE_OF_CONDUCT.md for community standards
- Add PR template in .github/pull_request_template.md
2026-01-11 17:03:53 +00:00