plano/cli/planoai
Adil Hafeez 1b00bdc49d
Fix remaining arch references found in second pass
- config/docker-compose.dev.yaml: ARCH_CONFIG_FILE → PLANO_CONFIG_FILE,
  arch_config.yaml → plano_config.yaml, archgw_logs → plano_logs
- config/test_passthrough.yaml: container mount path
- tests/e2e/docker-compose.yaml: source file path (was still arch_config.yaml)
- cli/planoai/core.py: comment and log message
- crates/brightstaff/src/tracing/constants.rs: doc comment
- tests/{e2e,archgw}/common.py: get_arch_messages → get_plano_messages,
  arch_state/arch_messages variables renamed
- tests/{e2e,archgw}/test_prompt_gateway.py: updated imports and usages
- demos/shared/test_runner/{common,test_demos}.py: same renames
- tests/e2e/test_model_alias_routing.py: docstring
- .dockerignore: archgw_modelserver → plano_modelserver
- demos/use_cases/claude_code_router/pretty_model_resolution.sh: container name

Note: x-arch-* HTTP header values and Rust constant names intentionally
preserved for backwards compatibility with existing deployments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 20:39:53 -08:00
..
templates Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00
__init__.py release 0.4.6 (#740) 2026-02-10 21:00:29 -08:00
config_generator.py Rename all arch references to plano across the codebase 2026-02-11 20:15:37 -08:00
consts.py release 0.4.6 (#740) 2026-02-10 21:00:29 -08:00
core.py Fix remaining arch references found in second pass 2026-02-11 20:39:53 -08:00
docker_cli.py Rename all arch references to plano across the codebase 2026-02-11 20:15:37 -08:00
init_cmd.py Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00
main.py Rename all arch references to plano across the codebase 2026-02-11 20:15:37 -08:00
rich_click_config.py Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00
targets.py restructure cli (#656) 2025-12-25 14:55:29 -08:00
trace_cmd.py Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00
utils.py Rename all arch references to plano across the codebase 2026-02-11 20:15:37 -08:00
versioning.py Introduce brand new CLI experience with tracing and quickstart (#724) 2026-02-10 13:17:43 -08:00