Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .cspell-repo-terms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Permissioned
pids
plotly
pmcrepo
pipefail
popen
Printf
Println
Expand Down Expand Up @@ -261,3 +262,16 @@ workflow
workflows
xfail
xunit
carveout
htek
mastra
parseability
pkgs
USERPROFILE
argparse
fastapi
lockfiles
rstrip
scipy
structlog
uvicorn
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
/agent-governance-python/agent-marketplace/ @microsoft/agent-governance-toolkit
/agent-governance-python/agent-runtime/ @microsoft/agent-governance-toolkit
/agent-governance-python/agentmesh-integrations/ @microsoft/agent-governance-toolkit
/agent-governance-copilot-cli/ @microsoft/agent-governance-toolkit

# Security-sensitive paths — require maintainer review, no exceptions
/.github/ @microsoft/agent-governance-toolkit
Expand Down
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ updates:
labels:
- "dependencies"

- package-ecosystem: "npm"
directory: "/agent-governance-copilot-cli"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
labels:
- "dependencies"

- package-ecosystem: "npm"
directory: "/agent-governance-typescript"
schedule:
Expand Down
15 changes: 14 additions & 1 deletion .github/pipelines/esrp-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ parameters:
- name: agentmesh-discovery
path: agent-governance-python/agent-discovery
wave: 2
- name: agent-sandbox
path: agent-governance-python/agent-sandbox
wave: 2
- name: agentmesh-primitives
path: agent-governance-python/agent-primitives
wave: 2
Expand Down Expand Up @@ -202,18 +205,28 @@ parameters:
default:
- name: agentmesh-copilot-governance
path: agent-governance-python/agentmesh-integrations/copilot-governance
nodeVersion: '20'
- name: agentmesh-mastra
path: agent-governance-python/agentmesh-integrations/mastra-agentmesh
nodeVersion: '20'
- name: agentmesh-api
path: agent-governance-python/agent-mesh/services/api
nodeVersion: '20'
- name: agentmesh-mcp-proxy
path: agent-governance-python/agent-mesh/packages/mcp-proxy
nodeVersion: '20'
- name: agent-governance-copilot-cli
path: agent-governance-copilot-cli
nodeVersion: '22'
- name: agent-governance-sdk
path: agent-governance-typescript
nodeVersion: '20'
- name: agent-os-copilot-extension
path: agent-governance-python/agent-os/extensions/copilot
nodeVersion: '20'
- name: agentos-mcp-server
path: agent-governance-python/agent-os/extensions/mcp-server
nodeVersion: '20'

# -------------------------------------------------------
# ESRP Configuration
Expand Down Expand Up @@ -419,7 +432,7 @@ stages:

- task: UseNode@1
inputs:
version: '${{ parameters.nodeVersion }}'
version: '${{ coalesce(pkg.nodeVersion, parameters.nodeVersion) }}'

- script: npm install --ignore-scripts --legacy-peer-deps
workingDirectory: '${{ pkg.path }}'
Expand Down
Loading
Loading