nerftools 0.3.1__tar.gz → 0.3.2__tar.gz
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.
- nerftools-0.3.2/.release-please-manifest.json +3 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/CHANGELOG.md +8 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/PKG-INFO +3 -3
- {nerftools-0.3.1 → nerftools-0.3.2}/README.md +1 -1
- {nerftools-0.3.1 → nerftools-0.3.2}/nerf-plugin.yaml +1 -1
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/.claude-plugin/plugin.json +1 -1
- {nerftools-0.3.1 → nerftools-0.3.2}/pyproject.toml +3 -3
- nerftools-0.3.1/.release-please-manifest.json +0 -3
- {nerftools-0.3.1 → nerftools-0.3.2}/.claude-plugin/marketplace.json +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/.cspell.json +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/.editorconfig +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/.github/workflows/ci.yml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/.github/workflows/release-please.yml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/.github/workflows/release.yml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/.gitignore +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/.markdownlint-cli2.jsonc +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/.prettierrc +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/.python-version +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/CONTRIBUTING.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/LICENSE +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/docs/nerf-manifest.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/__init__.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/builder.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/cli.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/README.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/__init__.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/az-boards.yaml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/az-pipelines.yaml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/az-repos.yaml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/gh.yaml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/git.yaml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/nx.yaml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/pkgrun.yaml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/stdutils.yaml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/tg.yaml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/default_manifests/uv.yaml +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/formats.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/manifest.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/nerfctl/__init__.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/nerfctl/claude/grant-allow.sh +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/nerfctl/claude/grant-by-threat.sh +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/nerfctl/claude/grant-deny.sh +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/nerfctl/claude/grant-list.sh +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/nerfctl/claude/grant-reset.sh +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/nerfctl/claude/install-plugin.sh +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/plugin_meta.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/rendering.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/nerftools/skill.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/scripts/nerfctl-grant-allow +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/scripts/nerfctl-grant-by-threat +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/scripts/nerfctl-grant-deny +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/scripts/nerfctl-grant-list +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/scripts/nerfctl-grant-reset +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/scripts/nerfctl-install-plugin +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-boards/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-boards/scripts/nerf-az-boards-mywi-comment +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-boards/scripts/nerf-az-boards-mywi-show +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-boards/scripts/nerf-az-boards-wi-add-parent +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-boards/scripts/nerf-az-boards-wi-comment +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-boards/scripts/nerf-az-boards-wi-create +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-boards/scripts/nerf-az-boards-wi-list +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-boards/scripts/nerf-az-boards-wi-show +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-boards/scripts/nerf-az-boards-wi-update +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-pipelines/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-pipelines/scripts/nerf-az-pipelines-check +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-pipelines/scripts/nerf-az-pipelines-list +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-pipelines/scripts/nerf-az-pipelines-runs +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-repos/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-repos/scripts/nerf-az-repos-pr-comments +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-repos/scripts/nerf-az-repos-pr-create +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-repos/scripts/nerf-az-repos-pr-list +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-az-repos/scripts/nerf-az-repos-pr-show +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-issue-comment +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-issue-create +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-issue-list +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-issue-view +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-pr-comment +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-pr-create +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-pr-diff +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-pr-list +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-pr-review-comments +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-pr-view +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-run-list +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-run-view +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-add +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-commit +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-commit-amend +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-fetch +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-log +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-pull +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-push-branch +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-push-main +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-reset-hard-last +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-revert +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-tag +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-nx/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-nx/scripts/nerf-nx-affected +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-nx/scripts/nerf-nx-graph +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-nx/scripts/nerf-nx-reset +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-nx/scripts/nerf-nx-run +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-nx/scripts/nerf-nx-show-project +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-nx/scripts/nerf-nx-show-projects +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-pkgrun/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-pkgrun/scripts/nerf-pkgrun-cspell +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-pkgrun/scripts/nerf-pkgrun-markdownlint +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-pkgrun/scripts/nerf-pkgrun-prettier +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-stdutils/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-stdutils/scripts/nerf-find +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-stdutils/scripts/nerf-find-cwd +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-stdutils/scripts/nerf-grep +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-stdutils/scripts/nerf-grep-recursive-cwd +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-fmt +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-fmt-all +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-init +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-init-all +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-output +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-output-all +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-plan +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-plan-all +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-validate +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-validate-all +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-uv/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-uv/scripts/nerf-uv-mypy +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-uv/scripts/nerf-uv-pytest +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-uv/scripts/nerf-uv-ruff-check +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-uv/scripts/nerf-uv-ruff-fix +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerfctl-grant-allow/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerfctl-grant-by-threat/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerfctl-grant-deny/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerfctl-grant-list/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerfctl-grant-reset/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerftools/SKILL.md +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/pypi-dist/.gitignore +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/release-please-config.json +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/tests/__init__.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/tests/test_builder.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/tests/test_formats.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/tests/test_manifest.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/tests/test_nerfctl.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/tests/test_plugin_meta.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/tests/test_skill.py +0 -0
- {nerftools-0.3.1 → nerftools-0.3.2}/uv.lock +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.3.2](https://github.com/WayfarerLabs/nerftools/compare/v0.3.1...v0.3.2) (2026-04-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Documentation
|
|
7
|
+
|
|
8
|
+
* clean up pypi description ([d2b5f7f](https://github.com/WayfarerLabs/nerftools/commit/d2b5f7fef31e4ac0048a0a35059b2d24ea3e07ac))
|
|
9
|
+
* clean up pypi description ([d2ab29d](https://github.com/WayfarerLabs/nerftools/commit/d2ab29d03366f92e1e6660ba99745b7d2a0469f5))
|
|
10
|
+
|
|
3
11
|
## [0.3.1](https://github.com/WayfarerLabs/nerftools/compare/v0.3.0...v0.3.1) (2026-04-14)
|
|
4
12
|
|
|
5
13
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nerftools
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.3.2
|
|
4
|
+
Summary: Define and generate nerf tools: limited-scope wrappers for common CLI utilities that allow for fine-grained control over agent execution
|
|
5
5
|
Project-URL: Homepage, https://github.com/WayfarerLabs/nerftools
|
|
6
6
|
Project-URL: Repository, https://github.com/WayfarerLabs/nerftools
|
|
7
7
|
Project-URL: Issues, https://github.com/WayfarerLabs/nerftools/issues
|
|
8
|
-
Author:
|
|
8
|
+
Author: Scot Hastings (Wayfarer Labs)
|
|
9
9
|
License-Expression: MIT
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Requires-Python: >=3.12
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Nerf Tools
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Define and generate nerf tools: limited-scope wrappers for common CLI utilities that allow for
|
|
4
4
|
fine-grained control over agent execution.
|
|
5
5
|
|
|
6
6
|
Nerf tools wrap CLI commands so that the resulting tool has a limited, predictable scope. This then
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "nerftools"
|
|
3
|
-
version = "0.3.
|
|
4
|
-
description = "
|
|
3
|
+
version = "0.3.2"
|
|
4
|
+
description = "Define and generate nerf tools: limited-scope wrappers for common CLI utilities that allow for fine-grained control over agent execution"
|
|
5
5
|
requires-python = ">=3.12"
|
|
6
6
|
license = "MIT"
|
|
7
7
|
authors = [
|
|
8
|
-
{ name = "
|
|
8
|
+
{ name = "Scot Hastings (Wayfarer Labs)" },
|
|
9
9
|
]
|
|
10
10
|
dependencies = [
|
|
11
11
|
"typer>=0.24.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-issue-comment
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-issue-create
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-issue-list
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-issue-view
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-pr-comment
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-pr-create
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-pr-diff
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-pr-list
RENAMED
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-pr-view
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-run-list
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-gh/scripts/nerf-gh-run-view
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-commit
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-commit-amend
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-fetch
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-push-branch
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-push-main
RENAMED
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-git/scripts/nerf-git-revert
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-nx/scripts/nerf-nx-affected
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-nx/scripts/nerf-nx-show-project
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-nx/scripts/nerf-nx-show-projects
RENAMED
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-pkgrun/scripts/nerf-pkgrun-cspell
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-stdutils/scripts/nerf-find
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-stdutils/scripts/nerf-find-cwd
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-stdutils/scripts/nerf-grep
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-fmt-all
RENAMED
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-init-all
RENAMED
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-output-all
RENAMED
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-plan-all
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-validate
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-tg/scripts/nerf-tg-validate-all
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-uv/scripts/nerf-uv-ruff-check
RENAMED
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerf-uv/scripts/nerf-uv-ruff-fix
RENAMED
|
File without changes
|
|
File without changes
|
{nerftools-0.3.1 → nerftools-0.3.2}/out/claude-plugin/skills/nerfctl-grant-by-threat/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|