Javicasper Memory Forge Shared Conventions

Shared Conventions

tomevault-io 5186ce7 2 files · 1.6 KB Updated

File contents

Shared Conventions

This skill contains project-wide patterns that apply to all apps and modules.

Conventions

Commit Message Format

type(scope): description

Types: feat, fix, refactor, chore, docs, test
Scope: app name or module (e.g., booking, hermes, shared)

Code Organization

All apps follow this structure:

src/
├── domain/         # Business logic, entities, value objects
├── application/    # Use cases, services
└── infrastructure/ # Controllers, repositories, external APIs

Testing

  • Unit tests: *.spec.ts (alongside source files)
  • Integration tests: *.test.ts (alongside source files)

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/javicasper--memory-forge--shared-conventions commit 5186ce750c

Frequently asked questions

npx skillmds@latest add tomevault-io/javicasper-memory-forge-shared-conventions