Consume fjord-core for stack naming #190
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/consume-core-naming"
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?
Fourth slice of ADR-0001 Phase 3 (fj consumes the shared core), after review summarization (#187), split planning (#188), and absorb routing (#189).
fj's stack naming now delegates to
fjord_core::workflows::stack:slugify,safe_handle, anditem_branchcall straight through.item_branchkeeps fj'susizeindex ergonomics (its one in-crate call site passes a literal), casting to core'su32internally. The unrelatedslugifyinissue.rsis a different transform (issuefallback, 40-char cap) and stays local.No behavior change: all naming tests pass verbatim (slugify sanitize/fallback/cap, safe_handle precedence, item_branch determinism). 605 tests green, clippy
-D warningsand fmt clean.