Add federal cost-allowability analysis component set and workflow#40
Open
ProfessorPolymorphic wants to merge 1 commit into
Open
Add federal cost-allowability analysis component set and workflow#40ProfessorPolymorphic wants to merge 1 commit into
ProfessorPolymorphic wants to merge 1 commit into
Conversation
Add 13 components for analyzing the allowability of federal-grant expenses under the Uniform Guidance (2 CFR 200), decomposed so each component maps to a discrete regulatory requirement: - Stage 1 (normalize & detect): expense-transaction-extraction, award-allowability-terms-extraction, regulated-activity-classifier - Stage 2 (checks): cost-period-check, cost-reasonableness-check, cost-allocability-check, cost-consistent-treatment-check, cost-award-terms-conformance-check, cost-prior-approval-check, cost-documentation-check, protocol-approval-allowability-check - Stage 3 (selected items): cost-selected-item-check - Stage 4 (synthesis): cost-allowability-determination The regulated-activity-classifier and protocol-approval-allowability-check catch expenses tied to activities requiring IRB, IACUC, or IBC oversight -- a regime separate from 2 CFR 200.407 federal prior approval. Add the cost-allowability-analysis Vandalizer workflow (3-step: normalize/classify, parallel checks, synthesis) that manifests all 13 components, register them in component_catalog_overrides.yaml, and regenerate component_catalog.json and the docs nav. All components and the workflow are v0.1.0, status experimental. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
cost-allowability-analysisVandalizer workflow that combines them.regulated-activity-classifierdetection layer and aprotocol-approval-allowability-check— a regulatory regime distinct from 2 CFR 200.407 federal prior approval.nsf-expense-allowability-checkis untouched and coexists as the fast single-shot reviewer.Components (all v0.1.0, status experimental)
expense-transaction-extraction,award-allowability-terms-extraction,regulated-activity-classifiercost-period-check,cost-reasonableness-check,cost-allocability-check,cost-consistent-treatment-check,cost-award-terms-conformance-check,cost-prior-approval-check,cost-documentation-check,protocol-approval-allowability-checkcost-selected-item-checkcost-allowability-determinationThe 9 checks emit a shared structured finding contract; the determination emits Markdown. All 13 are registered in
component_catalog_overrides.yaml;component_catalog.json, the Vandalizer export, and the docs nav are regenerated.Validation
python3 scripts/build_component_catalog.py --check— up to datepython3 scripts/build_vandalizer_workflows.py --check— all exports up to datepython3 .github/scripts/lint_components.py— 0 errors (2 pre-existing warnings unrelated to this change)python3 -m mkdocs build --strict— cleanTest plan
workflows/cost-allowability-analysis/cost-allowability-analysis.vandalizer.jsoninto Vandalizer and run an end-to-end expense reviewevals/cases/) to graduate components fromexperimental🤖 Generated with Claude Code