openclaw/src/hooks
Gustavo Madeira Santana acb523de86 CLI: streamline startup paths and env parsing
Add shared parseBooleanValue()/isTruthyEnvValue() and apply across CLI, gateway, memory, and live-test flags for consistent env handling.
Introduce route-first fast paths, lazy subcommand registration, and deferred plugin loading to reduce CLI startup overhead.
Centralize config validation via ensureConfigReady() and add config caching/deferred shell env fallback for fewer IO passes.
Harden logger initialization/imports and add focused tests for argv, boolean parsing, frontmatter, and CLI subcommands.
2026-01-18 23:10:39 +00:00
..
bundled feat(hooks): run boot.md on gateway startup 2026-01-18 11:50:25 +02:00
bundled-dir.ts feat: add internal hooks system 2026-01-17 01:31:57 +00:00
config.ts feat: support plugin-managed hooks 2026-01-18 05:57:05 +00:00
frontmatter.test.ts CLI: streamline startup paths and env parsing 2026-01-18 23:10:39 +00:00
frontmatter.ts CLI: streamline startup paths and env parsing 2026-01-18 23:10:39 +00:00
gmail-ops.ts feat: unify hooks installs and webhooks 2026-01-17 07:08:04 +00:00
gmail-setup-utils.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
gmail-setup-utils.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
gmail-watcher.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
gmail-watcher.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
gmail.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
gmail.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
hooks-install.e2e.test.ts style: run oxfmt 2026-01-17 08:00:05 +00:00
hooks-status.ts feat: support plugin-managed hooks 2026-01-18 05:57:05 +00:00
hooks.ts refactor: rename hooks docs and add tests 2026-01-17 07:32:54 +00:00
install.test.ts fix: stabilize tests and logging 2026-01-18 18:43:31 +00:00
install.ts style: run oxfmt 2026-01-17 08:00:05 +00:00
installs.ts feat: unify hooks installs and webhooks 2026-01-17 07:08:04 +00:00
internal-hooks.test.ts refactor: add hook guards and test helpers 2026-01-18 06:15:24 +00:00
internal-hooks.ts feat(hooks): run boot.md on gateway startup 2026-01-18 11:50:25 +02:00
llm-slug-generator.ts style: apply oxfmt 2026-01-17 01:55:42 +00:00
loader.test.ts refactor: rename hooks docs and add tests 2026-01-17 07:32:54 +00:00
loader.ts style: run oxfmt 2026-01-17 08:00:05 +00:00
plugin-hooks.ts feat: support plugin-managed hooks 2026-01-18 05:57:05 +00:00
soul-evil.test.ts test: expand soul-evil coverage 2026-01-18 06:39:26 +00:00
soul-evil.ts refactor: add hook guards and test helpers 2026-01-18 06:15:24 +00:00
types.ts feat: support plugin-managed hooks 2026-01-18 05:57:05 +00:00
workspace.ts feat: support plugin-managed hooks 2026-01-18 05:57:05 +00:00