xml-pipeline/tests
dullfig f75aa3eee6 Add SecureConsole v3.0 with password authentication
- SecureConsole with Argon2id password hashing
- Password stored in ~/.xml-pipeline/console.key
- Protected commands require password re-entry
- Attach/detach model with idle timeout
- Fallback to simple input for incompatible terminals
- @listener message injection into pump
- Boot handler no longer sends to old console
- Response handler prints to stdout with prompt refresh

Dependencies: argon2-cffi, prompt_toolkit

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 18:24:24 -08:00
..
scripts Add thread registry, LLM router, console handler, and docs updates 2026-01-10 16:53:38 -08:00
conftest.py Replace MessageBus with aiostream-based StreamPump 2026-01-10 10:41:17 -08:00
test_context_buffer.py Add context buffer - virtual memory manager for AI agents 2026-01-10 17:20:43 -08:00
test_pipeline_steps.py Replace MessageBus with aiostream-based StreamPump 2026-01-10 10:41:17 -08:00
test_pump_integration.py Add SecureConsole v3.0 with password authentication 2026-01-10 18:24:24 -08:00
test_todo_registry.py Add TodoUntil watcher system for async confirmation tracking 2026-01-10 16:51:59 -08:00