first
This commit is contained in:
54
.gitignore
vendored
Normal file
54
.gitignore
vendored
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
# Python bytecode/cache
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# Virtual environments
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
|
env/
|
||||||
|
ENV/
|
||||||
|
|
||||||
|
# Test/type/lint/cache artifacts
|
||||||
|
.pytest_cache/
|
||||||
|
.mypy_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
.coverage
|
||||||
|
coverage.xml
|
||||||
|
htmlcov/
|
||||||
|
|
||||||
|
# Runtime logs
|
||||||
|
*.log
|
||||||
|
logs/*
|
||||||
|
!logs/.gitkeep
|
||||||
|
|
||||||
|
# Generated runtime output
|
||||||
|
output/
|
||||||
|
data/guidance/
|
||||||
|
|
||||||
|
# Local source/input files and upload fixtures
|
||||||
|
origin/
|
||||||
|
|
||||||
|
# Local secrets/config
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
|
||||||
|
# Frontend dependencies/build output
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
.next/
|
||||||
|
.vite/
|
||||||
|
|
||||||
|
# IDE and OS files
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Office/editor temporary files
|
||||||
|
~$*
|
||||||
|
*.tmp
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
BIN
app/__init__.py
Normal file
BIN
app/__init__.py
Normal file
Binary file not shown.
BIN
app/routes/__init__.py
Normal file
BIN
app/routes/__init__.py
Normal file
Binary file not shown.
BIN
app/routes/domain.py
Normal file
BIN
app/routes/domain.py
Normal file
Binary file not shown.
BIN
app/routes/guidance.py
Normal file
BIN
app/routes/guidance.py
Normal file
Binary file not shown.
BIN
app/routes/health.py
Normal file
BIN
app/routes/health.py
Normal file
Binary file not shown.
BIN
app/routes/rules.py
Normal file
BIN
app/routes/rules.py
Normal file
Binary file not shown.
BIN
app/routes/schema.py
Normal file
BIN
app/routes/schema.py
Normal file
Binary file not shown.
BIN
app/rules/__init__.py
Normal file
BIN
app/rules/__init__.py
Normal file
Binary file not shown.
BIN
app/utils/__init__.py
Normal file
BIN
app/utils/__init__.py
Normal file
Binary file not shown.
BIN
app/utils/guidance_analysis.py
Normal file
BIN
app/utils/guidance_analysis.py
Normal file
Binary file not shown.
BIN
app/utils/guidance_storage.py
Normal file
BIN
app/utils/guidance_storage.py
Normal file
Binary file not shown.
BIN
app/utils/llm.py
Normal file
BIN
app/utils/llm.py
Normal file
Binary file not shown.
BIN
app/utils/logger.py
Normal file
BIN
app/utils/logger.py
Normal file
Binary file not shown.
BIN
app/utils/note_scope.py
Normal file
BIN
app/utils/note_scope.py
Normal file
Binary file not shown.
BIN
app/utils/parser.py
Normal file
BIN
app/utils/parser.py
Normal file
Binary file not shown.
BIN
app/utils/response.py
Normal file
BIN
app/utils/response.py
Normal file
Binary file not shown.
BIN
app/utils/rule_generation.py
Normal file
BIN
app/utils/rule_generation.py
Normal file
Binary file not shown.
BIN
app/utils/schema_storage.py
Normal file
BIN
app/utils/schema_storage.py
Normal file
Binary file not shown.
BIN
app/utils/storage.py
Normal file
BIN
app/utils/storage.py
Normal file
Binary file not shown.
BIN
config/__init__.py
Normal file
BIN
config/__init__.py
Normal file
Binary file not shown.
BIN
data/domains.json
Normal file
BIN
data/domains.json
Normal file
Binary file not shown.
BIN
data/schema.json
Normal file
BIN
data/schema.json
Normal file
Binary file not shown.
0
logs/.gitkeep
Normal file
0
logs/.gitkeep
Normal file
BIN
requirements.txt
Normal file
BIN
requirements.txt
Normal file
Binary file not shown.
0
scratchpad.md
Normal file
0
scratchpad.md
Normal file
BIN
skill/registry.json
Normal file
BIN
skill/registry.json
Normal file
Binary file not shown.
BIN
skill/yg-rules-output/CLAUDE.md
Normal file
BIN
skill/yg-rules-output/CLAUDE.md
Normal file
Binary file not shown.
BIN
skill/yg-rules-output/SKILL.md
Normal file
BIN
skill/yg-rules-output/SKILL.md
Normal file
Binary file not shown.
BIN
skill/yg-rules-output/agents/openai.yaml
Normal file
BIN
skill/yg-rules-output/agents/openai.yaml
Normal file
Binary file not shown.
BIN
skill/yg-rules-output/references/markdown-format.md
Normal file
BIN
skill/yg-rules-output/references/markdown-format.md
Normal file
Binary file not shown.
BIN
skill/yg-rules-output/references/output-contract.md
Normal file
BIN
skill/yg-rules-output/references/output-contract.md
Normal file
Binary file not shown.
BIN
skill/yg-rules-output/scripts/validate_task_output.py
Normal file
BIN
skill/yg-rules-output/scripts/validate_task_output.py
Normal file
Binary file not shown.
BIN
skill/yg-rules-output/skill.json
Normal file
BIN
skill/yg-rules-output/skill.json
Normal file
Binary file not shown.
BIN
skill/yg-rules-pipeline/CLAUDE.md
Normal file
BIN
skill/yg-rules-pipeline/CLAUDE.md
Normal file
Binary file not shown.
BIN
skill/yg-rules-pipeline/SKILL.md
Normal file
BIN
skill/yg-rules-pipeline/SKILL.md
Normal file
Binary file not shown.
BIN
skill/yg-rules-pipeline/agents/openai.yaml
Normal file
BIN
skill/yg-rules-pipeline/agents/openai.yaml
Normal file
Binary file not shown.
BIN
skill/yg-rules-pipeline/references/local-pipeline.md
Normal file
BIN
skill/yg-rules-pipeline/references/local-pipeline.md
Normal file
Binary file not shown.
BIN
skill/yg-rules-pipeline/scripts/run_pipeline.py
Normal file
BIN
skill/yg-rules-pipeline/scripts/run_pipeline.py
Normal file
Binary file not shown.
BIN
skill/yg-rules-pipeline/skill.json
Normal file
BIN
skill/yg-rules-pipeline/skill.json
Normal file
Binary file not shown.
BIN
tests/conftest.py
Normal file
BIN
tests/conftest.py
Normal file
Binary file not shown.
BIN
tests/test_domain_routes.py
Normal file
BIN
tests/test_domain_routes.py
Normal file
Binary file not shown.
BIN
tests/test_guidance_analysis.py
Normal file
BIN
tests/test_guidance_analysis.py
Normal file
Binary file not shown.
BIN
tests/test_guidance_routes.py
Normal file
BIN
tests/test_guidance_routes.py
Normal file
Binary file not shown.
BIN
tests/test_guidance_storage.py
Normal file
BIN
tests/test_guidance_storage.py
Normal file
Binary file not shown.
BIN
tests/test_llm.py
Normal file
BIN
tests/test_llm.py
Normal file
Binary file not shown.
BIN
tests/test_note_scope.py
Normal file
BIN
tests/test_note_scope.py
Normal file
Binary file not shown.
BIN
tests/test_rule_generation.py
Normal file
BIN
tests/test_rule_generation.py
Normal file
Binary file not shown.
BIN
tests/test_schema_descriptions.py
Normal file
BIN
tests/test_schema_descriptions.py
Normal file
Binary file not shown.
Reference in New Issue
Block a user