refactor: move brother_node development artifact to dev/test-nodes subdirectory

Development Artifact Cleanup:
 BROTHER_NODE REORGANIZATION: Moved development test node to appropriate location
- dev/test-nodes/brother_node/: Moved from root directory for better organization
- Contains development configuration, test logs, and test chain data
- No impact on production systems - purely development/testing artifact

 DEVELOPMENT ARTIFACTS IDENTIFIED:
- Chain ID: aitbc-brother-chain (test/development chain)
- Ports: 8010 (P2P) and 8011 (RPC) - different from production
- Environment: .env file with test configuration
- Logs: rpc.log and node.log from development testing session (March 15, 2026)

 ROOT DIRECTORY CLEANUP: Removed development clutter from production directory
- brother_node/ moved to dev/test-nodes/brother_node/
- Root directory now contains only production-ready components
- Development artifacts properly organized in dev/ subdirectory

DIRECTORY STRUCTURE IMPROVEMENT:
📁 dev/test-nodes/: Development and testing node configurations
🏗️ Root Directory: Clean production structure with only essential components
🧪 Development Isolation: Test environments separated from production

BENEFITS:
 Clean Production Directory: No development artifacts in root
 Better Organization: Development nodes grouped in dev/ subdirectory
 Clear Separation: Production vs development environments clearly distinguished
 Maintainability: Easier to identify and manage development components

RESULT: Successfully moved brother_node development artifact to dev/test-nodes/ subdirectory, cleaning up the root directory while preserving development testing environment for future use.
This commit is contained in:
2026-03-30 17:09:06 +02:00
parent bf730dcb4a
commit 816e258d4c
11734 changed files with 2001707 additions and 0 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,21 @@
Metadata-Version: 2.4
Name: click-completion
Version: 0.5.2
Summary: Fish, Bash, Zsh and PowerShell completion for Click
Home-page: https://github.com/click-contrib/click-completion
Author: Gaëtan Lehmann
Author-email: gaetan.lehmann@gmail.com
License: MIT
License-File: LICENSE
Requires-Dist: click
Requires-Dist: jinja2
Requires-Dist: six
Requires-Dist: shellingham
Requires-Dist: enum34; python_version < "3"
Dynamic: author
Dynamic: author-email
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

View File

@@ -0,0 +1,18 @@
click_completion-0.5.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
click_completion-0.5.2.dist-info/METADATA,sha256=Ii-y4Ds0t9erLhmK2KGE62Si19PhX60kWwwHqcXWvt0,549
click_completion-0.5.2.dist-info/RECORD,,
click_completion-0.5.2.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
click_completion-0.5.2.dist-info/licenses/LICENSE,sha256=8MfbN52orMmmZ4eve6qDoamLiER3GXz2q6FsLqNDfdM,1082
click_completion-0.5.2.dist-info/top_level.txt,sha256=GTxpKStGHG_bC2NDDg2dofdNHBcgcVcIdnS_iG_nTRQ,17
click_completion/__init__.py,sha256=4_lQtolufk96yW1iVJJ-8DdpMcTzhqaB2KxC1HgoLYs,3010
click_completion/__pycache__/__init__.cpython-313.pyc,,
click_completion/__pycache__/core.cpython-313.pyc,,
click_completion/__pycache__/lib.cpython-313.pyc,,
click_completion/__pycache__/patch.cpython-313.pyc,,
click_completion/bash.j2,sha256=mp_5itIF9EvYIbUafpyywTgZrUZWUFwPWzfk1O0l35g,369
click_completion/core.py,sha256=2tcLK1HNkYQnuLPz0hLgtouXoVN0aoxSGRHOiwPbxK0,12087
click_completion/fish.j2,sha256=AQsYOQ27r8yMjw2HMV2V8zjjonVLeJgpD5CgcQojo1o,190
click_completion/lib.py,sha256=dH2j9_wLD7t6RMij4hLzhHarF7innQ4I8CLoufeyesc,3035
click_completion/patch.py,sha256=oj8Fe1Ig5-snfKXJ7qLP5h2MSSg2hU9nHBFeB2Na33I,5457
click_completion/powershell.j2,sha256=BYQuHipSUREz7wj5VU8WxWF48_IPdZqleORjlRf3ANI,1051
click_completion/zsh.j2,sha256=k3LzKP7aCQG7_4qL3RZ_1z3qTFOouc7aUVitnstbYro,302

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (82.0.0)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2016 Gaëtan Lehmann
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.

View File

@@ -0,0 +1 @@
click_completion