Skip to content

release: prepare ECLI v0.2.0 Services Foundation#76

Merged
SSobol77 merged 1 commit into
mainfrom
release/v0.2.0-services-foundation
May 16, 2026
Merged

release: prepare ECLI v0.2.0 Services Foundation#76
SSobol77 merged 1 commit into
mainfrom
release/v0.2.0-services-foundation

Conversation

@SSobol77
Copy link
Copy Markdown
Owner

Prepares ECLI v0.2.0 Services Foundation release.

Scope:

  • bumps package version to 0.2.0
  • updates README/PyPI-facing documentation before publication
  • documents right-side TUI panel UX:
    • F1 Help
    • F4 Diagnostics/Lint
    • F7 AI Code Assistant
    • F8 System Doctor
    • F9 Git panel
    • F10 File Manager
  • documents Phase 1 service foundation:
    • ConfigService
    • ProjectService
    • CommandPlanService
    • BuiltInPolicyEngine
    • AuditLogService
    • PrivilegedActionService refusal-only skeleton
    • SystemDoctor read-only skeleton
    • ServiceRegistry composition root
  • documents minimal service CLI:
    • python3 -m ecli --services
    • python3 -m ecli --doctor
    • python3 -m ecli --plan-preview
  • documents AI API key configuration:
    • API keys in ~/.config/ecli/.env
    • provider selection in config.toml
  • prepares release notes for v0.2.0
  • documents expected cross-platform release artifacts:
    • PyPI wheel/sdist
    • Linux .deb
    • Linux .rpm
    • Linux tar.gz
    • Windows portable .exe
    • Windows setup.exe
    • macOS universal2 .dmg
    • FreeBSD .pkg
    • SBOM
    • sha256 sidecars

Not included:

  • no tag creation
  • no PyPI publication
  • no GitHub Release publication
  • no VMLab runtime execution
  • no real privileged execution
  • no plan apply flow
  • no real remediation

Validation:

  • python3 -m pytest tests/test_smoke.py -v
  • python3 -m pytest tests/services -v
  • python3 -m pytest tests/characterization -v
  • python3 -m pytest tests/ui -v
  • python3 -m pytest tests/cli -v
  • python3 -m compileall src
  • ruff check src tests
  • ruff format --check src tests
  • ./scripts/check-log-invariant.sh
  • git diff --check

Manual smoke:

  • PYTHONPATH=src python3 -m ecli --services --project-root logs --logs-root logs --json
  • PYTHONPATH=src python3 -m ecli --doctor --project-root logs --logs-root logs --category config
  • PYTHONPATH=src python3 -m ecli --plan-preview --project-root logs --logs-root logs --category config --json
  • PYTHONPATH=src python3 -m ecli pyproject.toml

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 16, 2026

Important

Review skipped

Auto reviews are disabled on this repository. To trigger a review, include @coderabbitai review in the PR description. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b3ec8bca-bf39-4e33-bb02-5d9ba14c3cae

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.2.0-services-foundation

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link
Copy Markdown

@SSobol77 SSobol77 merged commit c54f491 into main May 16, 2026
6 checks passed
@SSobol77 SSobol77 deleted the release/v0.2.0-services-foundation branch May 16, 2026 17:06
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.

1 participant