Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.11 KB

File metadata and controls

28 lines (18 loc) · 1.11 KB

Contributing

Thank you for improving the Directus skill.

Good Contributions

  • Improve repo-aware Directus workflow guidance.
  • Update references when Directus or relevant official docs change.
  • Improve read-only helper scripts without adding runtime dependencies.
  • Improve trigger fixtures, validation, or packaging boundaries.
  • Clarify safety rules for secrets, destructive migrations, production deploys, auth, permissions, or AI/MCP access.

Before Opening A Pull Request

  • Read AGENTS.md.
  • Read docs/ARCHITECTURE.md.
  • Run npm run validate.
  • Run npm run package -- v1.0.0 when changing packaging or release behavior.

Documentation Standards

Use plain Markdown with real headings, short paragraphs, flat lists, and fenced code blocks with language identifiers.

Keep version-sensitive Directus behavior phrased as a current-doc research requirement unless the repository includes a verified source and date.

Security And Privacy

Do not commit credentials, tokens, private customer material, or raw .env values. Raw update material belongs in .intake/ and must not ship in release artifacts.