feat: financial_governance spec block — Phase 1 (schema + example)#79
Open
Danbi58 wants to merge 5 commits intoopen-gitagent:mainfrom
Open
feat: financial_governance spec block — Phase 1 (schema + example)#79Danbi58 wants to merge 5 commits intoopen-gitagent:mainfrom
Danbi58 wants to merge 5 commits intoopen-gitagent:mainfrom
Conversation
schema: add financial_governance block to compliance_config
Addresses RFC open-gitagent#38 feedback: - financial_governance nested under compliance (not top-level) - firewall field is a named identifier, not an endpoint - blocked_categories evaluated before allowed_categories - auto_deny_on_timeout defaults to true (timeout = DENIED) - audit handled via compliance.recordkeeping (no duplicate fields)
…ules Addresses RFC open-gitagent#38 feedback — adds financial_governance to compliance section and validation rules in SPECIFICATION.md
Addresses RFC open-gitagent#38 feedback — warns when high/critical risk agents have financial tools but no financial_governance block, and validates firewall field is a named identifier not an endpoint URL
Addresses RFC open-gitagent#38 feedback — exposes spending caps, category controls, and approval threshold in the shared compliance section surfaced by all adapters
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.
Implements Phase 1 of the financial_governance spec block as agreed in #38.
What's included
spec/schemas/agent-yaml.schema.json— addsfinancial_governanceundercompliance_configexamples/financial-agent/agent.yaml— purchasing agent example demonstrating the blockWhat's NOT in Phase 1 (per agreed scope with @shreyas-lyzr)
Changes from closed PR #39
Closes #38