chore: release fp-library v0.17.1#29
Merged
Merged
Conversation
Move project knowledge (architecture, commands, code style, constraints, patterns) from CLAUDE.md into a shared AGENTS.md. Slim CLAUDE.md to a pointer plus Claude-specific MCP/LSP section. Relocate test cache from .claude/test-cache/ to .cache/test-output/.
Slim down doc comments in top-level .rs module files (kinds, dispatch, functions, brands, classes, types) to short summaries with links to the design docs in fp-library/docs/. Migrate removed content into the corresponding .md files to prevent duplication. Merge brand-dispatch-traits.md into brand-inference.md since the two docs covered the same topic from slightly different angles. Update all cross-references across the codebase. Expand hkt.md with a "How it works" section explaining the Brand pattern, trait_kind!/impl_kind! macro documentation, and the hash naming table migrated from kinds.rs. Convert file paths in AGENTS.md to markdown links.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.rsfiles, replacing verbose explanations with short summaries linking to design docs infp-library/docs/.brand-dispatch-traits.mdintobrand-inference.md, eliminating a thin wrapper doc that mostly linked elsewhere.hkt.mdwith a "How it works" section,trait_kind!/impl_kind!documentation, and the Kind trait hash naming table.AGENTS.mdto markdown links.Test plan
just verifypasses (fmt, check, clippy, deny, doc, test).