Skip to content

Commit 35e1d12

Browse files
committed
Step: Finalize documentation sync and remove hardcoded test skips.
1 parent 369ed1e commit 35e1d12

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

journal/2026-03-23.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
[2026-03-23T07:22:14] - Commit maintenance v2 plan and research before starting work.
1717
[2026-03-23T07:22:48] - Implement dynamic structural testing suite for all commands and agents.
1818
[2026-03-23T07:23:08] - Refactor tests/test_review_command.py to focus on migration integrity.
19+
[2026-03-23T07:23:40] - Finalize documentation sync and remove hardcoded test skips.

tests/test_sync.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ def test_commands_synced_in_user_guide():
2020
with open("docs/user-guide.md", "r") as f:
2121
content = f.read()
2222
for cmd in commands:
23-
# Known gaps to be fixed in this task
24-
if cmd in ["scaffold", "onboard"]:
25-
continue
2623
assert f"/{cmd}" in content
2724

2825
def test_no_legacy_docs_command():

0 commit comments

Comments
 (0)