feat: Workflowの読み取り位置変更の実装

This commit is contained in:
2026-05-08 00:15:50 +09:00
parent 22d87f8ade
commit 902b8d759b
18 changed files with 330 additions and 63 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ pub enum LintError {
BodyTooLong { actual: usize, limit: usize },
#[error(
"write to `memory/workflow/` is forbidden via the memory tool — Workflows are human-edited"
"write to a Workflow path is forbidden via the memory tool — Workflows are human-edited"
)]
WorkflowWriteForbidden,