chore: set Daytona Platforms Inc. as author across packages and apps - #44
Merged
Conversation
mislavivanda
force-pushed
the
chore/package-authors
branch
from
August 13, 2026 10:03
7fdf1b8 to
ae4f922
Compare
mislavivanda
had a problem deploying
to
integration-tests
August 13, 2026 10:03 — with
GitHub Actions
Error
mislavivanda
requested a deployment
to
integration-tests
August 13, 2026 10:03 — with
GitHub Actions
Waiting
Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com>
mislavivanda
force-pushed
the
chore/package-authors
branch
from
August 13, 2026 10:42
ae4f922 to
bd33de8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Package/app metadata attributed a single person as author in one place and was empty or absent in others. This makes attribution uniform across the repository: Daytona Platforms Inc.
<support@daytona.io>, matching whatn8n-nodes-daytona,opencode-plugin,pi-extensionandpydantic-ai-daytonaalready declared.Metadata-only change: no code, no dependencies, no behavior. For the two published Python packages it affects the
Author/Author-emailfields of future releases on PyPI.What changes
packages/adk-plugin/pyproject.tomlMislav Ivanda <mivanda@daytona.io>packages/langchain-data-analysis/pyproject.tomlauthors = []apps/dify-plugin/pyproject.tomlauthorskeyapps/inngest-agentkit-coding-agent/package.jsonauthorkeyapps/stripe-coding-agent-template/package.json"author": ""Already correct, untouched:
n8n-nodes-daytona,opencode-plugin,pi-extension,pydantic-ai-daytona.Deliberately not changed
apps/dify-plugin/manifest.yaml(author: daytonaio) — this is the Dify marketplace org handle, not a display name. Changing it would affect plugin ownership/publishing on the marketplace.packages/n8n-nodes-daytona/dist/package.json— untracked build artifact.Note on the three manifest dialects
The touched files use three different author syntaxes, and using the wrong one breaks the build:
adk-plugin,dify-plugin):authors = [{name = "...", email = "..."}]langchain-data-analysis):authors = ["Name <email>"]— plain strings, not tablesinngest,stripe):"author": "..."stringVerification
daytona_adk-0.2.0→Author-email: "Daytona Platforms Inc." <support@daytona.io>langchain_daytona_data_analysis-0.2.0→Author: Daytona Platforms Inc./Author-email: support@daytona.iodify-plugin/pyproject.tomlvalidated through setuptools' PEP 621 reader;poetry-coreparsed the langchain project successfully.package.jsonfiles parsed as valid JSON.Release impact
None —
chore:produces no release-please version bump, so no release is cut for the touched packages.Summary by cubic
Standardizes author metadata to "Daytona Platforms Inc. support@daytona.io" across manifests for consistent attribution. Old: mixed/empty authors; New: org author everywhere; side effect: future PyPI releases show the org as Author/Email; no code, dependency, or runtime impact.
packages/adk-plugin/pyproject.toml(individual → org),packages/langchain-data-analysis/pyproject.toml(empty → org),apps/dify-plugin/pyproject.toml(added org),apps/inngest-agentkit-coding-agent/package.json(added org),apps/stripe-coding-agent-template/package.json(empty → org).apps/dify-plugin/manifest.yamlkeeps marketplace handledaytonaio.Written for commit bd33de8. Summary will update on new commits.