Documentation
¶
Overview ¶
Package editbody implements the `aiwf edit-body` verb (per-verb subpackage of M-0115; cmd/aiwf/main.go's newRootCmd wires it via NewCmd). The package directory is `editbody` (no separator) per Go's package-name convention; the verb's external name on the CLI remains `edit-body` (hyphenated, the user-facing form).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
NewCmd builds `aiwf edit-body <id> --body-file <path>` (and `--body-file -` for stdin) — the post-creation body-edit verb that closes the plain-git carve-out from G-052 / M-058. Frontmatter is untouched; only the markdown body below the frontmatter delimiter is replaced. One commit per invocation, standard provenance.
Types ¶
This section is empty.