Skip to content

Observe pyproject metadata in project diagnostics#514

Merged
codeforester merged 5 commits into
masterfrom
feature/358-pyproject-diagnostics
Jun 8, 2026
Merged

Observe pyproject metadata in project diagnostics#514
codeforester merged 5 commits into
masterfrom
feature/358-pyproject-diagnostics

Conversation

@codeforester

Copy link
Copy Markdown
Owner

Summary

  • Add read-only pyproject.toml diagnostics beside the active Base manifest.
  • Report pyproject metadata, dependency metadata, malformed TOML, and unsupported [tool.base] through existing check/doctor output.
  • Document the diagnostic finding IDs and source-of-truth boundary.

Validation

  • PYTHONPATH=lib/python:cli/python /Users/rameshhp/.base.d/base/.venv/bin/python -m pytest cli/python/base_setup/tests/test_pyproject.py cli/python/base_setup/tests/test_diagnostics.py -q
  • env -u BASE_HOME ./bin/base-test
  • git diff --check

Demo Impact

  • None. Diagnostics-only change.

Closes #358

@codeforester codeforester merged commit 4ba3610 into master Jun 8, 2026
16 checks passed
@codeforester codeforester deleted the feature/358-pyproject-diagnostics branch June 8, 2026 04:49
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.

Support project metadata from pyproject.toml

1 participant