PackmindHub/packmind

Packmind seamlessly captures your engineering playbook and turns it into AI context, guardrails, and governance.

306Stars on the repository
61Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

PackmindHub/packmind

Cursor rule Cursor

This standard establishes best practices for writing backend tests using Jest in the Packmind monorepo. It focuses on clarity, maintainability, and consistency across test suites by emphasizing behavi... .

306 3d ago A 0 tokens original Apache-2.0

standard-changelog

02

PackmindHub/packmind

Cursor rule Cursor

Maintain a consistent and well-structured CHANGELOG.MD file following the Keep a Changelog format to ensure all releases are properly documented with accurate version links and dates. This standard ap... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

This standard ensures personal information is not exposed in application logs across all environments (development, staging, and production). Logs are often forwarded to external processors such as Da... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

Establish a consistent NestJS module structure in the API application where each resource is encapsulated in its own module with proper hierarchical organization to enhance maintainability, scalabilit... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

Conventions for designing REST API endpoints that are predictable, self-documenting, and aligned with distinct business actions. Favors dedicated action endpoints over generic status updates, and rout... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

Enforce clear separation of concerns between command definition (parameters and metadata) and handler logic (validation, execution, and output) in apps/cli commands to improve testability, maintainabi... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

When adding new methods to the PackmindGateway class in the CLI application, use the PackmindHttpClient abstraction to avoid code duplication and maintain consistency. The older methods contain extens... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

Enforce clean separation between domain contracts and application logic in apps/cli use cases, ensuring use cases focus purely on business operations without presentation concerns like user output or ... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

This standard defines the recommended data flow pattern for frontend routes in the Packmind codebase using React Router v7 in framework mode with TanStack Query for data management. It ensures consist... .

306 3d ago A 416 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

A global error boundary is already configured at the root level (in root.tsx) that automatically catches all page crashes, 404s, and loader failures. This standard defines when and how to use explicit... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

This codebase uses React Router v7 with organization and space scoping in URLs (e.g., /org/{orgSlug}/space/{spaceSlug}/recipes). To maintain consistency, improve maintainability, and simplify navigati... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

TanStack Query uses prefix matching to invalidate cached queries, matching keys from left to right like a file path. Properly structured query keys enable efficient cache invalidation at any scope lev... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

This standard establishes clean code practices in TypeScript for back-end development to enhance maintainability and ensure consistent patterns across services. It covers logging best practices, error... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

Domain events enable communication between hexas without creating direct dependencies. Apply these rules when creating events, emitting them, or implementing listeners to react to events from other do... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

This standard defines how domain packages communicate with each other through the Port/Adapter pattern in our DDD monorepo architecture. By following these rules, you prevent circular dependencies, ma... .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

Enforce data isolation and consistent query patterns in repositories extending SpaceScopedRepository or OrganizationScopedRepository, ensuring tenant-safe data access across the Packmind codebase. .

306 3d ago A 0 tokens original Apache-2.0

PackmindHub/packmind

Cursor rule Cursor

This standard defines how to structure use cases in the Packmind monorepo following hexagonal architecture principles. Use cases represent the entry points to domain logic and must follow consistent p... .

306 3d ago A 513 tokens original Apache-2.0