UNPKG

relaycode

Version:

A developer assistant that automates applying code changes from LLMs.

2 lines 1.41 kB
export{createClipboardWatcher}from'./core/clipboard';export{createConfig,ensureStateDirExists,findConfig,findConfigPath,getProjectId,loadConfigOrExit}from'./core/config';export{commitState,deletePendingState,findLatestStateFile,findStateFileByIdentifier,hasBeenProcessed,readAllStateFiles,readStateFile,writePendingState}from'./core/state';export{applyOperations,createSnapshot,processPatch,restoreSnapshot}from'./core/transaction';export{initCommand}from'./commands/init';export{watchCommand}from'./commands/watch';export{logCommand}from'./commands/log';export{revertCommand}from'./commands/revert';export{applyCommand}from'./commands/apply';export{gitCommitCommand}from'./commands/git-commit';export*from'relaycode-core';export{executeShellCommand,getErrorCount}from'./utils/shell';export{getTypeScriptErrorCount}from'./utils/typescript';export{deleteFile,fileExists,readFileContent,renameFile,safeRename,writeFileContent}from'./utils/fs';export{getErrorMessage,isEnoentError,logger}from'./utils/logger';export{getConfirmation}from'./utils/prompt';export{formatTransactionDetails}from'./utils/formatters';export{createNotifier,notifyApprovalRequired,notifyFailure,notifyPatchDetected,notifyRollbackFailure,notifySuccess,requestApprovalWithNotification}from'./utils/notifier';export{CONFIG_FILE_NAMES,STATE_DIRECTORY_NAME}from'./utils/constants';//# sourceMappingURL=index.js.map //# sourceMappingURL=index.js.map