Skip to content

Commit 7f2c23f

Browse files
jeremylongshoreclaude
andcommitted
release: v1.3.1 - Documentation Sync & Version Fix
This patch release fixes the plugin.json version mismatch from v1.3.0 and includes comprehensive documentation cleanup. Changes: - Fixed plugin.json version (1.2.0 → 1.3.1) - Removed 1,293 lines of obsolete documentation - De-hyped prediction markets PRDs per Nixtla review standards - Updated CLAUDE.md and FOR-MAX-QUICKSTART.md for v1.3.0 - Deleted structure-before/after-cleanup.txt files (544 lines) Metrics: 79 files changed, +620/-1,893 lines 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 7ae8ec8 commit 7f2c23f

81 files changed

Lines changed: 1373 additions & 1894 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"extraKnownMarketplaces": {
33
"nixtla-dev-marketplace": {
44
"source": {
5-
"type": "git",
6-
"url": "https://github.com/jeremylongshore/claude-code-plugins-nixtla.git"
5+
"type": "github",
6+
"url": "https://github.com/intent-solutions-io/plugins-nixtla.git"
77
}
88
}
99
}

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Discussions
4-
url: https://github.com/jeremylongshore/claude-code-plugins-nixtla/discussions
4+
url: https://github.com/intent-solutions-io/plugins-nixtla/discussions
55
about: Ask questions and discuss ideas with the community
66
- name: Intent Solutions IO Support
77
url: mailto:[email protected]

000-docs/006-QA-TEST-nixtla-baseline-lab-test-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ python3 tests/run_baseline_m4_smoke.py --include-timegpt
456456

457457
**Maintainer**: Jeremy Longshore
458458
459-
**Repository**: https://github.com/jeremylongshore/claude-code-plugins-nixtla
459+
**Repository**: https://github.com/intent-solutions-io/plugins-nixtla
460460

461461
For questions about test coverage or validation, use GitHub issues or email.
462462

000-docs/007-OD-RELS-v0-7-0-nixtla-review-kit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The **Nixtla Baseline Lab v0.7.0** is an experimental, developer-focused Claude
6262

6363
```bash
6464
# 1. Clone repository
65-
git clone https://github.com/jeremylongshore/claude-code-plugins-nixtla.git
65+
git clone https://github.com/intent-solutions-io/plugins-nixtla.git
6666
cd claude-code-plugins-nixtla
6767

6868
# 2. Run offline baseline demo (no API keys needed)

000-docs/009-AT-ARCH-plugin-01-nixtla-cost-optimizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ plugins/ai-ml/nixtla-cost-optimizer/
513513
"name": "Intent Solutions",
514514
"email": "[email protected]"
515515
},
516-
"repository": "https://github.com/jeremylongshore/claude-code-plugins-nixtla",
516+
"repository": "https://github.com/intent-solutions-io/plugins-nixtla",
517517
"license": "MIT",
518518
"keywords": [
519519
"nixtla",

000-docs/022-AA-SUMM-marketplace-implementation-summary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ nixtla/
121121

122122
```bash
123123
# Add the marketplace
124-
claude marketplace add https://github.com/jeremylongshore/claude-code-plugins-nixtla.git
124+
claude marketplace add https://github.com/intent-solutions-io/plugins-nixtla.git
125125

126126
# Install the plugin
127127
claude plugin install nixtla-search-to-slack
@@ -134,7 +134,7 @@ claude marketplace list nixtla-plugins
134134

135135
```bash
136136
# Clone repository
137-
git clone https://github.com/jeremylongshore/claude-code-plugins-nixtla.git
137+
git clone https://github.com/intent-solutions-io/plugins-nixtla.git
138138
cd claude-code-plugins-nixtla
139139

140140
# Validate marketplace structure
@@ -255,7 +255,7 @@ Found 1 plugin(s)
255255
- Add comprehensive marketplace documentation
256256
257257
Changes enable plugin installation via:
258-
claude marketplace add https://github.com/jeremylongshore/claude-code-plugins-nixtla.git
258+
claude marketplace add https://github.com/intent-solutions-io/plugins-nixtla.git
259259
claude plugin install nixtla-search-to-slack"
260260
```
261261

000-docs/023-DR-GUID-marketplace-setup-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ nixtla/
107107

108108
```bash
109109
# Add the marketplace
110-
claude marketplace add https://github.com/jeremylongshore/claude-code-plugins-nixtla.git
110+
claude marketplace add https://github.com/intent-solutions-io/plugins-nixtla.git
111111

112112
# Install specific plugin
113113
claude plugin install nixtla-search-to-slack
@@ -120,14 +120,14 @@ claude marketplace list nixtla-plugins
120120

121121
```bash
122122
# Install directly from repository
123-
claude plugin install github:jeremylongshore/claude-code-plugins-nixtla/plugins/nixtla-search-to-slack
123+
claude plugin install github:intent-solutions-io/plugins-nixtla/plugins/nixtla-search-to-slack
124124
```
125125

126126
### Method 3: Local Development Installation
127127

128128
```bash
129129
# Clone repository
130-
git clone https://github.com/jeremylongshore/claude-code-plugins-nixtla.git
130+
git clone https://github.com/intent-solutions-io/plugins-nixtla.git
131131
cd claude-code-plugins-nixtla
132132

133133
# Install in development mode

000-docs/024-OD-RELS-v0-2-0-release-session-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Status: Released
123123
Working Plugins: 1 (Search-to-Slack Digest)
124124
Concept Plugins: 3 (TimeGPT Builder, Bench Harness, Service Template)
125125
Documentation: Complete with Setup Guide
126-
GitHub: https://github.com/jeremylongshore/claude-code-plugins-nixtla
126+
GitHub: https://github.com/intent-solutions-io/plugins-nixtla
127127
```
128128

129129
---

000-docs/026-PP-RMAP-project-roadmap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ graph LR
233233
## Progress Tracking
234234

235235
### Where to Track Progress:
236-
- **GitHub Project Board**: [Project Board](https://github.com/jeremylongshore/claude-code-plugins-nixtla/projects)
237-
- **Milestones**: [GitHub Milestones](https://github.com/jeremylongshore/claude-code-plugins-nixtla/milestones)
238-
- **Release Notes**: [Releases](https://github.com/jeremylongshore/claude-code-plugins-nixtla/releases)
236+
- **GitHub Project Board**: [Project Board](https://github.com/intent-solutions-io/plugins-nixtla/projects)
237+
- **Milestones**: [GitHub Milestones](https://github.com/intent-solutions-io/plugins-nixtla/milestones)
238+
- **Release Notes**: [Releases](https://github.com/intent-solutions-io/plugins-nixtla/releases)
239239

240240
### Status Updates:
241241
- Monthly progress reports in Discussions
@@ -260,7 +260,7 @@ graph LR
260260
**Questions about the roadmap?**
261261
262262
- Cell: 251.213.1115
263-
- GitHub Discussions: [Roadmap Discussion](https://github.com/jeremylongshore/claude-code-plugins-nixtla/discussions)
263+
- GitHub Discussions: [Roadmap Discussion](https://github.com/intent-solutions-io/plugins-nixtla/discussions)
264264

265265
---
266266

000-docs/028-OD-GUID-gcp-setup-complete.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Successfully created and configured Google Cloud project for Nixtla BigQuery For
2020

2121
## 🔑 GitHub Secrets Configuration
2222

23-
Go to: https://github.com/jeremylongshore/claude-code-plugins-nixtla/settings/secrets/actions
23+
Go to: https://github.com/intent-solutions-io/plugins-nixtla/settings/secrets/actions
2424

2525
Click **"New repository secret"** and add these **4 secrets**:
2626

@@ -67,7 +67,7 @@ git push origin main
6767
```
6868

6969
### 3. Monitor Deployment
70-
- Go to: https://github.com/jeremylongshore/claude-code-plugins-nixtla/actions
70+
- Go to: https://github.com/intent-solutions-io/plugins-nixtla/actions
7171
- Watch the **"Deploy Nixtla BigQuery Forecaster"** workflow
7272
- Green checkmark = successful deployment
7373

@@ -132,7 +132,7 @@ curl -X POST "FUNCTION_URL" \
132132
### Workload Identity Federation
133133
- **Pool**: `github-pool`
134134
- **Provider**: `github-provider`
135-
- **Repository**: `jeremylongshore/claude-code-plugins-nixtla`
135+
- **Repository**: `intent-solutions-io/plugins-nixtla`
136136
- **Authentication**: Keyless (no JSON keys required)
137137

138138
---
@@ -162,8 +162,8 @@ curl -X POST "FUNCTION_URL" \
162162
- **GCP Console**: https://console.cloud.google.com/home/dashboard?project=nixtla-playground-01
163163
- **BigQuery**: https://console.cloud.google.com/bigquery?project=nixtla-playground-01
164164
- **Cloud Functions**: https://console.cloud.google.com/functions?project=nixtla-playground-01
165-
- **GitHub Actions**: https://github.com/jeremylongshore/claude-code-plugins-nixtla/actions
166-
- **GitHub Secrets**: https://github.com/jeremylongshore/claude-code-plugins-nixtla/settings/secrets/actions
165+
- **GitHub Actions**: https://github.com/intent-solutions-io/plugins-nixtla/actions
166+
- **GitHub Secrets**: https://github.com/intent-solutions-io/plugins-nixtla/settings/secrets/actions
167167

168168
---
169169

@@ -228,7 +228,7 @@ gcloud services enable bigquery.googleapis.com --project=nixtla-playground-01
228228

229229
### GitHub Actions authentication failed
230230
- Verify all 4 GitHub secrets are set correctly
231-
- Check repository name matches: `jeremylongshore/claude-code-plugins-nixtla`
231+
- Check repository name matches: `intent-solutions-io/plugins-nixtla`
232232
- Re-run the workflow
233233

234234
### Function deployment timeout

0 commit comments

Comments
 (0)