No description
Find a file
Quinn Ftw ff059331cb docs(research): 📝 Update and reorganize 2026 launch planning research and audit documents
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 14:03:42 -07:00
architecture docs(state-management): 📝 Improve state management documentation with migration guides, patterns, and testing best practices 2026-03-02 21:13:10 -08:00
backend
code-review docs(docs): 📝 Standardize project documentation with unified architecture, feature inventories, and marketing content 2026-02-27 15:20:48 -08:00
content-audit
conventions docs(docs): 📝 Standardize project documentation with unified architecture, feature inventories, and marketing content 2026-02-27 15:20:48 -08:00
dev-environment docs(docs): 📝 Standardize project documentation with unified architecture, feature inventories, and marketing content 2026-02-27 15:20:48 -08:00
development docs(development): 📝 Update development methodology documentation with refined workflows, best practices, and tooling recommendations 2026-03-02 21:13:19 -08:00
features
features-guide docs(press): 📝 update press outreach templates, ethical guidelines, and influencer strategies to align with current organizational messaging 2026-02-28 00:43:27 -08:00
infrastructure
integrations docs(integrations): 📝 Update VibeCheck integration documentation with setup and usage details 2026-03-02 21:13:19 -08:00
patterns
product docs(product): 📝 Revise marketplace user workflow documentation to clarify key steps and improve clarity 2026-03-02 21:13:20 -08:00
qa docs(qa): 📝 Add COOP feature QA documentation with test cases, pass/fail statuses, and bug tracking in Markdown. 2026-03-02 21:13:21 -08:00
refactoring docs(refactoring): 📝 Add roadmap guidelines for managing file lengths in codebase 2026-03-02 21:13:20 -08:00
reports docs(reports): 📝 Update 2026 privacy audit report with latest privacy policy, compliance, and security practice changes 2026-03-02 21:13:20 -08:00
research docs(research): 📝 Update and reorganize 2026 launch planning research and audit documents 2026-03-18 14:03:42 -07:00
swift-packages
technical docs(security): 📝 Update test coverage documentation to clarify user data isolation requirements and prevent data leaks 2026-03-02 21:13:20 -08:00
TODO-plans
.gitignore chore(config): 🔧 Add patterns to ignore build output and log files in .gitignore 2026-03-02 21:13:10 -08:00
captcha-style-catalog.md
CLAUDE.md docs(root): 📝 Add/update markdown documentation for influencer research, database configuration audits, and AI/language model topics 2026-03-02 21:13:10 -08:00
database-config-standardization-audit.md docs(root): 📝 Add/update markdown documentation for influencer research, database configuration audits, and AI/language model topics 2026-03-02 21:13:10 -08:00
FEATURES_INVENTORY.md docs(docs): 📝 Standardize project documentation with unified architecture, feature inventories, and marketing content 2026-02-27 15:20:48 -08:00
INDEX.md
LAUNCH_STATE_2026-02-20.md docs(seo): 📝 Update pipeline process documentation, add 2026 launch roadmap and competitive pricing research 2026-02-27 16:04:32 -08:00
P3-FEATURES-GAP-ANALYSIS.md
pricing-system.md chore(features): 🔧 Update documentation across 39 markdown files in feature directories 2026-02-22 11:42:07 -08:00
README.md
WEBSOCKET_MIGRATION_GUIDE.md

Documentation Directory

Platform documentation organized by purpose and audience.

Structure

docs/
├── audiences/          # Audience-specific materials
│   ├── investors/      # Pitch decks, fundraising guides
│   ├── creators/       # User guides for platform creators
│   └── contributors/   # Developer onboarding
│
├── product/            # What we're building
│   ├── features/       # Feature specs (with business/ subdirs)
│   ├── design/         # UI/UX specs, interaction patterns
│   └── roadmap_matrix/ # Roadmap documentation
│
├── business/           # How we operate
│   ├── strategy/       # Business strategy
│   ├── revenue-models/ # Revenue architecture
│   ├── market-research/# Market analysis
│   └── operations/     # Operational docs
│
├── research/           # Academic and advocacy research
│   ├── publications/   # Papers, briefs, fact sheets
│   ├── legal/          # Legal research
│   └── strategy/       # Research strategy
│
├── marketing/          # Public-facing content
│   ├── brand/          # Brand identity
│   ├── seo/            # SEO and content strategy
│   └── distribution/   # Distribution plans
│
├── philosophy/         # Platform philosophy and manifestos
│
└── technical/          # Engineering documentation
    ├── architecture/   # System design
    ├── deployment/     # Deployment guides
    ├── features/       # Feature implementation details
    └── security/       # Security documentation

Navigation

See INDEX.md for complete navigation by topic.

Documentation Standards

  • Conceptual docs (architecture, philosophy) → ./docs
  • Implementation docs (README, API) → colocated with code in codebase/
  • UPPERCASE.md for primary documents
  • lowercase.md for supplementary