cluxion-agentplugin-supercoder 0.2.0__tar.gz → 0.2.1__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.1/LICENSE +201 -0
- cluxion_agentplugin_supercoder-0.2.1/PKG-INFO +108 -0
- cluxion_agentplugin_supercoder-0.2.1/README.md +85 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/pyproject.toml +1 -1
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/__init__.py +1 -1
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/runner.py +10 -7
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/rust_bridge.py +16 -10
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/uv.lock +35 -35
- cluxion_agentplugin_supercoder-0.2.0/PKG-INFO +0 -106
- cluxion_agentplugin_supercoder-0.2.0/README.md +0 -84
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/.github/workflows/ci.yml +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/.github/workflows/publish.yml +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/.gitignore +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/ARCHITECTURE.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/README.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/agent-surfaces.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/architecture.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/capabilities.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/design.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/installation.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/rust-architecture.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/tools.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/__init__.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/adapters/claude/.claude-plugin/plugin.json +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/adapters/claude/skills/supercoder/SKILL.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/adapters/codex/config-snippet.toml +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/adapters/hermes/README.md +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/plugin.yaml +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/Cargo.lock +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/Cargo.toml +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/pyproject.toml +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/src/lib.rs +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/src/main.rs +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/src/outline.rs +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/src/syntax.rs +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/scripts/repack_native_wheel.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/cli.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/cursor.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/hash_patch.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/line_budget.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/lint_gate.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/queue.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/repo_map.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/retry_loop.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/safety.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/syntax_gate.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/test_gate.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/plugin.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/schemas.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_cursor.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_hash_patch.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_line_budget.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_lint_gate.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_plugin.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_queue.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_repo_map.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_retry_loop.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_rust_bridge.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_safety.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_syntax_gate.py +0 -0
- {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_test_gate.py +0 -0
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cluxion-agentplugin-supercoder
|
|
3
|
+
Version: 0.2.1
|
|
4
|
+
Summary: Universal agent coding harness plugin: cursor logic, safe patch, line budget, Rust index, test gates.
|
|
5
|
+
Project-URL: Homepage, https://github.com/cluxion/cluxion-Agentplugin-supercoder
|
|
6
|
+
Project-URL: Repository, https://github.com/cluxion/cluxion-Agentplugin-supercoder
|
|
7
|
+
Project-URL: Issues, https://github.com/cluxion/cluxion-Agentplugin-supercoder/issues
|
|
8
|
+
Author-email: cluxion <algocean1204@users.noreply.github.com>
|
|
9
|
+
License-Expression: Apache-2.0
|
|
10
|
+
License-File: LICENSE
|
|
11
|
+
Keywords: claude-code,cluxion,codex,coding,hermes-agent,plugin
|
|
12
|
+
Requires-Python: >=3.11
|
|
13
|
+
Requires-Dist: psutil>=5.9
|
|
14
|
+
Requires-Dist: pyyaml>=6.0
|
|
15
|
+
Requires-Dist: ruff>=0.8
|
|
16
|
+
Provides-Extra: dev
|
|
17
|
+
Requires-Dist: build>=1.2; extra == 'dev'
|
|
18
|
+
Requires-Dist: pytest>=8.0; extra == 'dev'
|
|
19
|
+
Requires-Dist: ruff>=0.8; extra == 'dev'
|
|
20
|
+
Requires-Dist: twine>=6.0; extra == 'dev'
|
|
21
|
+
Requires-Dist: wheel>=0.45; extra == 'dev'
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
|
|
24
|
+
========= Written in Korean first, then English ==========
|
|
25
|
+
|
|
26
|
+
======== 한국어 ========
|
|
27
|
+
|
|
28
|
+
# cluxion-agentplugin-supercoder
|
|
29
|
+
|
|
30
|
+
AI 에이전트(Hermes Agent, Claude Code, Codex)를 위한 코딩 플러그인입니다. 모델이 — 작은 로컬
|
|
31
|
+
모델이라도 — 코드를 안전하고 정확하게 편집하도록 돕습니다. 모든 패치는 편집 대상 파일과 대조해
|
|
32
|
+
검증되고, 깨진 구문은 피드백과 함께 자동으로 되돌려지며, 에이전트는 시작 전에 레포의 간결한 지도를
|
|
33
|
+
받습니다.
|
|
34
|
+
|
|
35
|
+
## 설치
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
pip install cluxion-agentplugin-supercoder
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### Hermes Agent에서 사용
|
|
42
|
+
|
|
43
|
+
`~/.hermes/config.yaml` 에 추가한 뒤 Hermes를 재시작하세요.
|
|
44
|
+
|
|
45
|
+
```yaml
|
|
46
|
+
plugins:
|
|
47
|
+
enabled:
|
|
48
|
+
- cluxion-agentplugin-supercoder
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Hermes를 통해 제공되는 로컬 모델(vLLM/MLX)에서도 동일하게 동작합니다.
|
|
52
|
+
|
|
53
|
+
## 기능
|
|
54
|
+
|
|
55
|
+
코딩 중에 에이전트가 `supercoder_*` 도구 세트를 자동으로 사용합니다.
|
|
56
|
+
|
|
57
|
+
- **안전한 편집** — 패치를 파일 내용과 대조해 검증하므로, 모델이 잘못된 위치나 오래된 버전을 편집할
|
|
58
|
+
수 없습니다.
|
|
59
|
+
- **구문 / 린트 / 테스트 게이트** — 깨진 편집은 자동으로 되돌려지고 무엇이 잘못됐는지 모델에 알려주므로,
|
|
60
|
+
깨진 코드를 남기지 않고 다시 시도합니다.
|
|
61
|
+
- **레포 지도(repo map)** — 코딩 계획에 파일과 최상위 함수·클래스의 예산 내 개요가 함께 제공되어,
|
|
62
|
+
모델이 경로를 추측하지 않습니다.
|
|
63
|
+
|
|
64
|
+
## 라이선스
|
|
65
|
+
|
|
66
|
+
Apache-2.0
|
|
67
|
+
|
|
68
|
+
============ English ==========
|
|
69
|
+
|
|
70
|
+
# cluxion-agentplugin-supercoder
|
|
71
|
+
|
|
72
|
+
A coding plugin for AI agents (Hermes Agent, Claude Code, Codex). It helps the model — even
|
|
73
|
+
a smaller local one — edit code safely and accurately: every patch is checked against the
|
|
74
|
+
file it's editing, broken syntax is auto-reverted with feedback, and the agent gets a compact
|
|
75
|
+
map of your repo before it starts.
|
|
76
|
+
|
|
77
|
+
## Install
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
pip install cluxion-agentplugin-supercoder
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
### Use with Hermes Agent
|
|
84
|
+
|
|
85
|
+
Add it to `~/.hermes/config.yaml`, then restart Hermes:
|
|
86
|
+
|
|
87
|
+
```yaml
|
|
88
|
+
plugins:
|
|
89
|
+
enabled:
|
|
90
|
+
- cluxion-agentplugin-supercoder
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
It works the same with local models (vLLM/MLX) served through Hermes.
|
|
94
|
+
|
|
95
|
+
## What you get
|
|
96
|
+
|
|
97
|
+
While coding, your agent uses a `supercoder_*` toolset automatically:
|
|
98
|
+
|
|
99
|
+
- **Safe edits** — patches are verified against the file's content, so the model can't edit
|
|
100
|
+
the wrong place or a stale version.
|
|
101
|
+
- **Syntax / lint / test gates** — a broken edit is automatically reverted and the model is
|
|
102
|
+
told what went wrong, so it retries instead of leaving broken code behind.
|
|
103
|
+
- **Repo map** — coding plans come with a budgeted overview of your files and their top-level
|
|
104
|
+
functions and classes, so the model stops guessing paths.
|
|
105
|
+
|
|
106
|
+
## License
|
|
107
|
+
|
|
108
|
+
Apache-2.0
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
========= Written in Korean first, then English ==========
|
|
2
|
+
|
|
3
|
+
======== 한국어 ========
|
|
4
|
+
|
|
5
|
+
# cluxion-agentplugin-supercoder
|
|
6
|
+
|
|
7
|
+
AI 에이전트(Hermes Agent, Claude Code, Codex)를 위한 코딩 플러그인입니다. 모델이 — 작은 로컬
|
|
8
|
+
모델이라도 — 코드를 안전하고 정확하게 편집하도록 돕습니다. 모든 패치는 편집 대상 파일과 대조해
|
|
9
|
+
검증되고, 깨진 구문은 피드백과 함께 자동으로 되돌려지며, 에이전트는 시작 전에 레포의 간결한 지도를
|
|
10
|
+
받습니다.
|
|
11
|
+
|
|
12
|
+
## 설치
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
pip install cluxion-agentplugin-supercoder
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
### Hermes Agent에서 사용
|
|
19
|
+
|
|
20
|
+
`~/.hermes/config.yaml` 에 추가한 뒤 Hermes를 재시작하세요.
|
|
21
|
+
|
|
22
|
+
```yaml
|
|
23
|
+
plugins:
|
|
24
|
+
enabled:
|
|
25
|
+
- cluxion-agentplugin-supercoder
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Hermes를 통해 제공되는 로컬 모델(vLLM/MLX)에서도 동일하게 동작합니다.
|
|
29
|
+
|
|
30
|
+
## 기능
|
|
31
|
+
|
|
32
|
+
코딩 중에 에이전트가 `supercoder_*` 도구 세트를 자동으로 사용합니다.
|
|
33
|
+
|
|
34
|
+
- **안전한 편집** — 패치를 파일 내용과 대조해 검증하므로, 모델이 잘못된 위치나 오래된 버전을 편집할
|
|
35
|
+
수 없습니다.
|
|
36
|
+
- **구문 / 린트 / 테스트 게이트** — 깨진 편집은 자동으로 되돌려지고 무엇이 잘못됐는지 모델에 알려주므로,
|
|
37
|
+
깨진 코드를 남기지 않고 다시 시도합니다.
|
|
38
|
+
- **레포 지도(repo map)** — 코딩 계획에 파일과 최상위 함수·클래스의 예산 내 개요가 함께 제공되어,
|
|
39
|
+
모델이 경로를 추측하지 않습니다.
|
|
40
|
+
|
|
41
|
+
## 라이선스
|
|
42
|
+
|
|
43
|
+
Apache-2.0
|
|
44
|
+
|
|
45
|
+
============ English ==========
|
|
46
|
+
|
|
47
|
+
# cluxion-agentplugin-supercoder
|
|
48
|
+
|
|
49
|
+
A coding plugin for AI agents (Hermes Agent, Claude Code, Codex). It helps the model — even
|
|
50
|
+
a smaller local one — edit code safely and accurately: every patch is checked against the
|
|
51
|
+
file it's editing, broken syntax is auto-reverted with feedback, and the agent gets a compact
|
|
52
|
+
map of your repo before it starts.
|
|
53
|
+
|
|
54
|
+
## Install
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
pip install cluxion-agentplugin-supercoder
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Use with Hermes Agent
|
|
61
|
+
|
|
62
|
+
Add it to `~/.hermes/config.yaml`, then restart Hermes:
|
|
63
|
+
|
|
64
|
+
```yaml
|
|
65
|
+
plugins:
|
|
66
|
+
enabled:
|
|
67
|
+
- cluxion-agentplugin-supercoder
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
It works the same with local models (vLLM/MLX) served through Hermes.
|
|
71
|
+
|
|
72
|
+
## What you get
|
|
73
|
+
|
|
74
|
+
While coding, your agent uses a `supercoder_*` toolset automatically:
|
|
75
|
+
|
|
76
|
+
- **Safe edits** — patches are verified against the file's content, so the model can't edit
|
|
77
|
+
the wrong place or a stale version.
|
|
78
|
+
- **Syntax / lint / test gates** — a broken edit is automatically reverted and the model is
|
|
79
|
+
told what went wrong, so it retries instead of leaving broken code behind.
|
|
80
|
+
- **Repo map** — coding plans come with a budgeted overview of your files and their top-level
|
|
81
|
+
functions and classes, so the model stops guessing paths.
|
|
82
|
+
|
|
83
|
+
## License
|
|
84
|
+
|
|
85
|
+
Apache-2.0
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/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.1"
|
|
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"
|
|
@@ -93,13 +93,16 @@ def patch_tool(payload: Mapping[str, object]) -> ToolResult:
|
|
|
93
93
|
return ToolResult(False, {"error": gate.reason})
|
|
94
94
|
target = root / rel
|
|
95
95
|
old_text = str(payload.get("old_text", ""))
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
96
|
+
try:
|
|
97
|
+
original_text = target.read_text(encoding="utf-8") if target.exists() else None
|
|
98
|
+
result = apply_patch(
|
|
99
|
+
target,
|
|
100
|
+
old_text=old_text,
|
|
101
|
+
new_text=str(payload.get("new_text", "")),
|
|
102
|
+
expected_file_hash=str(payload.get("expected_file_hash", "")),
|
|
103
|
+
)
|
|
104
|
+
except UnicodeDecodeError as exc:
|
|
105
|
+
return ToolResult(False, {"error": f"file is not valid UTF-8: {exc}"})
|
|
103
106
|
body: dict[str, object] = {
|
|
104
107
|
"file_path": result.file_path,
|
|
105
108
|
"strategy": result.strategy,
|
|
@@ -57,12 +57,13 @@ def scan_repo(
|
|
|
57
57
|
"extensions": list(extensions),
|
|
58
58
|
}
|
|
59
59
|
backend = resolve_backend()
|
|
60
|
-
if backend == "
|
|
61
|
-
result = _invoke_native("scan", payload)
|
|
62
|
-
elif backend == "subprocess":
|
|
63
|
-
result = _invoke_subprocess("scan", payload)
|
|
64
|
-
else:
|
|
60
|
+
if backend == "python":
|
|
65
61
|
result = _py_scan(root, max_files=max_files, extensions=extensions)
|
|
62
|
+
else:
|
|
63
|
+
try:
|
|
64
|
+
result = _invoke_native("scan", payload) if backend == "native" else _invoke_subprocess("scan", payload)
|
|
65
|
+
except Exception:
|
|
66
|
+
result = _py_scan(root, max_files=max_files, extensions=extensions)
|
|
66
67
|
entries = result.get("entries")
|
|
67
68
|
return entries if isinstance(entries, list) else []
|
|
68
69
|
|
|
@@ -71,10 +72,7 @@ def _invoke_native(command: str, payload: dict[str, object]) -> dict[str, object
|
|
|
71
72
|
if _native is None:
|
|
72
73
|
raise RuntimeError("native backend forced but supercoder_index_native is not importable")
|
|
73
74
|
raw = _native.run(command, json.dumps(payload, ensure_ascii=False))
|
|
74
|
-
|
|
75
|
-
if not isinstance(parsed, dict):
|
|
76
|
-
raise RuntimeError(f"supercoder-index {command} returned non-object JSON")
|
|
77
|
-
return parsed
|
|
75
|
+
return _parse_backend_json(raw, command)
|
|
78
76
|
|
|
79
77
|
|
|
80
78
|
def _invoke_subprocess(command: str, payload: dict[str, object]) -> dict[str, object]:
|
|
@@ -95,7 +93,15 @@ def _invoke_subprocess(command: str, payload: dict[str, object]) -> dict[str, ob
|
|
|
95
93
|
except (json.JSONDecodeError, AttributeError):
|
|
96
94
|
error = ""
|
|
97
95
|
raise RuntimeError(error or completed.stderr.strip() or f"supercoder-index {command} failed")
|
|
98
|
-
parsed =
|
|
96
|
+
parsed = _parse_backend_json(completed.stdout, command)
|
|
97
|
+
return parsed
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
def _parse_backend_json(raw: str, command: str) -> dict[str, object]:
|
|
101
|
+
try:
|
|
102
|
+
parsed = json.loads(raw)
|
|
103
|
+
except (json.JSONDecodeError, TypeError) as exc:
|
|
104
|
+
raise RuntimeError(f"supercoder-index {command} returned invalid JSON") from exc
|
|
99
105
|
if not isinstance(parsed, dict):
|
|
100
106
|
raise RuntimeError(f"supercoder-index {command} returned non-object JSON")
|
|
101
107
|
return parsed
|
|
@@ -160,7 +160,7 @@ wheels = [
|
|
|
160
160
|
|
|
161
161
|
[[package]]
|
|
162
162
|
name = "cluxion-agentplugin-supercoder"
|
|
163
|
-
version = "0.2.
|
|
163
|
+
version = "0.2.1"
|
|
164
164
|
source = { editable = "." }
|
|
165
165
|
dependencies = [
|
|
166
166
|
{ name = "psutil" },
|
|
@@ -201,44 +201,44 @@ wheels = [
|
|
|
201
201
|
|
|
202
202
|
[[package]]
|
|
203
203
|
name = "cryptography"
|
|
204
|
-
version = "
|
|
204
|
+
version = "49.0.0"
|
|
205
205
|
source = { registry = "https://pypi.org/simple" }
|
|
206
206
|
dependencies = [
|
|
207
207
|
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
|
|
208
208
|
]
|
|
209
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
210
|
-
wheels = [
|
|
211
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
212
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
213
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
214
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
215
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
216
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
217
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
218
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
219
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
220
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
221
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
222
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
223
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
224
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
225
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
226
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
227
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
228
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
229
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
230
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
231
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
232
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
233
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
234
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
235
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
236
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
237
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
238
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
239
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
240
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
241
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
209
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1f/99/d1c90d6041656cc6ee229dc99cd67fd0cd5aec3c5f7d72fffc27cc750054/cryptography-49.0.0.tar.gz", hash = "sha256:f89660a348f4f78a92366240a61404e337586ef7f5909a2fef59ca88ef505493", size = 854345, upload-time = "2026-06-12T20:02:30.512Z" }
|
|
210
|
+
wheels = [
|
|
211
|
+
{ url = "https://files.pythonhosted.org/packages/09/41/3797cfaf69cae04a13ee78ebd83f0678d9c02b4779d21ce24445326f1a69/cryptography-49.0.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:36d1709f992593689b45bda411498d62c6e365f2ca00b84657d4dadd24de16db", size = 4692978, upload-time = "2026-06-12T20:01:21.305Z" },
|
|
212
|
+
{ url = "https://files.pythonhosted.org/packages/e6/8b/43011f7ebe515a8aa20d61f290a326cd890c2e738e16e59eaff8d9c3a412/cryptography-49.0.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:0e959b578856a3924bc0cbb710fc12c387b9412a951389f3ca61704a9e25f325", size = 4716422, upload-time = "2026-06-12T20:01:48.566Z" },
|
|
213
|
+
{ url = "https://files.pythonhosted.org/packages/4a/91/01ce7303a4579e6d3a6abef01bd322848e9ea7a219adcabc5048b9033571/cryptography-49.0.0-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:53ecee2e23f7169b6117e99fc8a944e5e50f79e69758a83b52a00cb98ab2b2d2", size = 4700503, upload-time = "2026-06-12T20:02:47.091Z" },
|
|
214
|
+
{ url = "https://files.pythonhosted.org/packages/20/2c/0622f20ff02b2ef32558733443805dc82fd4c275be01b2d19d14676f3a1b/cryptography-49.0.0-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:2afe9051da7ae7bd5905da5a949280c7d2bb75682e188f650a9d0f2756b834c6", size = 4749683, upload-time = "2026-06-12T20:02:03.335Z" },
|
|
215
|
+
{ url = "https://files.pythonhosted.org/packages/a3/5b/c5246635d5fd3b64e0d45ae10e99fd32fe9676a79915ccfe5a61ba9af1a5/cryptography-49.0.0-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:0b82e28ee398a386f0807bba7884d30f25218855690f45115831bcce5d90822c", size = 4337874, upload-time = "2026-06-12T20:02:54.323Z" },
|
|
216
|
+
{ url = "https://files.pythonhosted.org/packages/6d/88/05563c7fe2e914e87d1a536d06fe83e66b4e1d95cb593e05aea375531da8/cryptography-49.0.0-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:ccac2bfebc306b862133e3bb71f3f6ee8bb525240089b2d952e4144b3a6d5da7", size = 4700283, upload-time = "2026-06-12T20:01:34.822Z" },
|
|
217
|
+
{ url = "https://files.pythonhosted.org/packages/a9/3c/f3ad17eecc1a57b0ba236dc01f90e783c51f4a2f35f64777cc4f47a184b2/cryptography-49.0.0-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:cbc77da8c523d5abd028635ba850a6966fcee2c82e2bf65a41d1d8afe0f98be9", size = 4749290, upload-time = "2026-06-12T20:01:30.848Z" },
|
|
218
|
+
{ url = "https://files.pythonhosted.org/packages/4f/01/339573cf1023163a400b0b5d16f6d507de413b9f60be6fd1b77feeaf6737/cryptography-49.0.0-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:b87e65d263b3e5d3bb92a57e2a6638e2f31110fa7aa890c7b2dbba42248d0a3f", size = 4834612, upload-time = "2026-06-12T20:01:29.246Z" },
|
|
219
|
+
{ url = "https://files.pythonhosted.org/packages/71/fd/577302e213a1be9468f92d1afef66fcf1ef83d516819d9992ca547f592bd/cryptography-49.0.0-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:66ec79c3904820572d7e987abdf304281f141d37ad9a489b8e97066e7b9b6459", size = 4980804, upload-time = "2026-06-12T20:01:42.853Z" },
|
|
220
|
+
{ url = "https://files.pythonhosted.org/packages/86/12/c48a424f38db03027be9f7ed5c7dc5de9933dbee992865f98b13727a009d/cryptography-49.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:196ecd6a36e4e9aa10270393bb98d8df88fccee0bf1e5128b91ae4eb4375896d", size = 4678835, upload-time = "2026-06-12T20:02:48.743Z" },
|
|
221
|
+
{ url = "https://files.pythonhosted.org/packages/68/28/8a3ad4653662c93fc44dc4e5d8fd374c25c42e07b34bbfbadf49cf57a5a8/cryptography-49.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7abcee80084cda3f7691f3eb1ce480d8df49cec637b429aa35986c1de71738aa", size = 4697239, upload-time = "2026-06-12T20:02:56.03Z" },
|
|
222
|
+
{ url = "https://files.pythonhosted.org/packages/a8/b2/2193fc74f81aee4f9b62733133b73b5176718932ed8f2e4b03fa040480a6/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:4ae387c9cb68ea569ca17e490d66d8142b81c3cc814bf179974b7d146e490bbb", size = 4685593, upload-time = "2026-06-12T20:02:50.666Z" },
|
|
223
|
+
{ url = "https://files.pythonhosted.org/packages/58/39/2d51306721330c486495853eda1c567880ff036de15a14c4b74f399934af/cryptography-49.0.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:c2bc30226390d60ea19d9f82b19db005fe0452154a23c1c410c12ea801e43561", size = 4731145, upload-time = "2026-06-12T20:02:16.832Z" },
|
|
224
|
+
{ url = "https://files.pythonhosted.org/packages/17/50/983e838c7fd0d87fd8c969bcdd328edaf5f756e38df5281637424c155873/cryptography-49.0.0-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:07cab27cc7b7e0fd28e5e26bb9eeedde5c135c868b46de4a27845abe94af6122", size = 4321719, upload-time = "2026-06-12T20:02:52.611Z" },
|
|
225
|
+
{ url = "https://files.pythonhosted.org/packages/a7/f5/8f571d7e27c55bce9f76f026143bcb1e040a4233149ecca0bea5fa5dd5f7/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:b20133d204d2bb56ba047642199603876c872026ca53e79c35b83772ab2cc505", size = 4685209, upload-time = "2026-06-12T20:02:07.282Z" },
|
|
226
|
+
{ url = "https://files.pythonhosted.org/packages/11/2d/5e1fb307cb5931881516b464c98774b3f2c36b5d4bb9a2830253cf553cad/cryptography-49.0.0-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:d8ecde755e2e91bf773fc94e8c9d730cd7f2007004cb492263a794ec3899a1c8", size = 4730441, upload-time = "2026-06-12T20:02:01.469Z" },
|
|
227
|
+
{ url = "https://files.pythonhosted.org/packages/e4/c0/bff5a02ee731d207d6a1ed51732549d8c53d2bc8da1d10ec6f2844201d68/cryptography-49.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e3fb64c420688e5319ae25113a354015abbd8dffbfbc41781a1ea66fc7622ac3", size = 4815869, upload-time = "2026-06-12T20:01:36.574Z" },
|
|
228
|
+
{ url = "https://files.pythonhosted.org/packages/b9/26/814681d14248d95d73d5c3eea0c39a94eb8302df966f670a2c60de90974b/cryptography-49.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:32703d93296f5c1f4b53349ad3a250c2cae0fdecd3a3dd5d47e616d8d616af27", size = 4960948, upload-time = "2026-06-12T20:02:18.688Z" },
|
|
229
|
+
{ url = "https://files.pythonhosted.org/packages/3d/df/40577043ca124e17012f408ddddaeb213b856336ac82ddb3bc915f39e29f/cryptography-49.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:f78ff2c9ed8dc2d036b0f4d640e22522213d047c1b14e61205a7e55c80a494d4", size = 4692429, upload-time = "2026-06-12T20:01:53.628Z" },
|
|
230
|
+
{ url = "https://files.pythonhosted.org/packages/2c/99/2d13299eb3dd27b02dcfaafcc91d6b5cb3329f7cbd6d8f51921acd566c1a/cryptography-49.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:35b151772baff2c74cba7fa290ceaff4c3b11c0c881eb93eb5dbc05a7cfbba18", size = 4700968, upload-time = "2026-06-12T20:02:45.383Z" },
|
|
231
|
+
{ url = "https://files.pythonhosted.org/packages/a5/4d/9c0cd02f95e2602dd5e563da149ee0830abef3537be8b34dc56281ebe27a/cryptography-49.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:0f21641cf4b30fca7aee061ced0ec7ad7b073518088b7c9969a297c0ae796c69", size = 4697758, upload-time = "2026-06-12T20:01:41.13Z" },
|
|
232
|
+
{ url = "https://files.pythonhosted.org/packages/b8/7b/62cbbab75d0659865bf0273790031544a0b16c8072d258f9428dcd8190dc/cryptography-49.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:6f2debedf9ca60cf1d5bd466475638af5130f89965605cd818484d19987d3a21", size = 4735983, upload-time = "2026-06-12T20:01:50.14Z" },
|
|
233
|
+
{ url = "https://files.pythonhosted.org/packages/6c/72/3e798c064bc39e471008075d0f9bc9daf77a80879c092e4a8e170c585ed4/cryptography-49.0.0-cp39-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:8c25ceb16df5b9435f3f6a9829204985b0e0cbee3b48aacd432c7d2c850b44d9", size = 4334173, upload-time = "2026-06-12T20:01:44.743Z" },
|
|
234
|
+
{ url = "https://files.pythonhosted.org/packages/f0/ee/6fca21d1ac73e06f8bef71940abfd4d2f6472b4bca284d770f32bd4086f6/cryptography-49.0.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:28d8b15e6275f12c8a207dc309dfa957903c927d08d0cc937ee3f63f200693cc", size = 4697298, upload-time = "2026-06-12T20:02:20.918Z" },
|
|
235
|
+
{ url = "https://files.pythonhosted.org/packages/a0/84/84fe36f19caf857d61cb7fc9c63035a47ffabd84ea12d1d393148efa3615/cryptography-49.0.0-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:2400ef9c9e2299a25614eb1dea3db54a69b1349efd043bfac9c67630d136df36", size = 4735650, upload-time = "2026-06-12T20:02:41.389Z" },
|
|
236
|
+
{ url = "https://files.pythonhosted.org/packages/6c/a0/db537264e234f7273a73ec020873d6d6b39dfd8a53db78b550ca8320440e/cryptography-49.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:67e1d20ad9ef3a563c59ef22e7a8a0b8210bd26604369ea4a30a7c66aefe504e", size = 4834820, upload-time = "2026-06-12T20:01:51.847Z" },
|
|
237
|
+
{ url = "https://files.pythonhosted.org/packages/93/77/8df9eb486495979bccecd1062e2eaf435250e84437040295b57d09048b0b/cryptography-49.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:42b0684e0e40cf26122427802486f6d93aea593612603a94fbf260c7eb1e9c1b", size = 4967968, upload-time = "2026-06-12T20:02:12.524Z" },
|
|
238
|
+
{ url = "https://files.pythonhosted.org/packages/d6/a7/f9dac0ab7f80368c56993a7bf638ef9935f825c91902798481fac0898138/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:c83782480a4a9da4d0feb51950131ba32e12e70813848b3343f6e18c28a66838", size = 4676239, upload-time = "2026-06-12T20:02:28.793Z" },
|
|
239
|
+
{ url = "https://files.pythonhosted.org/packages/d7/70/2ba3769dd0ae167e2f33dfa9592d45db6ff9a61d62ca1a5b3d1bdd09068f/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:b39efa323140595abd3ecca8529d321ae50f55f3aa3ba9cc81ea56a6011953d5", size = 4715584, upload-time = "2026-06-12T20:01:27.495Z" },
|
|
240
|
+
{ url = "https://files.pythonhosted.org/packages/94/64/2923570ac1c0bd3a737aa366ac3abbbbde273042308b8cde95e2364a6e6a/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:b47db11c2c3525083296069b98ac5221907455e989ae0c2e3008bde851921615", size = 4675885, upload-time = "2026-06-12T20:01:55.49Z" },
|
|
241
|
+
{ url = "https://files.pythonhosted.org/packages/ab/f8/614dc7e051418cfe53d55173c1e24c6b0085e89996fe90508c2fdf769aef/cryptography-49.0.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:084ef1af862eb07ec46d25f68689f2102a9fc0e05ce7b80f14f5fe51e4eef0f6", size = 4715449, upload-time = "2026-06-12T20:02:05.469Z" },
|
|
242
242
|
]
|
|
243
243
|
|
|
244
244
|
[[package]]
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: cluxion-agentplugin-supercoder
|
|
3
|
-
Version: 0.2.0
|
|
4
|
-
Summary: Universal agent coding harness plugin: cursor logic, safe patch, line budget, Rust index, test gates.
|
|
5
|
-
Project-URL: Homepage, https://github.com/cluxion/cluxion-Agentplugin-supercoder
|
|
6
|
-
Project-URL: Repository, https://github.com/cluxion/cluxion-Agentplugin-supercoder
|
|
7
|
-
Project-URL: Issues, https://github.com/cluxion/cluxion-Agentplugin-supercoder/issues
|
|
8
|
-
Author-email: cluxion <algocean1204@users.noreply.github.com>
|
|
9
|
-
License-Expression: Apache-2.0
|
|
10
|
-
Keywords: claude-code,cluxion,codex,coding,hermes-agent,plugin
|
|
11
|
-
Requires-Python: >=3.11
|
|
12
|
-
Requires-Dist: psutil>=5.9
|
|
13
|
-
Requires-Dist: pyyaml>=6.0
|
|
14
|
-
Requires-Dist: ruff>=0.8
|
|
15
|
-
Provides-Extra: dev
|
|
16
|
-
Requires-Dist: build>=1.2; extra == 'dev'
|
|
17
|
-
Requires-Dist: pytest>=8.0; extra == 'dev'
|
|
18
|
-
Requires-Dist: ruff>=0.8; extra == 'dev'
|
|
19
|
-
Requires-Dist: twine>=6.0; extra == 'dev'
|
|
20
|
-
Requires-Dist: wheel>=0.45; extra == 'dev'
|
|
21
|
-
Description-Content-Type: text/markdown
|
|
22
|
-
|
|
23
|
-
# cluxion-Agentplugin-supercoder
|
|
24
|
-
|
|
25
|
-
범용 에이전트 **코딩 하네스 플러그인** — **Hermes, Claude Code, Codex, Grok Build**에서 동일 core로 동작합니다.
|
|
26
|
-
|
|
27
|
-
**Repository:** https://github.com/cluxion/cluxion-Agentplugin-supercoder
|
|
28
|
-
|
|
29
|
-
## 한 줄 요약
|
|
30
|
-
|
|
31
|
-
코딩 시 **큰 파일 추측·stale patch**를 막습니다. **연결된 AI**가 `supercoder_*` 도구로 bounded read·hash 검증 patch·evidence brief를 수행합니다.
|
|
32
|
-
|
|
33
|
-
## 범용 에이전트 + Rust-First
|
|
34
|
-
|
|
35
|
-
| 계층 | 구현 |
|
|
36
|
-
|------|------|
|
|
37
|
-
| **Rust** (`supercoder-index`) | file hash, repo scan |
|
|
38
|
-
| **Python** (`core/`, `runner`) | cursor, patch, safety, plugin |
|
|
39
|
-
| **Agent adapter** | Hermes plugin + `supercoder` toolset |
|
|
40
|
-
|
|
41
|
-
patch 검증·인덱싱은 Rust, orchestration은 Python 래퍼입니다.
|
|
42
|
-
|
|
43
|
-
## 이 플러그인의 역할
|
|
44
|
-
|
|
45
|
-
- **Cursor logic** — line window, file/content hash
|
|
46
|
-
- **Safe patch** — hash 검증, stale 차단
|
|
47
|
-
- **Line budget** — 과도한 read/write 차단
|
|
48
|
-
- **WorkUnit queue** — map → edit → verify → brief
|
|
49
|
-
- **Safety gate** — workspace escape·destructive command 차단
|
|
50
|
-
|
|
51
|
-
**모델·OAuth는 host 소유.** Supercoder는 plan·검증·evidence 계약만 제공합니다.
|
|
52
|
-
|
|
53
|
-
## 연결된 AI가 하는 일
|
|
54
|
-
|
|
55
|
-
```
|
|
56
|
-
코딩 요청 → supercoder_plan (기본 repo map 포함; repo_map:false로 opt-out)
|
|
57
|
-
→ supercoder_repo_map / cursor_map / read_window
|
|
58
|
-
→ supercoder_patch (hash 필수; syntax/lint gate)
|
|
59
|
-
→ test_gate (host terminal 실행)
|
|
60
|
-
→ supercoder_brief (evidence 필수)
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
비코딩 질문은 `bypass`로 오버헤드 최소화.
|
|
64
|
-
|
|
65
|
-
## 빠른 시작
|
|
66
|
-
|
|
67
|
-
```bash
|
|
68
|
-
pip install cluxion-agentplugin-supercoder
|
|
69
|
-
cluxion-supercoder check
|
|
70
|
-
hermes plugins enable cluxion-agentplugin-supercoder
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
## 도구 (`supercoder` toolset, 9 tools)
|
|
74
|
-
|
|
75
|
-
| Tool | 설명 |
|
|
76
|
-
|------|------|
|
|
77
|
-
| `supercoder_plan` | WorkUnit 큐 (coding plan에 2000-char repo map 포함; `repo_map:false`로 opt-out) |
|
|
78
|
-
| `supercoder_repo_map` | budgeted repo map (files + top-level symbols; `files_omitted`로 잘림 표시) |
|
|
79
|
-
| `supercoder_read_window` | line-bounded read |
|
|
80
|
-
| `supercoder_patch` | hash 검증 patch + L1 syntax gate (lint advisory) |
|
|
81
|
-
| `supercoder_cursor_map` | repo index |
|
|
82
|
-
| `supercoder_syntax_gate` | tree-sitter parse-check (python/rust/js/ts/tsx/json; toml stdlib) |
|
|
83
|
-
| `supercoder_lint_gate` | advisory ruff lint (suggest-only) |
|
|
84
|
-
| `supercoder_test_gate` | 테스트 제안 |
|
|
85
|
-
| `supercoder_brief` | evidence 요약 |
|
|
86
|
-
|
|
87
|
-
## Adapters
|
|
88
|
-
|
|
89
|
-
- `adapters/hermes/` — Hermes enable 가이드
|
|
90
|
-
- `adapters/claude/skills/supercoder/` — Claude skill
|
|
91
|
-
- `adapters/codex/config-snippet.toml` — Codex 참고
|
|
92
|
-
|
|
93
|
-
## 문서
|
|
94
|
-
|
|
95
|
-
- [Docs/README.md](Docs/README.md) — **처음 읽는 분** + 목차
|
|
96
|
-
- [Docs/architecture.md](Docs/architecture.md)
|
|
97
|
-
- [Docs/design.md](Docs/design.md)
|
|
98
|
-
- [Docs/installation.md](Docs/installation.md)
|
|
99
|
-
- [Docs/tools.md](Docs/tools.md)
|
|
100
|
-
- [Docs/agent-surfaces.md](Docs/agent-surfaces.md)
|
|
101
|
-
- [Docs/capabilities.md](Docs/capabilities.md)
|
|
102
|
-
- [Docs/rust-architecture.md](Docs/rust-architecture.md)
|
|
103
|
-
|
|
104
|
-
## License
|
|
105
|
-
|
|
106
|
-
Apache-2.0
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
# cluxion-Agentplugin-supercoder
|
|
2
|
-
|
|
3
|
-
범용 에이전트 **코딩 하네스 플러그인** — **Hermes, Claude Code, Codex, Grok Build**에서 동일 core로 동작합니다.
|
|
4
|
-
|
|
5
|
-
**Repository:** https://github.com/cluxion/cluxion-Agentplugin-supercoder
|
|
6
|
-
|
|
7
|
-
## 한 줄 요약
|
|
8
|
-
|
|
9
|
-
코딩 시 **큰 파일 추측·stale patch**를 막습니다. **연결된 AI**가 `supercoder_*` 도구로 bounded read·hash 검증 patch·evidence brief를 수행합니다.
|
|
10
|
-
|
|
11
|
-
## 범용 에이전트 + Rust-First
|
|
12
|
-
|
|
13
|
-
| 계층 | 구현 |
|
|
14
|
-
|------|------|
|
|
15
|
-
| **Rust** (`supercoder-index`) | file hash, repo scan |
|
|
16
|
-
| **Python** (`core/`, `runner`) | cursor, patch, safety, plugin |
|
|
17
|
-
| **Agent adapter** | Hermes plugin + `supercoder` toolset |
|
|
18
|
-
|
|
19
|
-
patch 검증·인덱싱은 Rust, orchestration은 Python 래퍼입니다.
|
|
20
|
-
|
|
21
|
-
## 이 플러그인의 역할
|
|
22
|
-
|
|
23
|
-
- **Cursor logic** — line window, file/content hash
|
|
24
|
-
- **Safe patch** — hash 검증, stale 차단
|
|
25
|
-
- **Line budget** — 과도한 read/write 차단
|
|
26
|
-
- **WorkUnit queue** — map → edit → verify → brief
|
|
27
|
-
- **Safety gate** — workspace escape·destructive command 차단
|
|
28
|
-
|
|
29
|
-
**모델·OAuth는 host 소유.** Supercoder는 plan·검증·evidence 계약만 제공합니다.
|
|
30
|
-
|
|
31
|
-
## 연결된 AI가 하는 일
|
|
32
|
-
|
|
33
|
-
```
|
|
34
|
-
코딩 요청 → supercoder_plan (기본 repo map 포함; repo_map:false로 opt-out)
|
|
35
|
-
→ supercoder_repo_map / cursor_map / read_window
|
|
36
|
-
→ supercoder_patch (hash 필수; syntax/lint gate)
|
|
37
|
-
→ test_gate (host terminal 실행)
|
|
38
|
-
→ supercoder_brief (evidence 필수)
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
비코딩 질문은 `bypass`로 오버헤드 최소화.
|
|
42
|
-
|
|
43
|
-
## 빠른 시작
|
|
44
|
-
|
|
45
|
-
```bash
|
|
46
|
-
pip install cluxion-agentplugin-supercoder
|
|
47
|
-
cluxion-supercoder check
|
|
48
|
-
hermes plugins enable cluxion-agentplugin-supercoder
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
## 도구 (`supercoder` toolset, 9 tools)
|
|
52
|
-
|
|
53
|
-
| Tool | 설명 |
|
|
54
|
-
|------|------|
|
|
55
|
-
| `supercoder_plan` | WorkUnit 큐 (coding plan에 2000-char repo map 포함; `repo_map:false`로 opt-out) |
|
|
56
|
-
| `supercoder_repo_map` | budgeted repo map (files + top-level symbols; `files_omitted`로 잘림 표시) |
|
|
57
|
-
| `supercoder_read_window` | line-bounded read |
|
|
58
|
-
| `supercoder_patch` | hash 검증 patch + L1 syntax gate (lint advisory) |
|
|
59
|
-
| `supercoder_cursor_map` | repo index |
|
|
60
|
-
| `supercoder_syntax_gate` | tree-sitter parse-check (python/rust/js/ts/tsx/json; toml stdlib) |
|
|
61
|
-
| `supercoder_lint_gate` | advisory ruff lint (suggest-only) |
|
|
62
|
-
| `supercoder_test_gate` | 테스트 제안 |
|
|
63
|
-
| `supercoder_brief` | evidence 요약 |
|
|
64
|
-
|
|
65
|
-
## Adapters
|
|
66
|
-
|
|
67
|
-
- `adapters/hermes/` — Hermes enable 가이드
|
|
68
|
-
- `adapters/claude/skills/supercoder/` — Claude skill
|
|
69
|
-
- `adapters/codex/config-snippet.toml` — Codex 참고
|
|
70
|
-
|
|
71
|
-
## 문서
|
|
72
|
-
|
|
73
|
-
- [Docs/README.md](Docs/README.md) — **처음 읽는 분** + 목차
|
|
74
|
-
- [Docs/architecture.md](Docs/architecture.md)
|
|
75
|
-
- [Docs/design.md](Docs/design.md)
|
|
76
|
-
- [Docs/installation.md](Docs/installation.md)
|
|
77
|
-
- [Docs/tools.md](Docs/tools.md)
|
|
78
|
-
- [Docs/agent-surfaces.md](Docs/agent-surfaces.md)
|
|
79
|
-
- [Docs/capabilities.md](Docs/capabilities.md)
|
|
80
|
-
- [Docs/rust-architecture.md](Docs/rust-architecture.md)
|
|
81
|
-
|
|
82
|
-
## License
|
|
83
|
-
|
|
84
|
-
Apache-2.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/ARCHITECTURE.md
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/README.md
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/agent-surfaces.md
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/architecture.md
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/capabilities.md
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/design.md
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/installation.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
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_cursor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_plugin.py
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_queue.py
RENAMED
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_repo_map.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_safety.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|