feat(ITC-WP-0017): establish AgenticDrivesFunctional pattern
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a025c2-407a-7a32-b40a-f37a52f03f62
This commit is contained in:
tegwick 2026-08-22 18:54:01 +02:00
parent 9e7e1d8c1e
commit 0ab196829e
21 changed files with 725 additions and 109 deletions

View file

@ -5,7 +5,7 @@ title: "AgenticDrivesFunctional PracticePattern"
domain: infotech
topic_slug: canon
repo: info-tech-canon
status: active
status: finished
priority: medium
created: "2026-08-22"
updated: "2026-08-22"
@ -31,7 +31,7 @@ and approval relays.
```task
id: ITC-WP-0017-T01
status: progress
status: done
priority: high
state_hub_task_id: "dc7f97f0-251c-5344-a951-12f66c58b71e"
```
@ -45,7 +45,7 @@ clear.
```task
id: ITC-WP-0017-T02
status: pending
status: done
priority: medium
state_hub_task_id: "ce2cb013-7f15-5818-b80b-0cb1f52ddaab"
```
@ -56,15 +56,23 @@ the canon.
## Acceptance
- [ ] `AgenticDrivesFunctional` conforms to PracticePattern v0.1.
- [ ] The pattern distinguishes direct interfaces from cross-repo task routing.
- [ ] Repetition is treated as evidence for interface review, not an automatic
- [x] `AgenticDrivesFunctional` conforms to PracticePattern v0.1.
- [x] The pattern distinguishes direct interfaces from cross-repo task routing.
- [x] Repetition is treated as evidence for interface review, not an automatic
mandate to build an interface.
- [ ] Interfaces preserve authorization, credential custody, and third-party
- [x] Interfaces preserve authorization, credential custody, and third-party
approval boundaries.
- [ ] The pattern is registered, retrieval-visible, validated, committed, and
- [x] The pattern is registered, retrieval-visible, validated, committed, and
synchronized.
## Result
Completed 2026-08-22. The canon now carries the active
`AgenticDrivesFunctional` PracticePattern, backed by Repo Manager's scoped
identifier registrar as its first complete known use. The artifact is indexed,
agent-retrievable, related to `InterfaceDeprecationStrangler`, and validated by
the canon service and full test suite.
## Out of scope
- Implementing a new service API, CLI, or MCP interface in a consumer repo.