Pure rename patch on top of v0.2.0. No script, schema, or behavior changes — only identifier strings. Runtimes that cached the v0.2.0 \$<name> need a one-time refresh.
Why this exists
After v0.2.0 shipped, three identifier strings were drifting:
| Surface | Before | After |
|---|---|---|
| Repo slug | finnotes-agent-skill |
finnotes-news-and-data-skill |
SKILL.md name: |
finnotes-global-market-news-and-data-researcher-pack |
finnotes-global-market-news-and-data-researcher |
openai.yaml display_name |
FinNotes Global Market News and Data Researcher |
FinNotes Global Market News & Data Researcher |
README.md title |
Skill: FinNotes Global Market News & Data Researcher Pack |
Skill: FinNotes Global Market News & Data Researcher |
What changed
- Repo renamed to
FinNotes-Intelligence/finnotes-news-and-data-skill. GitHub serves a permanent 301 redirect on the old URL — existing clones, bookmarks, and~/.<runtime>/skills/finnotes-api/working trees continue to function. New installs should use the new URL. - Dropped
-packsuffix from the SKILLname:. The README'sSkill:prefix already telegraphs the artifact type, andresearcher-packwas double-tagging the noun. - Ampersand in display_name for visual density and consistency with the README title.
default_promptupdated to reference the new\$<name>.- All four install-path examples in
README.mdupdated to the new clone URL.
Why the repo got a new name too
The previous repo name finnotes-agent-skill claimed the whole "FinNotes agent skill" namespace for one specific product. The new finnotes-news-and-data-skill opens a finnotes-<scope>-skill pattern that leaves room for future scoped skills (e.g. a portfolio-analysis or calendar-event skill) without renaming back.
Upgrade
cd ~/.<runtime>/skills/finnotes-api
git pull # 301-redirect resolves; your local remote still points at the old URLOr optionally update your local remote to the new canonical URL:
git remote set-url origin https://github.com/FinNotes-Intelligence/finnotes-news-and-data-skill.git
git pullIf your agent runtime cached the previous \$finnotes-global-market-news-and-data-researcher-pack in a default-prompt template, refresh it to the new \$finnotes-global-market-news-and-data-researcher.