Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.56 KB

File metadata and controls

22 lines (17 loc) · 1.56 KB

AGENTS

This repository uses this file as the entry point for future coding agents.

Before starting work:

  1. Use the firefoxcss-store Basic Memory project as the persistent project context.
  2. Start from memory://firefoxcss-store/projects/firefoxcss-store/firefox-css-store-project-overview and use build_context to gather linked notes.
  3. Keep Basic Memory notes under basic-memory/ updated after any relevant change, decision, blocker, or workflow update.
  4. Prefer small, topic-focused Basic Memory notes with observations and [[Wiki Links]] over recreating a monolithic memory file.

Operational notes:

  • Prefer minimal, reversible changes.
  • Validate with npm test for themes.json checks.
  • Use npm run build when touching generated site assets or source files under dev/.
  • When automation changes are introduced, document the intent and impact in the relevant Basic Memory note under basic-memory/.
  • Use English for repository-facing output by default, including code, comments, commit messages, pull request text, documentation, workflow messages, and user-facing project strings unless the repository already requires another language in a specific place.
  • In chat, always reply in the same language used by the user.
  • After implementing relevant changes or new functionality, create a commit and push it so work remains traceable and easy to roll back if needed.
  • Never perform a merge without explicit user authorization.
  • Never take actions that could affect the repository's production main branch without explicit user authorization.