info-tech-canon/infospace/patterns/README.md
tegwick 0ab196829e
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
feat(ITC-WP-0017): establish AgenticDrivesFunctional pattern
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a025c2-407a-7a32-b40a-f37a52f03f62
2026-08-22 18:54:01 +02:00

20 lines
1 KiB
Markdown

# Patterns
Reusable canon patterns live here.
## PracticePattern language
PracticePatterns give recurring socio-technical practices stable, speakable
names. They follow the Alexander-inspired, Markdown-first contract in
[PracticePatternScheme](PracticePatternScheme.md). The current scheme is v0.1;
frontmatter is described by
[`practice-pattern.schema.yaml`](../schemas/practice-pattern.schema.yaml).
| PracticePattern | Status | Purpose |
| --- | --- | --- |
| [AgenticDrivesFunctional](AgenticDrivesFunctional.md) | active | Use agentic cross-repo work to discover demand, then extract repeated stable demands into direct functional interfaces. |
| [InterfaceDeprecationStrangler](InterfaceDeprecationStrangler.md) | active | Phase out an interface through caller guidance, usage evidence, staged retirement, and an evidence-gated removal. |
The older [Intent Scope Purposes Pattern](intent-scope-purposes.md) predates the
PracticePattern v0.1 contract. It remains a candidate canon pattern and can be
migrated when its next substantive revision is made.