Restructure softwaredev ways into taxonomy with expanded semantic matching#30
Merged
Restructure softwaredev ways into taxonomy with expanded semantic matching#30
Conversation
…atching Reorganize flat softwaredev/ ways into five clusters: - architecture/ (adr, adr-context, design) - code/ (errors, performance, quality, security, testing) - delivery/ (commits, github, migrations, patches, release) - environment/ (config, debugging, deps, ssh) - docs/ (docs parent, api child) Add BM25 description + vocabulary to 11 regex-only ways, expanding semantic matching from 7 to 18 ways. Fixture tests: 48/54 (0 FP). Integration tests: 27/31 (0 FP). No regressions from restructure. Fix ADR tool symlink, update all path references in docs, hook comments, test harness, and integration tests. Legacy ADR-013 left untouched as historical record.
Add steps 4 (newly-semantic way via BM25) and 5 (co-activation of related ways) to the live activation test. Update test README with 18-way corpus baseline and new coverage scenarios. 8 test steps covering: regex, established BM25, new BM25, co-activation, negative control, subagent injection, subagent negative.
The subagent negative test was failing because general-purpose subagents inherit parent conversation context — Performance Way from Step 4 was visible via context sharing, not SubagentStart injection. The injection pipeline correctly produced no stash for an irrelevant prompt. Updated Step 8 to distinguish injection (SubagentStart hook) from context inheritance (Task tool parent sharing).
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
softwaredev/(20 ways) into five clusters:architecture/,code/,delivery/,environment/,docs/Motivated by well-engineered-repos analysis identifying coverage gaps when the softwaredev ways are measured against a comprehensive repository documentation model.
Taxonomy
Test results
Follow-up issues
Test plan
docs/scripts/adr list)