vibecodingmachine-core
v2025.12.6-1702
Published
Shared core logic for Vibe Coding Machine IDE integration
Maintainers
Readme
@vibecodingmachine/core
Shared core logic for Vibe Coding Machine IDE integration.
Purpose
This package contains the shared business logic that will be used by both the Electron app and VSCode extension.
Structure
src/
├── ide-integration/ # CDP, AppleScript, quota detection
├── chat-management/ # Message handling, polling
├── autonomous-mode/ # Feature implementation logic
└── utils/ # Shared utilitiesUsage
import { CDPManager } from '@vibecodingmachine/core/ide-integration/cdp-manager.js';
import { ChatManager } from '@vibecodingmachine/core/chat-management/chat-manager.js';Development
This package is part of the Vibe Coding Machine monorepo. See the root README for development instructions.
