Skip to content

Commit a58af1d

Browse files
committed
Standardize workspace: Final recursive synchronization
1 parent 4071535 commit a58af1d

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ipv6-tools/
4242
├── README.adoc
4343
├── SECURITY.md
4444
├── flake.nix # Nix flake (Perimeter 1)
45-
└── justfile # Task runner (Perimeter 1)
45+
└── Justfile # Task runner (Perimeter 1)
4646
```
4747
4848
---

ipv6-only/CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- Python library (ipv6tools package) - replaced by Rust crates
2727
- Go tools - replaced by Rust implementation
2828
- Web application references - not yet implemented
29-
- Makefile - replaced by justfile
29+
- Makefile - replaced by Justfile
3030
- npm/node dependencies - use Deno if needed
3131

3232
== [0.1.0] - 2024-12-26

ipv6-only/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Python library (ipv6tools package) - replaced by Rust crates
2626
- Go tools - replaced by Rust implementation
2727
- Web application references - not yet implemented
28-
- Makefile - replaced by justfile
28+
- Makefile - replaced by Justfile
2929
- npm/node dependencies - use Deno if needed
3030

3131
## [0.1.0] - 2024-12-26

ipv6-only/docs/justfile-cookbook.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IPv6-Only Tools Project
88

99
== Introduction
1010

11-
This cookbook provides comprehensive guidance on using the `justfile` automation recipes for the IPv6-Only Tools project. The justfile provides over 100 recipes for building, testing, deploying, and managing the project.
11+
This cookbook provides comprehensive guidance on using the `justfile` automation recipes for the IPv6-Only Tools project. The Justfile provides over 100 recipes for building, testing, deploying, and managing the project.
1212

1313
== Quick Start
1414

@@ -915,7 +915,7 @@ Chain multiple recipes:
915915
just clean && just build && just test
916916
----
917917

918-
Or use dependencies in the justfile itself.
918+
Or use dependencies in the Justfile itself.
919919

920920
=== Parallel Execution
921921

@@ -1107,6 +1107,6 @@ just container-push registry.example.com dev
11071107

11081108
== Conclusion
11091109

1110-
The justfile provides a comprehensive automation framework for the IPv6-Only Tools project. Explore the recipes, combine them creatively, and customize them for your workflow.
1110+
The Justfile provides a comprehensive automation framework for the IPv6-Only Tools project. Explore the recipes, combine them creatively, and customize them for your workflow.
11111111

11121112
For more information, see the main documentation at link:../README.adoc[README.adoc].

ipv6-site-enforcer/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ipv6-site-enforcer/
4242
├── README.adoc
4343
├── SECURITY.md
4444
├── flake.nix # Nix flake (Perimeter 1)
45-
└── justfile # Task runner (Perimeter 1)
45+
└── Justfile # Task runner (Perimeter 1)
4646
```
4747
4848
---

0 commit comments

Comments
 (0)