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.
Files changed (61) hide show
  1. cluxion_agentplugin_supercoder-0.2.1/LICENSE +201 -0
  2. cluxion_agentplugin_supercoder-0.2.1/PKG-INFO +108 -0
  3. cluxion_agentplugin_supercoder-0.2.1/README.md +85 -0
  4. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/pyproject.toml +1 -1
  5. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/__init__.py +1 -1
  6. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/runner.py +10 -7
  7. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/rust_bridge.py +16 -10
  8. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/uv.lock +35 -35
  9. cluxion_agentplugin_supercoder-0.2.0/PKG-INFO +0 -106
  10. cluxion_agentplugin_supercoder-0.2.0/README.md +0 -84
  11. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/.github/workflows/ci.yml +0 -0
  12. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/.github/workflows/publish.yml +0 -0
  13. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/.gitignore +0 -0
  14. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/ARCHITECTURE.md +0 -0
  15. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/README.md +0 -0
  16. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/agent-surfaces.md +0 -0
  17. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/architecture.md +0 -0
  18. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/capabilities.md +0 -0
  19. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/design.md +0 -0
  20. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/installation.md +0 -0
  21. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/rust-architecture.md +0 -0
  22. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/Docs/tools.md +0 -0
  23. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/__init__.py +0 -0
  24. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/adapters/claude/.claude-plugin/plugin.json +0 -0
  25. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/adapters/claude/skills/supercoder/SKILL.md +0 -0
  26. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/adapters/codex/config-snippet.toml +0 -0
  27. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/adapters/hermes/README.md +0 -0
  28. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/plugin.yaml +0 -0
  29. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/Cargo.lock +0 -0
  30. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/Cargo.toml +0 -0
  31. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/pyproject.toml +0 -0
  32. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/src/lib.rs +0 -0
  33. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/src/main.rs +0 -0
  34. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/src/outline.rs +0 -0
  35. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/rust/supercoder_index/src/syntax.rs +0 -0
  36. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/scripts/repack_native_wheel.py +0 -0
  37. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/cli.py +0 -0
  38. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/cursor.py +0 -0
  39. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/hash_patch.py +0 -0
  40. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/line_budget.py +0 -0
  41. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/lint_gate.py +0 -0
  42. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/queue.py +0 -0
  43. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/repo_map.py +0 -0
  44. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/retry_loop.py +0 -0
  45. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/safety.py +0 -0
  46. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/syntax_gate.py +0 -0
  47. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/core/test_gate.py +0 -0
  48. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/plugin.py +0 -0
  49. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/src/cluxion_agentplugin_supercoder/schemas.py +0 -0
  50. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_cursor.py +0 -0
  51. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_hash_patch.py +0 -0
  52. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_line_budget.py +0 -0
  53. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_lint_gate.py +0 -0
  54. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_plugin.py +0 -0
  55. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_queue.py +0 -0
  56. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_repo_map.py +0 -0
  57. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_retry_loop.py +0 -0
  58. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_rust_bridge.py +0 -0
  59. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_safety.py +0 -0
  60. {cluxion_agentplugin_supercoder-0.2.0 → cluxion_agentplugin_supercoder-0.2.1}/tests/test_syntax_gate.py +0 -0
  61. {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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "cluxion-agentplugin-supercoder"
7
- version = "0.2.0"
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"
@@ -1,5 +1,5 @@
1
1
  from __future__ import annotations
2
2
 
3
- __version__ = "0.2.0"
3
+ __version__ = "0.2.1"
4
4
 
5
5
  __all__ = ["__version__"]
@@ -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
- original_text = target.read_text(encoding="utf-8") if target.exists() else None
97
- result = apply_patch(
98
- target,
99
- old_text=old_text,
100
- new_text=str(payload.get("new_text", "")),
101
- expected_file_hash=str(payload.get("expected_file_hash", "")),
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 == "native":
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
- parsed = json.loads(raw)
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 = json.loads(completed.stdout)
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.0"
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 = "48.0.1"
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/12/45/870e7f4bef50e5f53b9f51d4428aee5290eedf58ba443f16b1ebb7ab8e66/cryptography-48.0.1.tar.gz", hash = "sha256:266f4ee051abb2f725b74ef8072b521ce1feacf685a3364fa6a6b45548db791a", size = 832989, upload-time = "2026-06-09T22:32:31.8Z" }
210
- wheels = [
211
- { url = "https://files.pythonhosted.org/packages/d5/85/6379d42181bfc713094f081360fc5784d6c816b599d45e7f082502d173ce/cryptography-48.0.1-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:32143b24adb918f078134e1e230f1eb8cc04886b92c28b5f0041aaf3e5699225", size = 4696243, upload-time = "2026-06-09T22:32:33.446Z" },
212
- { url = "https://files.pythonhosted.org/packages/9c/87/c85d147b53323c7eb4d850920c8901377323c2a0ff8d79c262d4fee89aa2/cryptography-48.0.1-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:f0d27a5696721ef7a672b8c810f6aded391058e0b9486e63e6d93baf765da691", size = 4713235, upload-time = "2026-06-09T22:31:40.141Z" },
213
- { url = "https://files.pythonhosted.org/packages/79/58/67cbf8cf1ee7c54b439ca07bbecf8362c07afc11a3724fea70f745784add/cryptography-48.0.1-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:eb86ce1af36fe65041b6db9a8bb064ee621a7e5fded0f80d475ec243477cd242", size = 4702323, upload-time = "2026-06-09T22:31:42.191Z" },
214
- { url = "https://files.pythonhosted.org/packages/d2/bb/cc4b78784f97efc8c5874c2a9743708d172be6663024b34a0467885ae0c8/cryptography-48.0.1-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3752f2dbc8f07a30aad2932c986cea495b03bb554887828225da104f732852b6", size = 4746137, upload-time = "2026-06-09T22:31:31.01Z" },
215
- { url = "https://files.pythonhosted.org/packages/1f/52/0c44de3f5267f8fbe8e835138017522a333436166e406f0db9b9e6e3033f/cryptography-48.0.1-cp311-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:bd81490cd5801d755cf97bb68ac191f14b708470b1c7cf4580f669b9c9264cd8", size = 4333867, upload-time = "2026-06-09T22:32:28.096Z" },
216
- { url = "https://files.pythonhosted.org/packages/9a/2e/772d7adbfa931537bc401640b7cac9976bff689bda187833e5d63b428e49/cryptography-48.0.1-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:66fd0771e7b9c6dcd44cf1120690d2338d16d72795cf40cae2786a39eba65429", size = 4701805, upload-time = "2026-06-09T22:31:38.284Z" },
217
- { url = "https://files.pythonhosted.org/packages/9f/13/8b765e2e12b07c74941caadb9d1c8fdc006c4dfbf2b8f2d610519758954d/cryptography-48.0.1-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:0ee6ea481db1ab889cba043ec1eda17bb9c1ea79db6722f779c3667f9f70322f", size = 4745488, upload-time = "2026-06-09T22:32:30.07Z" },
218
- { url = "https://files.pythonhosted.org/packages/2e/aa/48972bce55049b32a94f4907eda4d75fa385aad8a39506cc2fc72196ecf0/cryptography-48.0.1-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:f2ceef93cb096aa3c4cc4b5c94ca6131f9196d28c64d6111533402a9b2054d41", size = 4830256, upload-time = "2026-06-09T22:31:43.868Z" },
219
- { url = "https://files.pythonhosted.org/packages/47/a2/e5079a032fb85cf6005046ca92bbd78b0c82dad2b5751ab8c311659da06f/cryptography-48.0.1-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:9bd3f92d76217892b15df84ca256c2c113d386fdda7a7d8691aeeced976507c6", size = 4979117, upload-time = "2026-06-09T22:31:05.845Z" },
220
- { url = "https://files.pythonhosted.org/packages/8a/13/6476736484b94041110c8340a3eb63962fea4975baea8cb4a512adb44d4d/cryptography-48.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d5d30989c6917b478b5817902e85fddaea2261efa8648383d965381ccb9e1ac4", size = 4689201, upload-time = "2026-06-09T22:31:09.745Z" },
221
- { url = "https://files.pythonhosted.org/packages/79/62/65a87f34d2a431546e2509b85d55e8c90df86d668f6731da64d538512ac2/cryptography-48.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:df637c05205ea7c1d7fbcbe54bbfea648a52951155f997af13d895d0ecc96991", size = 4702822, upload-time = "2026-06-09T22:32:24.409Z" },
222
- { url = "https://files.pythonhosted.org/packages/7f/59/810b5204b0a9b10f4b6bc06bd551a8b609803cd931806bc3b71884b225e5/cryptography-48.0.1-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:869c3b8a53bfe27147832df48b32adadf558249d50e76cb3769d40e986b13265", size = 4694875, upload-time = "2026-06-09T22:32:08.737Z" },
223
- { url = "https://files.pythonhosted.org/packages/03/8c/3be6cb4da181f5bb6c19cf560c2359d60644a6b5fc5b57854e528f47b296/cryptography-48.0.1-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:d069066deead00ac7f090be101be875a06855908f7ec004c27b8fefb4acfb411", size = 4737082, upload-time = "2026-06-09T22:32:22.66Z" },
224
- { url = "https://files.pythonhosted.org/packages/aa/f6/d5f60a5a1434dbfd949e227fd0065d194c7e6b6ac526b17f5c06152b8231/cryptography-48.0.1-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:09f73a725d582cef64b91281a322cd798d14a33b2b6f2b7ad9531dc336d84c02", size = 4325328, upload-time = "2026-06-09T22:32:10.777Z" },
225
- { url = "https://files.pythonhosted.org/packages/17/b7/ba75dd947a14b6ad907b01ae8f6b5b348cdd1b48142f0063dee9e20c1d9d/cryptography-48.0.1-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:15254441469dd6bf027039453288e2072124f8b6603563f5d759e1c9b69273fa", size = 4694530, upload-time = "2026-06-09T22:31:53.105Z" },
226
- { url = "https://files.pythonhosted.org/packages/9f/04/618f4115cfc0add0838c82507aa18a346089428da8653ad38b3ff36f5cb3/cryptography-48.0.1-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:b4e391975f038e66432328639620a4aff2d307513b004f1ca06d6225bced815c", size = 4736660, upload-time = "2026-06-09T22:32:12.676Z" },
227
- { url = "https://files.pythonhosted.org/packages/24/9c/06e062462a0de28a3b3911322eded4c16deb9f441b1b7575d3dc59488ab5/cryptography-48.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:42fcd8e26fe555d9b3577a135f5091fefa0aa4e99129c23fb56787a1bd4ada72", size = 4822229, upload-time = "2026-06-09T22:31:17.062Z" },
228
- { url = "https://files.pythonhosted.org/packages/f4/be/0561971eaaee4b8a0e7d5113c536921063ab91aaf23278ac374eaf881e11/cryptography-48.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:c1400da5e32a43253392277eac7490a60e497d810a63dd5608d71bbd7af507c9", size = 4966364, upload-time = "2026-06-09T22:31:32.842Z" },
229
- { url = "https://files.pythonhosted.org/packages/b0/d9/45f309a7e4e5f3f8f121d6d3be9e94024a7726ec598d6e08ae04edb2f04d/cryptography-48.0.1-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:48fe40804d4caa2288f24e70ca8c64c42dd826da0ad7e4f1b41b2128d679e6c8", size = 4690196, upload-time = "2026-06-09T22:31:54.74Z" },
230
- { url = "https://files.pythonhosted.org/packages/5f/9f/a1bc8bcc798811b8527eb374bbccf30a3f3e806829d967118222bf1125eb/cryptography-48.0.1-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:86be3b1b0b6bf09482fb50a979c508d2950ed95f5621ec77f4e385962006b83a", size = 4696782, upload-time = "2026-06-09T22:31:45.615Z" },
231
- { url = "https://files.pythonhosted.org/packages/66/c2/81a4fb4e4373c500bb526bc337ac5719dd31dd15b970b84a238168c6aa08/cryptography-48.0.1-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:4ab0a343c807bbcd90c971cd1ecf072937cd01847a9e002bef88fb47ac6be577", size = 4696618, upload-time = "2026-06-09T22:31:11.564Z" },
232
- { url = "https://files.pythonhosted.org/packages/78/13/fba657f958d2af66ea959a4ba01212632089249d34af1ae48054136344d7/cryptography-48.0.1-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:88c852a0ae366e262e5a1744b685e6a433dc8788dd2a277e418bf4904203609d", size = 4731873, upload-time = "2026-06-09T22:31:22.253Z" },
233
- { url = "https://files.pythonhosted.org/packages/4c/4c/9a964756d24a26b3e34dfcb16f961b89838786e6700b635b0d1e3adff4b6/cryptography-48.0.1-cp39-abi3-manylinux_2_31_armv7l.whl", hash = "sha256:43c5835e2cb98c8733d86f57d6fc879b613f5c3478607281c3e36daffc6dd8a6", size = 4330804, upload-time = "2026-06-09T22:31:36.56Z" },
234
- { url = "https://files.pythonhosted.org/packages/4b/0f/a10f3a6eb12950a10e3a874070283aa2dd5875b2bfd15fad8a3e17b3f13e/cryptography-48.0.1-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:fe0180af5bf9236518a087e35bf2d9a347d5f5f51e63c579d683ddff424e3d46", size = 4696217, upload-time = "2026-06-09T22:31:13.351Z" },
235
- { url = "https://files.pythonhosted.org/packages/68/ab/8aaa12e4516ec4464033ab79b6f3b592bd5a92102467c4ace8a0d970203f/cryptography-48.0.1-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:b74ca3b8e5ecdd833bf6a002ca41b4793bb27fb8f1c06ffaf2643c9e9140e31b", size = 4731388, upload-time = "2026-06-09T22:32:04.019Z" },
236
- { url = "https://files.pythonhosted.org/packages/1b/24/50027ea4dca85ec1f40688f3c24fb32ccacd520583c9592c3cc95628e6fb/cryptography-48.0.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:2c37f2461406063b417837f5f3daab668652acd82423efcd7f0a9f04be972de1", size = 4824186, upload-time = "2026-06-09T22:32:18.707Z" },
237
- { url = "https://files.pythonhosted.org/packages/52/41/04cb5eb17085ade6f50cc611fb657df6a0f5885350de8764ece89c050197/cryptography-48.0.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:86fe77abb1bd87afb251d4d02ada7ecf53a32cee9b67d976abb2e45a13297475", size = 4964539, upload-time = "2026-06-09T22:31:18.793Z" },
238
- { url = "https://files.pythonhosted.org/packages/e0/4a/3f43451b4f858bfceaaaffc649e6e787e8d4fb332a1d443af39ab02cc8f1/cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:735824ec41b7f74a7c45fb1591349333e4c696cb6c044e5f46356e560143e4cd", size = 4641226, upload-time = "2026-06-09T22:31:02.532Z" },
239
- { url = "https://files.pythonhosted.org/packages/73/4e/855584c2c23b09e4ce2d3b9c30e983e679cd60b068c513c6bbdb91e11782/cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:92a46e1d638daa264ba2971c0b0489c9409787943efae4d60ffda3d091ef832c", size = 4668958, upload-time = "2026-06-09T22:32:06.213Z" },
240
- { url = "https://files.pythonhosted.org/packages/42/3b/d35750e41d803d1e516fd6d6011f065424924da7af1748cef4cc9cb3ede1/cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:7e234ac052af99f2700826a5c29ea99d9c1b1f80341cde62d11c8154dc8e0bd9", size = 4640793, upload-time = "2026-06-09T22:32:26.331Z" },
241
- { url = "https://files.pythonhosted.org/packages/ca/aa/cdb7181fe865285e87e96825aaab239400f1de0c3bfba9bd9769b79f1a92/cryptography-48.0.1-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:33842cf0888951cef5bc7ac724ab844a42044c1727b967b7f8997289a0464f92", size = 4668505, upload-time = "2026-06-09T22:31:27.534Z" },
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