You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 🚨 **PRODUCTION SECURITY WARNING**: This project is currently configured for development only with HTTP and hardcoded passwords. See [TLS Implementation Plan](./docs/security/tls-implementation-plan.md) for required security changes before production deployment.
12
+
11
13
## What is GraphDone?
12
14
13
15
GraphDone reimagines project management as a collaborative graph where work flows through natural dependencies rather than artificial hierarchies. It's designed for high-quality individual contributors who thrive on autonomy, teams that include AI agents, and organizations ready to embrace democratic coordination.
@@ -257,6 +259,7 @@ Anyone can propose ideas and assign personal priority. The community validates t
257
259
- 🎯 **[Project Philosophy](./docs/philosophy.md)** - Core beliefs and design principles
258
260
- 🚀 **[Getting Started Guide](./docs/guides/getting-started.md)** - Step-by-step setup and first steps
259
261
- 🏗️ **[Architecture Overview](./docs/guides/architecture-overview.md)** - System design and technical decisions
262
+
- 🤖 **[AI Agents Integration](./docs/guides/ai-agents-integration.md)** - Multi-agent AI system with tamagotchi-style companions
260
263
- 👥 **[User Flows](./docs/guides/user-flows.md)** - How teams actually use GraphDone
261
264
- 🔌 **[API Documentation](./docs/api/graphql.md)** - GraphQL schema and integration guide
262
265
- 🚀 **[Deployment Guide](./docs/deployment/README.md)** - Self-hosted and cloud deployment options
Copy file name to clipboardExpand all lines: docs/README.md
+22-9Lines changed: 22 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# GraphDone Documentation
2
2
3
-
**AI-Generated Content Warning: This documentation contains AI-generated content. Verify information before depending on it for decision making.**
4
-
5
3
Welcome to the GraphDone documentation! This directory contains comprehensive guides, API references, and deployment information for working with GraphDone.
6
4
7
5
## 📚 Documentation Structure
@@ -13,16 +11,31 @@ Welcome to the GraphDone documentation! This directory contains comprehensive gu
13
11
- Authentication and authorization
14
12
15
13
### [Developer Guides](./guides/)
16
-
- Getting started
17
-
- Core concepts
18
-
- Architecture overview
19
-
- Contributing guidelines
14
+
-[Getting Started](./guides/getting-started.md) - Setup and first steps
15
+
-[Architecture Overview](./guides/architecture-overview.md) - System design and technical decisions
16
+
-[SQLite Deployment Modes](./guides/sqlite-deployment-modes.md) - Local dev vs Docker authentication storage
17
+
-[User Flows](./guides/user-flows.md) - How teams actually use GraphDone
0 commit comments