Skip to content

Commit ce5d1a2

Browse files
committed
Update project configuration and clean up artifacts
- Update README with corrected documentation references - Update package.json dependencies and scripts - Remove obsolete certificate directory placeholder
1 parent 0f884f4 commit ce5d1a2

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,17 @@ Anyone can propose ideas and assign personal priority. The community validates t
260260
- 🎯 **[Project Philosophy](./docs/philosophy.md)** - Core beliefs and design principles
261261
- 🚀 **[Getting Started Guide](./docs/guides/getting-started.md)** - Step-by-step setup and first steps
262262
- 🏗️ **[Architecture Overview](./docs/guides/architecture-overview.md)** - System design and technical decisions
263-
- 🧪 **[Testing Guide](./tests/README.md)** - **E2E testing with robust authentication system**
264-
- 🤖 **[AI Agents Integration](./docs/guides/ai-agents-integration.md)** - Multi-agent AI system with tamagotchi-style companions
263+
264+
### User Guides & Features
265+
- 📊 **[Graph Creation Workflow](./docs/features/graph-creation.md)** - Complete guide to creating and managing graphs
266+
- 🛡️ **[Admin System Guide](./docs/features/admin-system.md)** - Comprehensive admin panel documentation
265267
- 👥 **[User Flows](./docs/guides/user-flows.md)** - How teams actually use GraphDone
266-
- 🔌 **[API Documentation](./docs/api/graphql.md)** - GraphQL schema and integration guide
268+
- 🤖 **[AI Agents Integration](./docs/guides/ai-agents-integration.md)** - Multi-agent AI system with tamagotchi-style companions
269+
270+
### Technical Reference
271+
- 🔌 **[API Documentation](./docs/api/graphql.md)** - Complete GraphQL schema and integration guide
272+
- 🧪 **[Testing Guide](./tests/README.md)** - E2E testing with robust authentication system
273+
- 🎯 **[Admin & Graph E2E Testing](./docs/testing/e2e-admin-graph-creation.md)** - Comprehensive testing for admin and graph creation
267274
- 🚀 **[Deployment Guide](./docs/deployment/README.md)** - Self-hosted and cloud deployment options
268275
- 🏷️ **[Version Management](./docs/version-management.md)** - How to update versions across the monorepo
269276

certs/.gitkeep

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"test:e2e:ui": "playwright test --ui",
2222
"test:e2e:debug": "playwright test --debug",
2323
"test:all": "npm run test:unit && npm run test:e2e",
24+
"test:comprehensive": "node run-all-tests.js",
25+
"test:https": "node ssl-certificate-analysis.js && node mobile-https-compatibility-test.js",
26+
"test:report": "open test-results/reports/index.html",
2427
"lint": "turbo run lint",
2528
"typecheck": "turbo run typecheck",
2629
"clean": "turbo run clean && rm -rf node_modules",

0 commit comments

Comments
 (0)