agentpack-cli 0.1.28__tar.gz → 0.1.29__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.
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/PKG-INFO +2 -2
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/README.md +1 -1
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/pyproject.toml +1 -1
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/__init__.py +1 -1
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/install.py +8 -1
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/.gitignore +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/LICENSE +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/adapters/__init__.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/adapters/antigravity.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/adapters/base.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/adapters/claude.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/adapters/codex.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/adapters/cursor.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/adapters/detect.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/adapters/generic.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/adapters/windsurf.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/analysis/__init__.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/analysis/dependency_graph.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/analysis/go_imports.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/analysis/java_imports.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/analysis/js_ts_imports.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/analysis/python_imports.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/analysis/ranking.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/analysis/rust_imports.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/analysis/symbols.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/analysis/tests.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/application/__init__.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/application/pack_service.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/cli.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/__init__.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/_shared.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/benchmark.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/claude_cmd.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/diff.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/doctor.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/explain.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/hook_cmd.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/init.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/mcp_cmd.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/monitor.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/pack.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/quickstart.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/scan.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/stats.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/status.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/summarize.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/commands/watch.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/__init__.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/bootstrap.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/cache.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/config.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/context_pack.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/diff.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/git.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/git_hooks.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/global_install.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/ignore.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/merkle.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/models.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/redactor.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/scanner.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/snapshot.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/token_estimator.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/core/vscode_tasks.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/data/agentpack.md +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/installers/__init__.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/installers/antigravity.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/installers/claude.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/installers/codex.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/installers/cursor.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/installers/windsurf.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/integrations/__init__.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/integrations/git_hooks.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/integrations/global_install.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/integrations/vscode_tasks.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/mcp_server.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/renderers/__init__.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/renderers/compact.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/renderers/markdown.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/renderers/receipts.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/session/__init__.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/session/state.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/summaries/__init__.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/summaries/base.py +0 -0
- {agentpack_cli-0.1.28 → agentpack_cli-0.1.29}/src/agentpack/summaries/offline.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentpack-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.29
|
|
4
4
|
Summary: Task-aware context packing for AI coding agents — Claude, Cursor, Windsurf, Codex, and Antigravity
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -44,7 +44,7 @@ Description-Content-Type: text/markdown
|
|
|
44
44
|
[](https://opensource.org/licenses/MIT)
|
|
45
45
|
[](https://github.com/vishal2612200/agentpack/actions/workflows/ci.yml)
|
|
46
46
|
|
|
47
|
-
> **Status: alpha (v0.1.
|
|
47
|
+
> **Status: alpha (v0.1.29).** Works, tested, used in real sessions. Python and JavaScript/TypeScript are the best-supported languages. Not yet validated across a wide range of repos. API may change before 1.0.
|
|
48
48
|
>
|
|
49
49
|
> **Platform note:** macOS and Linux are fully supported. Windows support is not yet implemented (git hooks use POSIX shell; the Claude Code session hooks use `python3`/`rm -f`). Contributions welcome.
|
|
50
50
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://github.com/vishal2612200/agentpack/actions/workflows/ci.yml)
|
|
7
7
|
|
|
8
|
-
> **Status: alpha (v0.1.
|
|
8
|
+
> **Status: alpha (v0.1.29).** Works, tested, used in real sessions. Python and JavaScript/TypeScript are the best-supported languages. Not yet validated across a wide range of repos. API may change before 1.0.
|
|
9
9
|
>
|
|
10
10
|
> **Platform note:** macOS and Linux are fully supported. Windows support is not yet implemented (git hooks use POSIX shell; the Claude Code session hooks use `python3`/`rm -f`). Contributions welcome.
|
|
11
11
|
|
|
@@ -19,7 +19,7 @@ from agentpack.integrations.global_install import (
|
|
|
19
19
|
)
|
|
20
20
|
from agentpack.commands._shared import console, _root
|
|
21
21
|
|
|
22
|
-
_SUPPORTED_AGENTS = ("auto", "claude", "cursor", "windsurf", "codex", "antigravity")
|
|
22
|
+
_SUPPORTED_AGENTS = ("auto", "claude", "cursor", "windsurf", "codex", "antigravity", "generic")
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
def _resolve_install_agent(agent: str, root: "Path") -> str:
|
|
@@ -89,6 +89,10 @@ def register(app: typer.Typer) -> None:
|
|
|
89
89
|
_print_auto_repack_results(installer.install_auto_repack(root))
|
|
90
90
|
console.print(" AgentPack Skill will activate automatically in Antigravity for coding tasks.")
|
|
91
91
|
|
|
92
|
+
elif agent == "generic":
|
|
93
|
+
console.print("[green]Generic agent selected.[/] No agent-specific hooks are required.")
|
|
94
|
+
console.print(" Run [bold]agentpack pack --agent generic --task \"<task>\"[/] to generate context.")
|
|
95
|
+
|
|
92
96
|
else:
|
|
93
97
|
console.print(f"[yellow]Unknown agent: {agent}. Supported: {', '.join(_SUPPORTED_AGENTS)}[/]")
|
|
94
98
|
raise typer.Exit(1)
|
|
@@ -210,6 +214,9 @@ def register(app: typer.Typer) -> None:
|
|
|
210
214
|
else:
|
|
211
215
|
console.print("\n[dim]Would patch: GEMINI.md, .agent/skills/agentpack/SKILL.md[/]")
|
|
212
216
|
|
|
217
|
+
elif agent == "generic":
|
|
218
|
+
console.print("\n[green]Generic agent selected.[/] No agent-specific global config is required.")
|
|
219
|
+
|
|
213
220
|
else:
|
|
214
221
|
console.print(f"[yellow]Unknown agent: {agent}. Supported: {', '.join(_SUPPORTED_AGENTS)}[/]")
|
|
215
222
|
raise typer.Exit(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
|
|
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
|