△
DMCallv1
Projects
AI Models
Docs
Inventory
Rules
Backup
AI Logs
Rules
/ New Project Initialization / Edit
Edit Rule
Rule Info
Title *
Slug
Category
Workflow
Coding
Deployment
Database
Ai Usage
Backup
General
Sort Order
Public (accessible without API key)
Content (Markdown)
Markdown Source
# New Project Initialization When starting a new project in this ecosystem, follow these steps: ## 1. Register in DMCallv1 Go to `https://projects.danmarcrm.com/projects/new` and create the project entry with: - Name and slug - Description and status - All access methods (web, android, iOS, API, etc.) - All code locations with SSH parameters (server paths, local dev paths) - Tech stack and databases used - Relevant external links ## 2. Create Project Documentation Under the **Docs** module, create at minimum: - `Architecture Overview` — how the system is structured - `Setup Guide` — how to get the project running locally and on the server ## 3. Notify AI Context When starting a new AI session for this project, point the AI to: ``` GET https://projects.danmarcrm.com/api/projects/{slug} ``` This returns all locations, access methods, and metadata the AI needs. ## 4. Follow Coding Standards Read the `coding-standards` rule before writing code. ## 5. Set Up Backup Configure a backup entry in the **Backup** module for the new project directory.
Preview
Save Changes
Cancel