Import legacy PATAS-public wiki pages
764797f
docs: Add production readiness documentation
New pages:
- Secret-Management.md - Best practices for managing secrets (env vars, Vault, AWS SM, K8s secrets, rotation)
- Security-Testing.md - Security testing procedures (SQL injection, XSS, CSRF, auth bypass, rate limiting)
Updated pages:
- Home.md - Add links to new security pages
- Security.md - Add v2.0 production security features (CORS, SSL, IP whitelist, etc.)
- Production-Deployment-Guide.md - Add docker-compose.prod.yml, migration runner, backup script
87fc02b
docs: update Safety-Guide to reflect three-category rule safety system
- Update from two-category (AUTO_SAFE/REQUIRES_REVIEW) to three-category system
- Add DANGEROUS category documentation (Insight Only, SQL commented out)
- Update pattern quality tiers section to rule safety categories
- Clarify usage and descriptions for each category
cd8c382
docs: update performance metrics and safety classification
- Add recent optimizations (reduced commit frequency, lazy loading, parallel processing)
- Update AUTO_SAFE criteria: precision >= 95%, FPR <= 1%
- Document rule safety classifier improvements
- Update performance metrics with latest results
8c33470
Remove market/public references from PRD
- Remove mentions of Telegram, WhatsApp, and messaging platforms
- Change Target Users to internal teams only
- Rename 'Competitive Analysis' to 'Key Advantages'
- Change 'Business Risks' to 'Operational Risks'
- Remove business metrics (adoption, community)
- Make PRD focused on on-premise deployment for single organization
d203656
Add Product PRD page and update Home with PRD link
- Add comprehensive Product Requirements Document (PRD)
- Update Home.md to include link to Product-PRD under FAQ
- PRD includes cautious formulations, benchmark disclaimers, and batch/offline nature clarifications
1474856
Update wiki pages: remove Telegram references, add new pages
9e4cdd1
docs: Remove API Enhancements v2.1 - information already in API Reference
API Enhancements v2.1 was a technical changelog-style document.
All practical information (filtering, explanations, risk assessment)
is already documented in API Reference. Removed duplicate technical note.
84d8219
docs: Improve Home page - remove duplicates, better structure
97d9a35
docs: Add Monitoring Setup guide from README_MONITORING.md
2ca3077
docs: Remove internal tracking documents from Wiki
- Remove Implementation-Status.md (internal tracking, not needed for external users)
- Remove Critical-Gaps-Analysis.md (planning document, already completed)
- Update Home.md to remove links to removed documents
These documents were useful for development tracking but are not needed
for managers and developers integrating PATAS. Focus on practical guides:
Quick Start, API Reference, Production Deployment, etc.
deded72
docs: Add links to Implementation Status and Critical Gaps Analysis
23dd992
docs: Add Implementation Status and Critical Gaps Analysis from docs/
b40197e
fix: Remove broken Monitoring link from Home.md
4e5a8d7
docs: Add documentation for distributed locks, checkpointing, custom profiles, and alerting
1f39750
docs: Remove references to deleted LLM roadmap files from Home
f615ddd
docs: Remove Telegram mentions, universalize documentation, remove duplicates and cleanup
fdea6fe
Add documentation updates summary
ced2d31
Add comprehensive documentation: FAQ, Performance Guide, Scaling Guide, Threshold Calibration, Production Deployment
00a9e69
Add changelog documenting recent documentation updates
e678512
Add performance, scaling, calibration, and deployment guides
4be7bae
Add comprehensive FAQ based on production questions
67ee399
docs: add Migration Guide and Configuration Examples to wiki
cde90dc
docs: update API documentation with v2.1 enhancements
- Add rule filtering by precision and profile
- Add rule explanations feature
- Add risk assessment documentation
- Add rule organization features (grouping, sorting, deduplication)
- Update API Reference with new parameters and response fields
- Create API-Enhancements-v2.1.md page
- Update Home.md with link to new documentation
7484fc1
docs: update Configuration page with local model settings
- Add LLM_BASE_URL and EMBEDDING_BASE_URL configuration options
- Add links to Local Model Integration page
- Document local provider support for both engines
3faaf58
docs: add Local Model Integration page
- Add comprehensive documentation for local HTTP engines
- Document LocalHttpEmbeddingEngine and LocalHttpPatternMiningEngine
- Include endpoint contracts, configuration examples, and security notes
- Add recommended models (BGE-M3, Mistral-7B-Instruct)
7bb0fed
Add LLM preparation notes, load testing guide, and security checklist
- Add PATAS-LLM-Preparation-Notes.md (Phase 0 implementation details)
- Add Load-Testing-Guide.md (load testing procedures)
- Add Security-Audit-Checklist.md (security audit checklist)
- Update Home.md with links to new pages
22f1c5a
docs: Add PATAS LLM Roadmap and update LLM-Usage page
53727bc
Add client validation examples from docs folder
6f5c90c
Update Last Updated dates to 2025-11-18
016d9e7