feat(ITC-WP-0017): establish AgenticDrivesFunctional pattern
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a025c2-407a-7a32-b40a-f37a52f03f62
This commit is contained in:
parent
9e7e1d8c1e
commit
0ab196829e
21 changed files with 725 additions and 109 deletions
|
|
@ -1,5 +1,5 @@
|
|||
root: infospace
|
||||
file_count: 190
|
||||
file_count: 191
|
||||
files:
|
||||
- path: README.md
|
||||
directory: .
|
||||
|
|
@ -406,6 +406,9 @@ files:
|
|||
- path: models/task/InfoTechCanonTaskModel.md
|
||||
directory: models/task
|
||||
name: InfoTechCanonTaskModel.md
|
||||
- path: patterns/AgenticDrivesFunctional.md
|
||||
directory: patterns
|
||||
name: AgenticDrivesFunctional.md
|
||||
- path: patterns/InterfaceDeprecationStrangler.md
|
||||
directory: patterns
|
||||
name: InterfaceDeprecationStrangler.md
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
concept_count: 114
|
||||
concept_count: 119
|
||||
concepts:
|
||||
- concept: "Assimilation \u2014 IT Capability Canon (ITCC) v0.1"
|
||||
owner: assimilation/it-capability-canon
|
||||
|
|
@ -268,6 +268,28 @@ concepts:
|
|||
owner: pattern/intent-scope-purposes
|
||||
path: patterns/intent-scope-purposes.md
|
||||
source: frontmatter.owned_concepts
|
||||
- &id001
|
||||
concept: AgenticDrivesFunctional
|
||||
owner: practice-pattern/agentic-drives-functional
|
||||
path: patterns/AgenticDrivesFunctional.md
|
||||
source: artifact_title
|
||||
- &id002
|
||||
concept: AgenticDrivesFunctional
|
||||
owner: practice-pattern/agentic-drives-functional
|
||||
path: patterns/AgenticDrivesFunctional.md
|
||||
source: frontmatter.owned_concepts
|
||||
- concept: AgenticFallback
|
||||
owner: practice-pattern/agentic-drives-functional
|
||||
path: patterns/AgenticDrivesFunctional.md
|
||||
source: frontmatter.owned_concepts
|
||||
- concept: DemandSignature
|
||||
owner: practice-pattern/agentic-drives-functional
|
||||
path: patterns/AgenticDrivesFunctional.md
|
||||
source: frontmatter.owned_concepts
|
||||
- concept: FunctionalInterfaceCandidate
|
||||
owner: practice-pattern/agentic-drives-functional
|
||||
path: patterns/AgenticDrivesFunctional.md
|
||||
source: frontmatter.owned_concepts
|
||||
- concept: InterfaceDeprecationStrangler
|
||||
owner: practice-pattern/interface-deprecation-strangler
|
||||
path: patterns/InterfaceDeprecationStrangler.md
|
||||
|
|
@ -456,5 +478,9 @@ concepts:
|
|||
owner: standard/tagging
|
||||
path: standards/tagging/InfoTechCanonTaggingStandard.md
|
||||
source: artifact_title
|
||||
duplicate_candidates: []
|
||||
duplicate_candidates:
|
||||
- normalized: agenticdrivesfunctional
|
||||
candidates:
|
||||
- *id001
|
||||
- *id002
|
||||
ownership_conflicts: []
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ artifacts:
|
|||
- model/security
|
||||
- model/task
|
||||
- pattern/intent-scope-purposes
|
||||
- practice-pattern/agentic-drives-functional
|
||||
- practice-pattern/interface-deprecation-strangler
|
||||
- practice/intake-and-assimilation
|
||||
- profile/small-saas
|
||||
|
|
@ -498,6 +499,20 @@ rows:
|
|||
- implements
|
||||
model/task:
|
||||
- uses
|
||||
- artifact: practice-pattern/agentic-drives-functional
|
||||
targets:
|
||||
model/capability:
|
||||
- uses
|
||||
model/governance:
|
||||
- uses
|
||||
model/observability:
|
||||
- uses
|
||||
model/task:
|
||||
- uses
|
||||
practice-pattern/interface-deprecation-strangler:
|
||||
- related_to
|
||||
scheme/practice-pattern:
|
||||
- conforms_to
|
||||
- artifact: practice-pattern/interface-deprecation-strangler
|
||||
targets:
|
||||
model/devsecops:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue