Steffen

Results 5 issues of Steffen

## Problem Statement When building multi-phase agent workflows, there's currently no way to resume a specific subagent with its previous context. Each Task/subagent invocation starts fresh. ## Use Case Complex...

# PAI Distribution Bug: Missing Files and Phantom References ## Summary After a vanilla PAI installation (2026-01-03) and updating to the latest version (2026-01-04), we found **missing workflow files** and...

## Problem When agents try to use the AgentFactory system, they frequently fail to read `Traits.yaml` because the documentation doesn't specify its location clearly. **Error observed:** ``` Read(.claude/skills/Agents/Tools/Traits.yaml) ⎿ Error...

## Summary This PR adds three voice system improvements: 1. **Provider-agnostic TTS support** - Choose between ElevenLabs and Google Cloud TTS 2. **Fix voice spam from parallel agents** - Prevent...

### Problem After installing PAI with `pai-hook-system` and `pai-core-install`, I noticed that **two parallel directory structures** were created: ``` .claude/ ├── history/ ← Hooks write here │ ├── sessions/ │...