jaymd96-pants-baseline 0.1.10__py3-none-any.whl → 0.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jaymd96-pants-baseline
3
- Version: 0.1.10
3
+ Version: 0.2.1
4
4
  Summary: Opinionated Python code quality baseline plugin for Pants build system
5
5
  Project-URL: Homepage, https://github.com/jaymd96/pants-baseline
6
6
  Project-URL: Repository, https://github.com/jaymd96/pants-baseline.git
@@ -21,6 +21,8 @@ Classifier: Programming Language :: Python :: 3.13
21
21
  Classifier: Topic :: Software Development :: Build Tools
22
22
  Classifier: Topic :: Software Development :: Quality Assurance
23
23
  Requires-Python: <4,>=3.11
24
+ Provides-Extra: claude
25
+ Requires-Dist: jaymd96-pants-claude-plugins>=0.2.0; extra == 'claude'
24
26
  Provides-Extra: dev
25
27
  Requires-Dist: pytest-cov>=4.1.0; extra == 'dev'
26
28
  Requires-Dist: pytest>=7.4.0; extra == 'dev'
@@ -54,7 +56,7 @@ backend_packages = [
54
56
  ]
55
57
 
56
58
  plugins = [
57
- "jaymd96-pants-baseline==0.1.0",
59
+ "jaymd96-pants-baseline==0.2.0",
58
60
  ]
59
61
  ```
60
62
 
@@ -308,7 +310,7 @@ backend_packages = [
308
310
  "pants.backend.python",
309
311
  "pants_baseline",
310
312
  ]
311
- plugins = ["jaymd96-pants-baseline==0.1.0"]
313
+ plugins = ["jaymd96-pants-baseline==0.2.0"]
312
314
 
313
315
  [python]
314
316
  interpreter_constraints = ["CPython>=3.13,<4"]
@@ -346,6 +348,37 @@ strict = true
346
348
  | MyPy/Pyright | ty |
347
349
  | pip-audit | uv audit |
348
350
 
351
+ ## Claude Code Integration
352
+
353
+ This plugin bundles recommended [Claude Code](https://claude.ai/code) plugins for enhanced AI-assisted development workflows.
354
+
355
+ ### Install Bundled Claude Plugins
356
+
357
+ When combined with [jaymd96-pants-claude-plugins](https://github.com/jaymd96/pants-claude-plugins):
358
+
359
+ ```toml
360
+ # pants.toml
361
+ [GLOBAL]
362
+ plugins = [
363
+ "jaymd96-pants-baseline==0.2.0",
364
+ "jaymd96-pants-claude-plugins>=0.2.0",
365
+ ]
366
+ backend_packages = [
367
+ "pants_baseline",
368
+ "pants_claude_plugins",
369
+ ]
370
+ ```
371
+
372
+ Then run:
373
+
374
+ ```bash
375
+ pants claude-install --include-bundled ::
376
+ ```
377
+
378
+ This automatically installs:
379
+ - **github** - GitHub integration for PR workflows and issue management
380
+ - **commit-commands** - Git workflow commands for commits, pushes, and PRs
381
+
349
382
  ## Development
350
383
 
351
384
  ### Setup
@@ -1,5 +1,6 @@
1
- pants_baseline/__about__.py,sha256=gA6PwyUIMFpJMjnryFcu8PLgyYfMETKQQRSAzoOqAz4,99
1
+ pants_baseline/__about__.py,sha256=KO4Y6BlVVg2cR9992xkSoghP9MdW5HwHF0z7Rv92bkk,98
2
2
  pants_baseline/__init__.py,sha256=uVRGi1D2gFjc7emmeewWdcvpO-NsUuKsMbX3rztOxWU,655
3
+ pants_baseline/bundled_claude_plugins.py,sha256=rHchQRQ_UabOOKyQOxVwoyE2xLjE8eiUFVN7oERDCe0,1608
3
4
  pants_baseline/register.py,sha256=gdODsaI7VIzU2tGONANsg9KbKZkHidmLs2AyvUNIypg,1675
4
5
  pants_baseline/targets.py,sha256=Z9O09Aqd5inMqwIUFt4HSE9HtWjn8pGSU4FZHg22Tpo,3379
5
6
  pants_baseline/goals/__init__.py,sha256=pf6KU2CIQuDkx8ER3IS0H-kuNbBtX-AH5B5SnSP9_yw,192
@@ -19,7 +20,7 @@ pants_baseline/subsystems/baseline.py,sha256=KWDRMdLOUN5cNHntY8f97bSsoITXwmX4ET6
19
20
  pants_baseline/subsystems/ruff.py,sha256=NW0AFv59-j6ANkZG8LjvuXPzWBD4yDsEr7Pb6eZbdck,3941
20
21
  pants_baseline/subsystems/ty.py,sha256=OpaU8Z7Bk6kj5QAfhPom5L9v8sKNR8XF664_U5mUVJw,3419
21
22
  pants_baseline/subsystems/uv.py,sha256=dXmVzg4ZxzHa4g_TowEZXMYuhKiTOHjqqadkNrZQ9jk,3066
22
- jaymd96_pants_baseline-0.1.10.dist-info/METADATA,sha256=D1fkzXNiYUzeX9dwCowPYkGkdEw-gr26O6BRkFklHrQ,7935
23
- jaymd96_pants_baseline-0.1.10.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
24
- jaymd96_pants_baseline-0.1.10.dist-info/licenses/LICENSE,sha256=oLGLZv7XKM_oKCbdMW1bZB37SXsdexmhNSuh3Xg4m4I,10754
25
- jaymd96_pants_baseline-0.1.10.dist-info/RECORD,,
23
+ jaymd96_pants_baseline-0.2.1.dist-info/METADATA,sha256=zAxBDUFXmo7cfeT2rDn1eF0LH64MlZ_jmmAC56MbMRo,8764
24
+ jaymd96_pants_baseline-0.2.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
25
+ jaymd96_pants_baseline-0.2.1.dist-info/licenses/LICENSE,sha256=oLGLZv7XKM_oKCbdMW1bZB37SXsdexmhNSuh3Xg4m4I,10754
26
+ jaymd96_pants_baseline-0.2.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  """Version information for jaymd96-pants-baseline."""
2
2
 
3
- __version__ = "0.1.10"
3
+ __version__ = "0.2.1"
4
4
  __author__ = "James"
@@ -0,0 +1,40 @@
1
+ """Bundled Claude Code plugins for pants-baseline.
2
+
3
+ These plugins are automatically discovered and installed when users run:
4
+ pants claude-install --include-bundled ::
5
+
6
+ This requires the jaymd96-pants-claude-plugins package to be installed.
7
+ """
8
+
9
+ # Marketplaces to add before installing plugins
10
+ # Format: GitHub "owner/repo" - the marketplace name comes from marketplace.json
11
+ BUNDLED_MARKETPLACES = [
12
+ "anthropics/claude-code", # Adds marketplace named "claude-code-plugins"
13
+ "jaymd96/pants-baseline", # Adds marketplace named "pants-baseline"
14
+ ]
15
+
16
+ # Claude Code plugins to install
17
+ # Note: "marketplace" must match the "name" field in the marketplace.json, NOT the GitHub path
18
+ BUNDLED_CLAUDE_PLUGINS = [
19
+ # Official Anthropic plugins (from claude-plugins-official, pre-configured)
20
+ {
21
+ "plugin": "github",
22
+ "marketplace": "claude-plugins-official",
23
+ "scope": "project",
24
+ "description": "GitHub integration for PR workflows and issue management",
25
+ },
26
+ # From anthropics/claude-code marketplace (named "claude-code-plugins")
27
+ {
28
+ "plugin": "commit-commands",
29
+ "marketplace": "claude-code-plugins",
30
+ "scope": "project",
31
+ "description": "Git workflow commands for commits, pushes, and PRs",
32
+ },
33
+ # pants-baseline skills plugin (from jaymd96/pants-baseline, named "pants-baseline")
34
+ {
35
+ "plugin": "pants-baseline",
36
+ "marketplace": "pants-baseline",
37
+ "scope": "project",
38
+ "description": "Intelligent skills for baseline-lint, baseline-fmt, baseline-typecheck, baseline-test, baseline-audit",
39
+ },
40
+ ]