Skip to content

Standalone clone: drop sibling-checkout path dependencies #173

Description

@altaywtf

A fresh clone must build and verify on its own. Today three paths assume other repositories sit next to this one.

  • settings.gradle.kts: composite build of ../putio-sdk-kotlin (override putioSdkKotlinPath); CI checks the SDK out as a sibling. Fix: publish io.putdotio:putio-sdk-kotlin (GitHub Packages or Maven Central) and consume the artifact; keep the composite build as an opt-in local override only.
  • design/README.md: cp ../putio-design/dist/tokens.dtcg.json design/tokens.dtcg.json. Fix: fetch the tokens from a putio-design release or tag URL in a script.
  • scripts/generate-nightly-icon.sh: default source ../putio-design/system/assets/app-icon-nightly-stars.png. Fix: same fetch, or vendor the source art.

Also drop the sibling wording from AGENTS.md once the above lands.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions