Add Australia CGT Planner community directory entry - #10
Conversation
Directory listing for the Australia CGT Planner addon, which is maintained in its own repository at https://github.com/Mrassimo/wealthfolio-australia-cgt-addon Follows up on wealthfolio/wealthfolio#968, where the maintainer asked for the addon to live in its own repo and be referenced from here. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
`pnpm generate` is a required pre-PR step and the Validate workflow enforces it with `git diff --exit-code`. official/README.md still lists the official addons at 3.6.1 while their manifests are at 3.6.2, so the check fails on main and on any PR that does not include this regeneration. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
This is work in progress https://www.openaccountants.com/skills/jurisdictions/AU?source=network_open_AU but it could be a good reference point for any agents you have assisting you. |
Merges main and updates the submission to the metadata shape that landed with the two-channel model: verification removed, commercialModel added, and the generated README hunks dropped since both tables are now produced from metadata. Adds the derived record read from the publisher's repository.
|
Thanks for this, and sorry it sat so long. I introduced the addon sandbox in 3.6 and reworked how community listings work before getting to the queue, so your PR needed updating rather than just merging. I've pushed the changes to your branch:
You don't declare licence, compatibility, data handling or disclaimers any more. I read them from your repo: MIT, SDK 3.6.2, and the network permission scoped to One thing left from you, then I'll merge. Post this as a comment: I have read POLICIES.md and confirm:
- [ ] I am the publisher of this addon, or authorised to act for them.
- [ ] I have the rights to the name and description, and grant Wealthfolio permission to display them.
- [ ] The repository is public and has a licence file.
- [ ] What I declared is accurate, and my manifest declares every host the addon reaches.
- [ ] There is no hidden data collection or undisclosed remote code.
- [ ] I own support, updates, security fixes, privacy, licensing, and commercial terms.
- [ ] The name doesn't imply the addon is official or endorsed.
- [ ] A listing is a link only. Wealthfolio doesn't host, audit, endorse, or support it, and may remove it. |
Summary
Adds a community directory listing for Australia CGT Planner, an addon for planning and reconciling simple Australian capital gains tax workflows.
This is the follow-up requested by @afadil on wealthfolio/wealthfolio#968 — the addon now lives in its own repository and this PR only references it.
Source: https://github.com/Mrassimo/wealthfolio-australia-cgt-addon
What the addon does
It is explicitly framed as a planning MVP, not a comprehensive Australian tax calculator and not tax advice. Scope and limitations are documented in the addon README.
Contribution type
Community directory (discovery only), per
CONTRIBUTING.md:Started from
templates/community-directory-addon/addon.store.json. Happy to prepare a verified submission (cover art, pinned tag + commit SHA, release notes) if you'd prefer that route.SDK 3.6.2
The addon has been migrated to the sandboxed addon runtime before being listed, following
docs/sdk-3.6-sandbox-migration.md:manifest.jsoncontributes.routes/contributes.links, with id-matchedcomponentroutes registered at runtime (nocreateRootin the addon).localStorageuse replaced with the durable per-addonctx.api.storageAPI.ctx.api.network.request()withdata.api.abs.gov.audeclared inmanifest.network.allowedHostsand thenetworkpermission declared.sdkVersion/minWealthfolioVersionset to 3.6.2; host-provided packages externalized rather than bundled.Local checks
This PR also includes a regenerated
official/README.mdin a separate commit. It is unrelated to the addon being listed, but it is not optional: theValidateworkflow runspnpm generatefollowed bygit diff --exit-code, andofficial/README.mdstill lists the official addons at 3.6.1 while their manifests are at 3.6.2 (since #7). Without that commit this PR fails CI on drift it did not introduce. Happy to split it out if you would rather fix it separately — this PR's own change is just the oneaddon.store.jsonand thecommunity/README.mdrow.Security
activities:getAll,accounts:getAll,portfolio:getHoldings, andnetwork(ABS CPI only), each with a stated purpose.