Import legacy PATAS-public wiki pages
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
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
Update wiki pages: remove Telegram references, add new pages
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.
docs: Improve Home page - remove duplicates, better structure
docs: Add Monitoring Setup guide from README_MONITORING.md
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.
docs: Add links to Implementation Status and Critical Gaps Analysis
fix: Remove broken Monitoring link from Home.md
docs: Add documentation for distributed locks, checkpointing, custom profiles, and alerting
docs: Remove references to deleted LLM roadmap files from Home
docs: Remove Telegram mentions, universalize documentation, remove duplicates and cleanup
docs: add Migration Guide and Configuration Examples to wiki
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
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
docs: Add PATAS LLM Roadmap and update LLM-Usage page
Add Roadmap link to main Wiki page
docs: Add links to new documentation (scaling, two-stage, benchmarks, production reports)
docs: Add Scaling and Cost Design page
New page explaining how PATAS handles large-scale processing:
- Chunked processing
- Two-stage pipeline
- Fast clustering (DBSCAN)
- Batching & caching
- Aggressiveness profiles
- Simple mode fallback
- Cost comparisons
Tested on 20K real Telegram messages.
Shows 50-80% API cost reduction.
Also updated Home.md:
- Added link to new Scaling page
- Fixed repository link (PATAS-core → PATAS)
Initial wiki: Complete PATAS Core documentation