cluxion-agentplugin-supercoder 0.2.13__tar.gz → 0.2.14__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.
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/PKG-INFO +1 -1
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/plugin.yaml +1 -1
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/pyproject.toml +1 -1
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/plugin.py +13 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/uv.lock +1 -1
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/.github/workflows/ci.yml +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/.github/workflows/publish.yml +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/.gitignore +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/ARCHITECTURE.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/README.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/agent-surfaces.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/architecture.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/capabilities.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/design.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/installation.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/rust-architecture.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/tools.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/LICENSE +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/README.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/__init__.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/adapters/claude/.claude-plugin/plugin.json +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/adapters/claude/skills/supercoder/SKILL.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/adapters/codex/config-snippet.toml +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/adapters/hermes/README.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/rust/supercoder_index/Cargo.lock +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/rust/supercoder_index/Cargo.toml +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/rust/supercoder_index/pyproject.toml +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/rust/supercoder_index/src/lib.rs +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/rust/supercoder_index/src/main.rs +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/rust/supercoder_index/src/outline.rs +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/rust/supercoder_index/src/syntax.rs +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/scripts/repack_native_wheel.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/__init__.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/cli.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/core/cursor.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/core/hash_patch.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/core/line_budget.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/core/lint_gate.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/core/queue.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/core/repo_map.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/core/retry_loop.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/core/safety.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/core/syntax_gate.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/core/test_gate.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/doctor/__init__.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/doctor/catalog.json +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/doctor/framework.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/doctor/probes.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/runner.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/rust_bridge.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/src/cluxion_agentplugin_supercoder/schemas.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_cursor.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_doctor.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_hash_patch.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_line_budget.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_lint_gate.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_plugin.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_queue.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_repo_map.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_retry_loop.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_rust_bridge.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_safety.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_syntax_gate.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_test_gate.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cluxion-agentplugin-supercoder
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.14
|
|
4
4
|
Summary: Universal agent coding harness plugin: cursor logic, safe patch, line budget, Rust index, test gates.
|
|
5
5
|
Project-URL: Homepage, https://github.com/cluxion/cluxion-Agentplugin-supercoder
|
|
6
6
|
Project-URL: Repository, https://github.com/cluxion/cluxion-Agentplugin-supercoder
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/pyproject.toml
RENAMED
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "cluxion-agentplugin-supercoder"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.14"
|
|
8
8
|
description = "Universal agent coding harness plugin: cursor logic, safe patch, line budget, Rust index, test gates."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -113,6 +113,19 @@ def register(ctx: object) -> None:
|
|
|
113
113
|
emoji="🩺",
|
|
114
114
|
)
|
|
115
115
|
|
|
116
|
+
register_command = getattr(ctx, "register_command", None)
|
|
117
|
+
if callable(register_command):
|
|
118
|
+
|
|
119
|
+
def _slash_supercoder_doctor(raw_args: str) -> str:
|
|
120
|
+
del raw_args
|
|
121
|
+
return _handle_supercoder_doctor({})
|
|
122
|
+
|
|
123
|
+
register_command(
|
|
124
|
+
"supercoder-doctor",
|
|
125
|
+
_slash_supercoder_doctor,
|
|
126
|
+
description="Run supercoder plugin doctor checks",
|
|
127
|
+
)
|
|
128
|
+
|
|
116
129
|
|
|
117
130
|
def _wrap(callback: Callable[[dict[str, object]], runner.ToolResult]) -> Callable[[dict[str, object]], str]:
|
|
118
131
|
def handler(args: dict[str, object], **_: object) -> str:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/ARCHITECTURE.md
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/architecture.md
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/capabilities.md
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/design.md
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/installation.md
RENAMED
|
File without changes
|
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/Docs/tools.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
|
|
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
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_cursor.py
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_doctor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_plugin.py
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_queue.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.13 → cluxion_agentplugin_supercoder-0.2.14}/tests/test_safety.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|