Skip to content

build: Add Makefile help target#272

Merged
cameroncooke merged 1 commit into
mainfrom
codex/add-make-help
Jun 22, 2026
Merged

build: Add Makefile help target#272
cameroncooke merged 1 commit into
mainfrom
codex/add-make-help

Conversation

@cameroncooke

Copy link
Copy Markdown
Collaborator

Adds a make help target that lists the project Makefile commands in grouped sections, including common workflows, coordinated dev-* commands, style checks, debug CLI, Xcode workspace, release, and internal test targets.

While running the required Makefile push validation, the conductor self-tests exposed that the signing identity inventory script used datetime.UTC, which is unavailable in the repo's Python 3.9 environment. This updates it to timezone.utc so the validation path works on the supported local Python version.

Validated with make help, python3 Scripts/test_security_inventory.py, commit preflight, and push preflight, including conductor self-tests.

Expose the project Makefile targets through a grouped help command so contributors can discover common, coordinated, style, Xcode, release, and internal workflows from the terminal. Keep the signing identity inventory script compatible with the repo Python version so the required Makefile validation path can run.

Co-Authored-By: Codex <noreply@openai.com>
@cameroncooke cameroncooke marked this pull request as ready for review June 20, 2026 22:25
@cameroncooke cameroncooke merged commit 83ea6c0 into main Jun 22, 2026
4 checks passed
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.

2 participants