feat: add production init wizard UX
This commit is contained in:
@@ -41,8 +41,8 @@ assert not (root / "packages/casan-harness/level5").exists()
|
||||
assert not (root / "packages/casan-harness/scripts/bash/ci-harness-gate.sh").exists()
|
||||
for relative in ("docs/casan/CASAN_ADOPTION_WINDOWS.md", "docs/casan/CASAN_PROMPT_ENFORCEMENT.md"):
|
||||
text = (root / relative).read_text(encoding="utf-8")
|
||||
assert "sample-project" in text
|
||||
assert "Sample Project" in text or relative.endswith("CASAN_PROMPT_ENFORCEMENT.md")
|
||||
assert "casan init" in text
|
||||
assert "managed" in text.lower() and "vendored" in text.lower()
|
||||
assert "__PROJECT_ID__" not in text and "__PROJECT_NAME__" not in text
|
||||
PY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user