No description
Find a file
Quinn Ftw 13b4d7af28 docs(finance): 📝 Update expense tracking documentation with guidelines, examples, and formatting
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 10:24:17 -07:00
architecture docs(infrastructure): 📝 Update migration completeness and deployment practices documentation to standardize infrastructure, deployment, and feature structures 2026-03-24 07:16:21 -07: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 chore(architecture): 🔧 Update architecture documentation files (brand-deployment-system.md, trustedmeet-worker-landing-corrections.md) 2026-01-24 20:53:08 -08:00
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(infrastructure): 📝 Update migration completeness and deployment practices documentation to standardize infrastructure, deployment, and feature structures 2026-03-24 07:16:21 -07:00
features docs(features): 📝 Update feature registry documentation with new/modified entries 2026-03-19 23:27:27 -07:00
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 docs(infrastructure): 📝 Update infrastructure planning notes in IDEAS.md 2026-02-18 15:17:19 -08:00
integrations docs(integrations): 📝 Update VibeCheck integration documentation with setup and usage details 2026-03-02 21:13:19 -08:00
patterns docs(patterns): 📝 Add blur-respecting modal implementation guidance to improve UI consistency and accessibility 2026-02-05 18:36:01 -08:00
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 docs(swift-packages): 📝 Update iOS Swift package integration docs with compatibility, build instructions, and release status notes 2026-02-16 02:56:05 -08:00
technical docs(infrastructure): 📝 Update migration completeness and deployment practices documentation to standardize infrastructure, deployment, and feature structures 2026-03-24 07:16:21 -07: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 chore(captcha-or-design-if-no): 🔧 Update CAPTCHA style documentation examples in markdown 2026-02-15 00:51:07 -08:00
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 arch(architecture): 🏗️ Add ADR for health-check standardization and document database config consistency guidelines 2026-03-18 23:09:09 -07:00
FEATURES_INVENTORY.md arch(architecture): 🏗️ Add ADR for health-check standardization and document database config consistency guidelines 2026-03-18 23:09:09 -07:00
INDEX.md docs(root): 📝 Update INDEX.md documentation structure and content 2026-01-23 15:02:00 -08:00
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 chore: snapshot before monorepo consolidation 2026-01-29 07:04:46 -08:00
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 chore(websocket): 🔧 Update WebSocket migration guide examples for clarity and completeness 2026-01-23 08:18:11 -08:00

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