tractatus/public/js/admin
TheFlow bd262ae48d refactor: reduce public repo to minimal implementation-only resource
REMOVED: 267 non-implementation files (51% reduction)

Categories removed:
- Research documents & case studies (35 files)
- Planning/internal development docs (28 files)
- Website pages & assets (93 files - this is framework code, not website code)
- Audit reports (6 files)
- Non-essential admin UI (11 files)
- Markdown content duplicates (10 files)
- Internal development scripts (96 files)
- Internal setup docs (2 files)

RETAINED: 253 implementation-focused files
- Core framework services (src/)
- Test suite (tests/)
- API documentation (docs/api/)
- Deployment quickstart guide
- Essential admin UI (rule manager, dashboard, hooks dashboard)
- Architecture decision records
- Configuration files

PURPOSE: Public repo is now focused exclusively on developers
implementing Tractatus, not researchers studying it or users visiting
the website. All background/research content available at
https://agenticgovernance.digital

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 21:09:34 +13:00
..
auth-check.js fix(csp): achieve 100% CSP compliance - zero violations 2025-10-19 13:32:24 +13:00
dashboard.js fix(mongodb): resolve production connection drops and add governance sync system 2025-10-21 11:39:05 +13:00
hooks-dashboard.js fix(admin): Phase 1 - critical auth and navigation fixes 2025-10-20 21:33:50 +13:00
login.js fix(auth): resolve admin login - token sanitization and missing password field 2025-10-20 21:13:42 +13:00
newsletter-management.js feat(admin): Phase 2 - standardize admin UI with unified navbar component 2025-10-20 21:51:09 +13:00
project-editor.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00
project-selector.js feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
rule-editor.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00
rule-manager.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00