Skip to content

Commit 31f3e65

Browse files
Regenerate bundled agent docs for pattern titles
The de-hyphenate commit changed docs/patterns/ H1s but not the artifacts generated from them: src/openarmature/AGENTS.md and the src/openarmature/_patterns/ copies the patterns API serves. The drift test caught the mismatch in CI. Regenerate both via scripts/build_agents_md.py so the bundled recipe titles match the docs. Pattern slugs (filenames / API keys) are unchanged.
1 parent 9ad83b3 commit 31f3e65

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/openarmature/AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ treats fetch and render as separable.
402402

403403
_Recipes that compose the primitives. Not framework contracts — these are how to do common things idiomatically._
404404

405-
### Bypass-if-output-exists
405+
### Bypass if output exists
406406

407407
**Problem.** How do I skip a node whose external output already
408408
exists?
@@ -614,7 +614,7 @@ fields the chosen branch needs) and the graph routes accordingly.
614614
- [Checkpointing](https://openarmature.ai/concepts/checkpointing/)
615615
- Spec: [graph-engine](https://openarmature.org/capabilities/graph-engine/)
616616

617-
### Session-as-checkpoint-resume
617+
### Session as checkpoint resume
618618

619619
**Problem.** How do I keep multi-turn agent state across turns?
620620

@@ -729,7 +729,7 @@ state and the session table holds the join keys.
729729
single-resume baseline.
730730
- Spec: [pipeline-utilities](https://openarmature.org/capabilities/pipeline-utilities/)
731731

732-
### Tool-dispatch-as-node
732+
### Tool dispatch as node
733733

734734
**Problem.** How do I run an agent tool-call loop?
735735

src/openarmature/_patterns/bypass-if-output-exists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bypass-if-output-exists
1+
# Bypass if output exists
22

33
**Problem.** How do I skip a node whose external output already
44
exists?

src/openarmature/_patterns/session-as-checkpoint-resume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Session-as-checkpoint-resume
1+
# Session as checkpoint resume
22

33
**Problem.** How do I keep multi-turn agent state across turns?
44

src/openarmature/_patterns/tool-dispatch-as-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tool-dispatch-as-node
1+
# Tool dispatch as node
22

33
**Problem.** How do I run an agent tool-call loop?
44

0 commit comments

Comments
 (0)