This is an automated email from the ASF dual-hosted git repository.

skrawcz pushed a change to branch stefan/add-skills
in repository https://gitbox.apache.org/repos/asf/hamilton.git


    omit 5cef5c7d Split Hamilton Claude plugin into 5 focused skills
     add 9c16b638 Add collaborator 'Dev-iL' to .asf.yaml
     add dd2fdd63 Replace `pre-commit` with `prek` (#1453)
     add 00ea5483 Split Hamilton Claude plugin into 5 focused skills
     add 2b571aa0 Adds workflow pattern and moves claude plugin directory

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5cef5c7d)
            \
             N -- N -- N   refs/heads/stefan/add-skills (2b571aa0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   2 +
 .../hamilton => .claude-plugin}/CHANGELOG.md       |  36 +-
 .../plugins/hamilton => .claude-plugin}/README.md  |  16 +-
 .../.claude-plugin => .claude-plugin}/plugin.json  |   1 +
 .../skills/core/SKILL.md                           |   0
 .../skills/hamilton-dev-workflow/SKILL.md          | 522 +++++++++++++++++++++
 .../skills/integrations/SKILL.md                   |   0
 .../skills/llm/SKILL.md                            |   0
 .../skills/observability/SKILL.md                  |   0
 .../skills/scale/SKILL.md                          |   0
 .../hamilton/.claude-plugin/marketplace.json       |  34 --
 .github/workflows/hamilton-main.yml                |   6 +-
 .pre-commit-config.yaml                            |   8 +-
 dev_tools/language_server/pyproject.toml           |   2 +-
 docs/how-tos/pre-commit-hooks.md                   |  12 +-
 pyproject.toml                                     |   4 +-
 ui/sdk/.github/workflows/unit-tests.yml            |   2 +-
 ui/sdk/.pre-commit-config.yaml                     |  10 +-
 ui/sdk/developer_setup.md                          |   8 +-
 ui/sdk/requirements-dev.txt                        |   2 +-
 writeups/developer_setup.md                        |  10 +-
 21 files changed, 599 insertions(+), 76 deletions(-)
 rename {.claude/plugins/hamilton => .claude-plugin}/CHANGELOG.md (54%)
 rename {.claude/plugins/hamilton => .claude-plugin}/README.md (93%)
 rename {.claude/plugins/hamilton/.claude-plugin => .claude-plugin}/plugin.json 
(95%)
 rename {.claude/plugins/hamilton => .claude-plugin}/skills/core/SKILL.md (100%)
 create mode 100644 .claude-plugin/skills/hamilton-dev-workflow/SKILL.md
 rename {.claude/plugins/hamilton => 
.claude-plugin}/skills/integrations/SKILL.md (100%)
 rename {.claude/plugins/hamilton => .claude-plugin}/skills/llm/SKILL.md (100%)
 rename {.claude/plugins/hamilton => 
.claude-plugin}/skills/observability/SKILL.md (100%)
 rename {.claude/plugins/hamilton => .claude-plugin}/skills/scale/SKILL.md 
(100%)
 delete mode 100644 .claude/plugins/hamilton/.claude-plugin/marketplace.json

Reply via email to