Skip to content

Commit 5c04dbb

Browse files
committed
docs(tasks): remove checkbox legend syntax
1 parent b6df7fa commit 5c04dbb

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/Tasks/Parity1/TASKS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Non-goals (tracked in `docs/Tasks/Future-Parity-Notes.md`):
1313
- Creating an OS-visible network adapter (TUN/TAP/WFP/NPCAP/etc.)
1414

1515
Status legend:
16-
- `[ ]` Pending
17-
- `[x]` Completed (implemented + validated + committed)
16+
- Pending (unchecked)
17+
- Completed (implemented + validated + committed)
1818

1919
## Milestone P0 — Planning + acceptance criteria
2020
- [x] Create this Parity1 task list.

docs/Tasks/libzt-dotnet-implementation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# libzt-dotnet implementation plan
22

33
## Status legend
4-
- `[ ]` Pending
5-
- `[x]` Completed
4+
- Pending (unchecked)
5+
- Completed
66

77
This file tracks the full implementation of a fully managed .NET 10 replacement for `libzt` (no P/Invoke, no native daemon/binaries).
88

docs/Tasks/zerotier-real-stack-mvp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Goal: join an existing controller-based ZeroTier network (normal NWIDs like `9ad07d01093a69e3`) without an OS ZeroTier install and without native binaries, then open outbound TCP connections by managed IP (e.g. `10.121.15.99:5380`) via `HttpClient`.
44

55
Status legend:
6-
- `[ ]` Pending
7-
- `[x]` Completed (implemented + validated + committed)
6+
- Pending (unchecked)
7+
- Completed (implemented + validated + committed)
88

99
## Milestone Z0 — Repo/task scaffolding
1010
- [x] Add initial task breakdown (this file).

0 commit comments

Comments
 (0)