update abstract method
frontmatter を更新し、続けて正しいレーンへ移動する。 移動が起きた場合は移動先の相対パスを返す(起きなければ null)。
Implementation
Future<String?> update(String projectDir, ImplPlanMeta meta);
frontmatter を更新し、続けて正しいレーンへ移動する。 移動が起きた場合は移動先の相対パスを返す(起きなければ null)。
Future<String?> update(String projectDir, ImplPlanMeta meta);