We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369ed1e commit 35e1d12Copy full SHA for 35e1d12
2 files changed
journal/2026-03-23.md
@@ -16,3 +16,4 @@
16
[2026-03-23T07:22:14] - Commit maintenance v2 plan and research before starting work.
17
[2026-03-23T07:22:48] - Implement dynamic structural testing suite for all commands and agents.
18
[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
@@ -20,9 +20,6 @@ def test_commands_synced_in_user_guide():
20
with open("docs/user-guide.md", "r") as f:
21
content = f.read()
22
for cmd in commands:
23
- # Known gaps to be fixed in this task
24
- if cmd in ["scaffold", "onboard"]:
25
- continue
26
assert f"/{cmd}" in content
27
28
def test_no_legacy_docs_command():
0 commit comments