Skip to content

Commit 57dd24f

Browse files
ChanceSiyuanclaude
andcommitted
Add getting started guide and demo dataset generator
Rewrote PIPELINE_ILLUSTRATION.md as a practical getting-started guide focused on data generation workflow. Added generate_demo_dataset.py to provide a working example that generates, validates, and saves a small syndrome dataset. These changes make it easier for new users to understand and use the package. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7472fe7 commit 57dd24f

File tree

3 files changed

+347
-294
lines changed

3 files changed

+347
-294
lines changed

.claude/settings.local.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(gh issue view:*)",
5+
"Bash(gh pr comment:*)",
6+
"Bash(gh run view:*)"
7+
]
8+
}
9+
}

0 commit comments

Comments
 (0)