You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
motief/.mindmodel
Sven Geboers eb71328967 chore: commit remaining modified files from refactoring 4 weeks ago
..
anti-patterns refactor: delete stale files and consolidate .mindmodel structure 4 weeks ago
architecture refactor: delete stale files and consolidate .mindmodel structure 4 weeks ago
constraints refactor: delete stale files and consolidate .mindmodel structure 4 weeks ago
conventions refactor: delete stale files and consolidate .mindmodel structure 4 weeks ago
dependencies refactor: delete stale files and consolidate .mindmodel structure 4 weeks ago
domain refactor: delete stale files and consolidate .mindmodel structure 4 weeks ago
examples refactor: delete stale files and consolidate .mindmodel structure 4 weeks ago
patterns refactor: delete stale files and consolidate .mindmodel structure 4 weeks ago
stack refactor: delete stale files and consolidate .mindmodel structure 4 weeks ago
README.md docs(mindmodel): add README and tooling note; chore(tooling): add minimal pre-commit 1 month ago
anti-patterns.yaml chore: add .mindmodel/ project constraints and conventions 1 month ago
architecture.yaml chore: add .mindmodel/ project constraints and conventions 1 month ago
conventions.yaml chore: add .mindmodel/ project constraints and conventions 1 month ago
dependencies.yaml chore: add .mindmodel/ project constraints and conventions 1 month ago
domain-glossary.yaml chore: add .mindmodel/ project constraints and conventions 1 month ago
manifest.yaml chore: commit remaining modified files from refactoring 4 weeks ago
stack.yaml chore: add .mindmodel/ project constraints and conventions 1 month ago
system.md chore: commit remaining modified files from refactoring 4 weeks ago

README.md

.mindmodel

This directory contains a generated, read-only snapshot of the repository's "mind model" — structured metadata and evidence used by tooling to reason about repository intent, patterns, and decisions.

Guidelines

  • Read-only: Treat files in this directory as generated artifacts. Local tooling or CI may regenerate or validate them; avoid manual edits unless you are intentionally updating the generator.
  • No secrets: Do not place any credentials, tokens, or sensitive data here. The validator that consumes this folder is designed to detect common secret patterns and will fail if secrets are found.
  • Safe to read: Tools and CI may read these files. They must avoid opening or parsing arbitrary repository secrets and should operate in read-only mode.
  • Validation: CI workflows will run a validator against this folder (if present) to ensure manifest shape, evidence snippets, and referenced files meet project rules.

If you need to propose a change to the mind model, open a PR describing the intent and the generator changes. The CI validator will validate the submitted artifact before merge.