Tag: automation
All the articles with the tag "automation".
-
Claude Code as a Pipeline Worker — Programmatic Orchestration via HTTP API
How to integrate Claude Code into automated pipelines as a programmable worker. Covers the HTTP API, polling patterns, composability with other workers, and real orchestration architectures.
-
Cross-Session Memory in Claude Code — Three Patterns for Persistent AI Workflows
Claude Code sessions are ephemeral. This reference covers three production-tested patterns for maintaining cognitive continuity across sessions: auto-memory, supervisor state, and external memory via MCP.