vanshg1810/corporate-compliance-env
chore: track uv.lock and remove from gitignore for reproducible builds
fix: restore server/app.py wrapper to satisfy openenv validation
Update inference.py with latest changes
refactor: consolidate app.py - remove redundant server/app.py wrapper and update entry points
fixes
Fix: complaince url
Fix: folder structure
feat: implement structured logging in inference.py
Fix: inference.py
Fix: bugs identified
Add: Pre Validation script
fix: add pyproject.toml and restructure server entry point for OpenEnv compliance
chore: remove .DS_Store from git tracking
chore: remove pyproject.toml, use requirements.txt as single source of truth
chore: remove .vscode and uv.lock from git tracking (now ignored)
chore: reorganize .gitignore with security patterns and clear section headers
docs: add quick reference guide, policy rules table, baselines, team, and API endpoints summary
fix: add step-aware prompting with urgency to prevent LLM loops
fix: correct HuggingFace API URL (remove /hf-inference path)
fix: update HF API URL and add rule-based fallback for LLM failures
Fix: Resolve type errors and attribute access issues in inference.py
Add: Inference script for corporate compliance environment
Update: RUN configuration and final adjustments
Fix: Add app_file to README YAML configuration for HuggingFace Spaces
Fix: Correct case for README.md
fix: match official openenv space config format
fix: add HuggingFace Space configuration header
Refactor: Clean up project by removing redundant files
Deploy to HuggingFace Spaces: Dockerfile, tests, and production-ready environment
initial commit
