Skip to content

feat: demonstrate lifecycle safety contracts - #12

Open
codeforester wants to merge 1 commit into
mainfrom
enhancement/4-20260902-demonstrate-lifecycle-safety-and-automation-contracts
Open

feat: demonstrate lifecycle safety contracts#12
codeforester wants to merge 1 commit into
mainfrom
enhancement/4-20260902-demonstrate-lifecycle-safety-and-automation-contracts

Conversation

@codeforester

Copy link
Copy Markdown
Contributor

Summary

  • Add a local reconciliation state write that is skipped in dry-run mode.
  • Exercise managed temporary input and consumer cleanup hooks.
  • Document human/machine output, structured errors, debug logs, and sensitive-argument redaction.

Validation

  • ./tests/validate.sh
  • UV_CACHE_DIR=/private/tmp/base-cli-demo-issue4-uv uv run --extra dev pytest -q (9 passed)
  • UV_CACHE_DIR=/private/tmp/base-cli-demo-issue4-uv uv run --with ruff ruff check src tests
  • UV_CACHE_DIR=/private/tmp/base-cli-demo-issue4-uv uv run --with ruff ruff format --check src tests
  • git diff --check

Fixes #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Demonstrate lifecycle safety and automation contracts

1 participant