Skip to content

Manifest format update#33

Merged
KenVanHoeylandt merged 3 commits into
mainfrom
manifest-format-update
Jul 2, 2026
Merged

Manifest format update#33
KenVanHoeylandt merged 3 commits into
mainfrom
manifest-format-update

Conversation

@KenVanHoeylandt

@KenVanHoeylandt KenVanHoeylandt commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Update to manifest v0.2.0 with ".properties" format instead of ".ini" format.

Summary by CodeRabbit

  • New Features

    • Updated several apps to newer release versions, including version metadata updates across the app catalog.
  • Bug Fixes

    • Standardized app manifest formatting so apps are read consistently with the newer flat property layout.
    • Improved app selection and run/build handling to work with the updated manifest structure.
  • Chores

    • Bumped tooling version information to match the latest release.

@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@KenVanHoeylandt, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 49 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ead91718-3956-4a6e-b5f2-1e65218478e9

📥 Commits

Reviewing files that changed from the base of the PR and between 675f40f and 184ab45.

📒 Files selected for processing (1)
  • release.py
📝 Walkthrough

Walkthrough

This pull request converts manifest.properties files across all Apps from a bracketed section format ([manifest], [target], [app]) to a flattened dotted-key format (manifest.version, target.sdk, target.platforms, app.id, app.version.name, app.version.code, app.name, app.description), while incrementing each app's manifest and application version numbers. The build tool tactility.py removes its configparser dependency, implements manual line-based property parsing, updates ttbuild_version, and updates all manifest access points (validation, target platform resolution, build/run/uninstall actions) to use the new dotted-key format.

Changes

Cohort / File(s) Summary
tactility.py Removed configparser dependency; added manual key/value line parser; bumped ttbuild_version to 4.0.0; updated validate_manifest, get_manifest_target_platforms, build_action, run_action, uninstall_action, and main dispatch to use dotted manifest keys
Apps/*/manifest.properties (17 apps) Converted from bracketed sections to flat key=value format; bumped manifest.version and app.version.name/app.version.code in each file

Sequence Diagram(s)

Not applicable — changes are configuration/data format conversions and internal key-access refactors without new interactive flows.

Estimated code review effort: Low-Medium

Related issues: None specified

Related PRs: None specified

Suggested labels: dependencies, chore

Suggested reviewers: None specified

Poem:
A rabbit hopped through manifest trees,
Snipping brackets with practiced ease,
Dots now join what sections once held,
Versions climb as numbers are spelled,
Hop, hop—the build script parses with glee! 🐰

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title is concise and accurately reflects the main change: updating manifest file format and metadata.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch manifest-format-update

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.

@KenVanHoeylandt KenVanHoeylandt merged commit 4ab2377 into main Jul 2, 2026
19 checks passed
@KenVanHoeylandt KenVanHoeylandt deleted the manifest-format-update branch July 2, 2026 22:04
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