mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-18 09:06:53 +03:00
Organize skill script support modules
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
*/
|
||||
|
||||
import { buildManualEditEvidence } from './live-manual-edit-evidence.mjs';
|
||||
import { readBuffer, readBufferStrict, writeBuffer, countByPage } from './live-manual-edits-buffer.mjs';
|
||||
import { isGeneratedFile } from './is-generated.mjs';
|
||||
import { readBuffer, readBufferStrict, writeBuffer, countByPage } from './live/manual-edits-buffer.mjs';
|
||||
import { isGeneratedFile } from './lib/is-generated.mjs';
|
||||
import {
|
||||
runCopyEditBatchAgent,
|
||||
runCopyEditPostApplyChecks,
|
||||
|
||||
Reference in New Issue
Block a user