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
3 changes: 2 additions & 1 deletion .governance/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"packages/**",
"test/**",
"tests/**",
"planfile/**"
"planfile/**",
"examples/python-api/**"
]
},
"interfaces": {
Expand Down
13 changes: 13 additions & 0 deletions project/ticket-155/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Ticket155: Python API example ownership

- **ID**: ticket-155
- **Status**: IN_PROGRESS
- **Workflow state**: PUBLICATION
- **Workstream**: governance
- **Owner**: agent:codex-monag-continuation-20260919

SESSION_EXECUTION_AUTHORIZATION: user requested continuation of verified MONAG/Planfile audit fixes. Prerequisite PLF-082 for PLF-081.

## Acceptance criteria

- [ ] AC-01: Assign only examples/python-api/** to application in target manifest, preserve managed policy/checks, validate and publish before example implementation.
69 changes: 69 additions & 0 deletions project/ticket-155/intent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"schema": "new-project.intent/v3",
"ticket": "ticket-155",
"summary": "Assign Python API example scope to application workstream",
"workstream": "governance",
"classification": {
"kind": "BUG",
"priority": "P1",
"origin": "requested"
},
"allowedPaths": [
".governance/manifest.json",
"project/ticket-155/**"
],
"forbiddenPaths": [
"project/ticket-*/user-*.md"
],
"stacks": [],
"dependsOn": [],
"conflictsWith": [],
"integrationTicket": null,
"delivery": {
"acceptedBaseSha": "e6ceadb46ab832f8beb671794ab5b011fc0955da",
"targetBranch": "main",
"outcome": "Declare ownership of Python API demonstrations so a governed isolated repair can be allocated",
"nonGoals": [
"No automatic terminal reopening or other provider lifecycle changes"
],
"complexity": "S",
"estimatedMinutes": 15,
"budgets": {
"maxImplementationFiles": 4,
"maxAffectedComponents": 2,
"maxPublicInterfaceChanges": 0,
"maxRuntimeDependencies": 0
},
"architecture": {
"status": "accepted",
"decision": "Extend target-owned application scope by one previously unowned directory without changing managed policy or required checks",
"components": [
{
"name": "target-ownership",
"paths": [
".governance/manifest.json"
]
}
],
"responsibilityChanges": false,
"interfaceChanges": [],
"dataChanges": [],
"ui": {
"impact": "none",
"states": [],
"evidence": []
},
"rollback": "Revert the bounded follow-up commit through protected publication."
},
"runtimeDependencies": [],
"validation": [
{
"criterion": "AC-01",
"commands": [
"./project/governance-check.sh --actor agent"
],
"evidence": "Scope admission recognizes exact examples/python-api path; managed lock hashes unchanged"
}
]
}
}
Loading