Fix stale raiconfig.toml references and an entity_resolution count#94
Open
cafzal wants to merge 1 commit into
Open
Fix stale raiconfig.toml references and an entity_resolution count#94cafzal wants to merge 1 commit into
cafzal wants to merge 1 commit into
Conversation
- raiconfig.toml -> raiconfig.yaml across 7 READMEs (rai init now emits raiconfig.yaml; the .toml name was stale). - entity_resolution runbook: chain summary said the pipeline resolves 51 records into 30 parties, but STAGE 1 and the resolve step both report 31 auto-resolved (30 true people plus one review-band split); fix the summary to 31 to match.
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.
What
Two small documentation fixes surfaced by the
/dev-templates-reviewpass in #93 (kept out of that PR so it stayed focused on runbooks).raiconfig.toml→raiconfig.yamlacross 7 READMEs (bom-reachability, cybersecurity-attack-paths, defect_root_cause, disease-outbreak-prevention, humanitarian-aid-supply-chain, it-dependency-mapping, wildlife-conservation-network).rai initnow emitsraiconfig.yaml; the.tomlname was stale and would send users looking for a file that isn't created.