Skip to content

chore: add just launcher commands#962

Open
ovitrif wants to merge 5 commits into
masterfrom
chore/add-just
Open

chore: add just launcher commands#962
ovitrif wants to merge 5 commits into
masterfrom
chore/add-just

Conversation

@ovitrif
Copy link
Copy Markdown
Collaborator

@ovitrif ovitrif commented May 21, 2026

This PR adds a Just command launcher for common local Android development tasks.

Description

This PR:

  1. Adds a top-level Justfile with short commands for setup, build, test, lint, release, E2E, translations, changelog preview, and cleanup.
  2. Adds an .env.example template and just init for creating the ignored local .env file.
  3. Updates README, agent rules and release command docs to route thru the Just launcher.

Preview

N/A

QA Notes

Manual Tests

N/A

Automated Checks

  • just init
  • just list
  • just --dry-run release
  • just --dry-run test file LightningRepoTest
  • just --dry-run test lane ComposeUi
  • just --dry-run translations pull
  • just --dry-run e2e network assembleTnetRelease
  • just --dry-run e2e no geo
  • just compile
  • just test
  • just lint
  • just build
  • just --unstable --fmt --check

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 47bb0634af

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md Outdated
@ovitrif ovitrif added this to the 2.4.0 milestone May 22, 2026
@ovitrif ovitrif self-assigned this May 22, 2026
@ovitrif ovitrif requested review from ben-kaufman and jvsena42 May 22, 2026 00:23
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f1c0320df4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Justfile Outdated
@ovitrif ovitrif changed the title chore: add just launcher chore: setup just launcher commands May 22, 2026
@ovitrif ovitrif changed the title chore: setup just launcher commands chore: add just launcher commands May 22, 2026
Comment thread Justfile Outdated
Comment thread Justfile
Comment thread .env.example Outdated
Comment thread .env.example Outdated
Comment thread README.md
@ovitrif ovitrif requested review from ben-kaufman and jvsena42 May 23, 2026 03:05
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.

3 participants