Skip to content

Commit fad9312

Browse files
committed
chore(clean)
1 parent f8fdace commit fad9312

30 files changed

Lines changed: 30 additions & 89 deletions

src/gitvoyant/__init__.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
"""
2-
# Copyright 2025 ByteStack Labs
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
1+
"""GitVoyant CLI Initialization
152
16-
Module: src/gitvoyant/__init__.py
3+
Copyright 2025 ByteStack Labs
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
178
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
17+
Module: src/gitvoyant/__init__.py
1818
GitVoyant v0.2.0 - Temporal Code Intelligence Platform
1919
Real-World Ready evolution of proven temporal evaluation research
2020
"""

src/gitvoyant/application/agent_runtime.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
- Custom GitVoyant use cases and tools
3131
3232
Author: Jesse Moses (@Cre4T3Tiv3) <jesse@bytestacklabs.com>
33-
3433
Version: 0.2.0
35-
3634
License: Apache 2.0
3735
"""
3836

src/gitvoyant/application/dto/evaluation_response.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515
1616
Module: src/gitvoyant/application/dto/evaluation_response.py
17-
1817
DTO: EvaluationResponse for API layer
1918
2019
This module defines the EvaluationResponse data transfer object used to
@@ -26,9 +25,7 @@
2625
and actionable recommendations.
2726
2827
Author: Jesse Moses (@Cre4T3Tiv3) <jesse@bytestacklabs.com>
29-
3028
Version: 0.2.0
31-
3229
License: Apache 2.0
3330
"""
3431

src/gitvoyant/application/use_cases/analyze_file_use_case.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
analysis, including parameter validation and result formatting.
2626
2727
Author: Jesse Moses (@Cre4T3Tiv3) <jesse@bytestacklabs.com>
28-
2928
Version: 0.2.0
30-
3129
License: Apache 2.0
3230
"""
3331

src/gitvoyant/application/use_cases/analyze_repo_use_case.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
provide holistic repository quality assessment.
2626
2727
Author: Jesse Moses (@Cre4T3Tiv3) <jesse@bytestacklabs.com>
28-
2928
Version: 0.2.0
30-
3129
License: Apache 2.0
3230
"""
3331

src/gitvoyant/cli/__init__.py

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
"""
2-
# Copyright 2025 ByteStack Labs
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
1+
"""GitVoyant CLI Initialization
152
16-
Module: src/gitvoyant/cli/__init__.py
3+
Copyright 2025 ByteStack Labs
174
18-
Author: Jesse Moses (@Cre4T3Tiv3) <jesse@bytestacklabs.com>
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
198
20-
Version: 0.2.0
9+
http://www.apache.org/licenses/LICENSE-2.0
2110
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
17+
Module: src/gitvoyant/cli/__init__.py
18+
Author: Jesse Moses (@Cre4T3Tiv3) <jesse@bytestacklabs.com>
19+
Version: 0.2.0
2220
License: Apache 2.0
2321
"""
2422

src/gitvoyant/cli/analyze.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
analysis modes for different GitVoyant use cases.
2626
2727
Author: Jesse Moses (@Cre4T3Tiv3) <jesse@bytestacklabs.com>
28-
2928
Version: 0.2.0
30-
3129
License: Apache 2.0
3230
"""
3331

src/gitvoyant/cli/banner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
branding across different CLI contexts.
2626
2727
Author: Jesse Moses (@Cre4T3Tiv3) <jesse@bytestacklabs.com>
28-
2928
Version: 0.2.0
30-
3129
License: Apache 2.0
3230
"""
3331

src/gitvoyant/cli/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
analysis modes and utility functions.
2727
2828
Author: Jesse Moses (@Cre4T3Tiv3) <jesse@bytestacklabs.com>
29-
3029
Version: 0.2.0
31-
3230
License: Apache 2.0
3331
"""
3432

src/gitvoyant/cli/cli_output_service.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
consistent and visually appealing output across different CLI contexts.
2626
2727
Author: Jesse Moses (@Cre4T3Tiv3) <jesse@bytestacklabs.com>
28-
2928
Version: 0.2.0
30-
3129
License: Apache 2.0
3230
"""
3331

0 commit comments

Comments
 (0)