refactor(env): make env resolution backend-agnostic
test / run tests/run_tests.py (pull_request) Successful in 14s
test / run tests/run_tests.py (pull_request) Successful in 14s
resolve_env_into(...) becomes resolve_env(manifest, agent) -> ResolvedEnv (forwarded names + literals). The docker backend now owns env-file / argv serialization and the --env-file newline check. Also drops stray Docker references from manifest.py, pipelock.py, util.py, and trims the duplicated command list from cli.py's docstring (usage() in claude_bottle/cli/__init__.py is now the only listing).
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Cross-cutting utility helpers used by multiple modules.
|
||||
|
||||
Top-level (i.e. backend-agnostic) — Docker-specific helpers live in
|
||||
claude_bottle/backend/docker/util.py."""
|
||||
Top-level (i.e. backend-agnostic) — backend-specific helpers live one
|
||||
level deeper, under their backend package."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user