Consume fjord-core for stack PR-body annotation #192
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/stack-delegate-annotation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Delegates fj's PR-description stack navigation to
fjord_core0.1.2, completing the ADR-0001 Phase 3 stack extraction. The block markup, embedded payload, escaping, and splice rules now live in the core engine (with its own tests); fj passes only its caption label (fj stack sync) through the command argument.annotate_prsbuilds core'sStackonce and callsapply_stack_navigationper item; the local block/payload helpers (render_stack_block,apply_stack_block,stack_payload,payload_comment, and their consts/structs) are removed.Behavior is unchanged.