fleet-memory/scripts
Nicolò Boschi 728ce13cea
fix: rename moltbot to openclawd (#246)
* fix: rename moltbot to openclawd

* fix

* fix

* fix: use single shared pg0 database for all banks + add default mission

This commit fixes a critical database isolation issue and adds the default
mission feature for the openclawd plugin.

## Changes:

**hindsight-embed:**
- Fixed daemon_client.py to use single shared database: pg0://hindsight-embed
- Previously, each bank_id would create a separate pg0 instance (wrong!)
- Now all banks share the same database with isolation via bank_id parameter
- Updated README to clarify database architecture

**openclawd plugin (v0.0.5):**
- Added default bank mission describing OpenClawd's multi-channel assistant role
- Added setBankMission() method to client
- Integrated mission setting during plugin initialization
- Added bankMission to plugin config schema with sensible default
- Updated docs to explain shared database architecture

## Why this matters:
Bank isolation should happen WITHIN the database (via separate tables/schemas),
not via separate database instances. Using HINDSIGHT_EMBED_BANK_ID to create
separate pg0 databases was architecturally wrong and caused confusion.

* ci: rename moltbot to openclawd in workflows and release script

- Updated build-moltbot-integration → build-openclawd-integration in test.yml
- Updated release-moltbot-integration → release-openclawd-integration in release.yml
- Updated all working directories from moltbot to openclawd
- Updated artifact names from moltbot-integration to openclawd-integration
- Added openclawd package.json to release.sh version bump script
2026-01-30 10:31:29 +01:00
..
benchmarks feat: consolidation performance benchmark and optimization (#227) 2026-01-29 11:24:15 +01:00
dev feat: new 'worker' service (#176) 2026-01-20 10:17:56 +01:00
hooks feat: add max_tokens and structured output to /reflect (#74) 2026-01-01 17:09:39 +01:00
docker-smoke-test.sh fix: docker image build and startup (#46) 2025-12-18 11:59:25 +01:00
generate-clients.sh fix(security): fix qs - CVE-2025-15284 (#113) 2026-01-07 15:33:07 +01:00
generate-openapi.sh doc: changelog for 0.2.0 (and regenerate clients) (#99) 2026-01-05 12:36:29 +01:00
release.sh fix: rename moltbot to openclawd (#246) 2026-01-30 10:31:29 +01:00
run-upgrade-tests.sh ci: add upgrade tests (#200) 2026-01-26 15:25:30 +01:00
setup-hooks.sh feat: support for gemini-3-pro and gpt-5.2 (#30) 2025-12-16 11:00:27 +01:00
sync-cookbook.sh bump pg0 0.11.x and improve documentation (#33) 2025-12-16 13:33:01 +01:00
update-docs-version.sh fix(doc): improve docs versioning and release (#231) 2026-01-29 14:45:57 +01:00