Move the duplicated POSIX shell-escaping utility from all three agent
plugins into packages/core/src/utils.ts and re-export from the package
entry point. Plugins now import { shellEscape } from the shared package.
Addresses Bugbot review comment on PR #5.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| __tests__ | ||
| config.ts | ||
| index.ts | ||
| lifecycle-manager.ts | ||
| metadata.ts | ||
| plugin-registry.ts | ||
| session-manager.ts | ||
| tmux.ts | ||
| types.ts | ||
| utils.ts | ||