pm: operational PM artifacts — changelog, security policy, issue templates, PR template#65
Merged
Merged
Conversation
…templates, PR template - CHANGELOG.md: full Keep-a-Changelog history v0.1.0→v0.11.0 with detection rate deltas - SECURITY.md: responsible disclosure policy; scope, SLA, reporting channel, hall of fame - CONTRIBUTING.md: standalone guide for corpus records, detection signals, infra changes - .github/PULL_REQUEST_TEMPLATE.md: checklist with bench delta requirement - .github/ISSUE_TEMPLATE/bug_report.yml: structured bug report with version/OS fields - .github/ISSUE_TEMPLATE/corpus_record.yml: domain-specific template requiring published source - .github/ISSUE_TEMPLATE/feature_request.yml: includes benchmark impact section - README.md: Contributing section condensed; links to CONTRIBUTING.md and SECURITY.md https://claude.ai/code/session_014T1x8ZiDbJcVvkZBfP91nk
- RESEARCH.md: maps all 23 detection signals and 5 architectural decisions to their peer-reviewed research basis; includes primary reference table - bench/README.md: update signal count 21 → 23; add FUZZD-022 and FUZZD-023 to the signal distribution table https://claude.ai/code/session_014T1x8ZiDbJcVvkZBfP91nk
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
Adds the operational PM artifacts that signal this project is managed like a real product, not just built. Closes the gaps identified in the PM assessment against the fuzzd roadmap.
84.7% → 89.0% (+4.3pp)). Also includes two new response-phase signals (FUZZD-022ResponseContextInvalidation, FUZZD-023ForcedReexecution) in [Unreleased].cargo fmt/clippy/test, bench delta reporting, and source citation for corpus records.Also includes:
ResponseContextInvalidationFUZZD-022,ForcedReexecutionFUZZD-023) merged from developmentSignal::ALLconst — canonical ordered slice eliminating divergence insarif_rules()partition()single pass,HashSet::with_capacity,signal.as_str()static refDetection rate
GitHub updates
Closes #51linkTest plan
cargo testpasses./bench/run.sh— detection rate unchangedhttps://claude.ai/code/session_014T1x8ZiDbJcVvkZBfP91nk
Generated by Claude Code