chore: remove internal tooling files and duplicate LICENSE

This commit is contained in:
2026-06-09 01:02:41 +02:00
parent a949c77e5f
commit 2730c09247
5 changed files with 4 additions and 78 deletions
-21
View File
@@ -1,21 +0,0 @@
# Project Context (Auto-generated)
> This file was automatically generated by CodeWhale.
> You can edit or delete it at any time.
## Bounded Project Overview
```json
{
"project_name": "xpusys",
"directory_structure": [],
"readme": null,
"config_files": [],
"key_source_files": [],
"counts": {
"config_files": 0,
"directory_entries": 0,
"key_source_files": 0
}
}
```
File diff suppressed because one or more lines are too long
-30
View File
@@ -1,30 +0,0 @@
{
"schema_version": 1,
"agents": [
{
"id": "agent_81924c2d",
"session_name": "clone-fork",
"fork_context": false,
"workspace": "/home/pe1085/development/xpusys",
"agent_type": "implementer",
"prompt": "Clone the repository https://github.com/forkless/ComfyUI-XPUSYS-Monitor-AMD into the current directory /home/pe1085/development/xpusys. Use `git clone https://github.com/forkless/ComfyUI-XPUSYS-Monitor-AMD .` to clone into the existing directory.",
"assignment": {
"objective": "Clone the repository https://github.com/forkless/ComfyUI-XPUSYS-Monitor-AMD into the current directory /home/pe1085/development/xpusys. Use `git clone https://github.com/forkless/ComfyUI-XPUSYS-Monitor-AMD .` to clone into the existing directory.",
"role": "implementer"
},
"model": "deepseek-v4-flash",
"nickname": "Beaked",
"status": {
"Failed": "Sub-agent requested unavailable tools: exec_shell\n(child model `deepseek-v4-flash` may be unavailable under the current access profile — retry agent_open with a different `model`, or remove `model` to inherit the parent's)"
},
"result": null,
"steps_taken": 0,
"duration_ms": 17,
"allowed_tools": [
"exec_shell"
],
"updated_at_ms": 1780951716988,
"session_boot_id": "boot_3aa40f1d-b3c"
}
]
}
+4
View File
@@ -4,3 +4,7 @@ __pycache__/
*.egg-info/
dist/
build/
# Internal tooling state — not part of the project
.codewhale/
.deepseek/
-21
View File
@@ -1,21 +0,0 @@
MIT License
Copyright (c) 2026 forkless
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.