Skip to content

chore(release): add author attribution to README#94

Merged
shaypal5 merged 1 commit into
mainfrom
chore/readme-author-attribution
May 29, 2026
Merged

chore(release): add author attribution to README#94
shaypal5 merged 1 commit into
mainfrom
chore/readme-author-attribution

Conversation

@shaypal5

Copy link
Copy Markdown
Contributor

Adds Shay Palachy Affek attribution in two places in release/README.md: (1) opening paragraph, (2) new Credits section at the bottom. release/huggingface/README.md is the regenerated packager artifact.

🤖 Generated with Claude Code

Add 'Created by Shay Palachy Affek' to the opening paragraph and
a Credits section at the bottom of release/README.md (the source).
release/huggingface/README.md is the packager-generated artifact.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 29, 2026 09:36
@shaypal5 shaypal5 added the type: docs Documentation or narrative changes label May 29, 2026
@shaypal5 shaypal5 merged commit c9049bd into main May 29, 2026
@shaypal5 shaypal5 deleted the chore/readme-author-attribution branch May 29, 2026 09:36
@github-actions

Copy link
Copy Markdown

pr-agent-context report:

No unresolved review comments, failing checks, or actionable patch coverage gaps were found on PR #94 in repository https://github.com/leadforge-dev/leadforge. Treat this PR as all clear unless new signals appear.

Run metadata:

Tool ref: v4
Tool version: 4.0.21
Trigger: pull request opened
Workflow run: 26629882333 attempt 1
Comment timestamp: 2026-05-29T09:37:06.609018+00:00
PR head commit: a807b40602d21479f664839cdbc7ccf336ac8c95

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds author attribution for Shay Palachy Affek to the public release/README.md (opening paragraph + new Credits section at the bottom), and includes the corresponding regenerated Hugging Face dataset card artifact.

Changes:

  • Opening paragraph now reads "Created by [Shay Palachy Affek] and generated by [leadforge]…" in both READMEs.
  • New "## Credits" section appended with author link plus HuggingFace / Kaggle / GitHub profile links.
  • Regenerated release/huggingface/README.md also drops the non-standard authors: YAML field from the dataset card frontmatter.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
release/README.md Adds attribution in intro paragraph and new Credits section.
release/huggingface/README.md Regenerated packager artifact: mirrors attribution updates and drops manual authors: YAML key.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

shaypal5 added a commit that referenced this pull request May 30, 2026
#98)

Kaggle org `leadforge` does not exist; publish under the personal account
`derelictpanda`. Regenerated dataset-metadata.json via package_kaggle_release.py,
which also picks up the author-attribution changes from release/README.md (#94#96).

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
shaypal5 added a commit that referenced this pull request May 30, 2026
Four changes to satisfy Kaggle's "getting started" checklist:

1. **Cover image** – redesigned `generate_cover_image.py` to render a
   funnel visualization (teal → amber → red sections, conversion %
   labels, bokeh depth) alongside the title block and tier cards.
   Regenerated `release/dataset-cover-image.png`.

2. **Resource names** – `Resource` dataclass was missing a `name` field,
   so Kaggle had no slug for file-information display.  Added `name: str = ""`
   with path-based slug derivation in `_resource_to_dict`.

3. **Column descriptors** – task-split Parquet files (train/valid/test)
   had field schemas without descriptions.  Wired `feature_dict` through
   as `snapshot_col_descs` so every ML column gets its description from
   `feature_dictionary.csv`.

4. **Author attribution on HF cards** – `HuggingFaceCard` was missing an
   `authors` field; added it (default `("shaypal5",)`), emitted between
   `license` and `language` in YAML frontmatter.  Regenerated public
   README, instructor README (already matched), and preview HTMLs.

Also expanded Kaggle link allowlist in tests to cover attribution hrefs
added in #94#96.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: docs Documentation or narrative changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants