Skip to main content

memory-bank/.roo/activeContext.md

Source: examples/memory-bank/.roo/activeContext.md

When To Use This Example

Use this page as a concrete starting point when the file path and convention type match your project. Treat the content as a reference shape, not as a mandatory template.

How To Adapt It

  • Keep fields that describe real project behavior.
  • Remove placeholders that do not apply to your repository.
  • Prefer short, explicit instructions over broad policy language.
  • Link the adapted file back to the convention it supports when possible.

Source File

# Active Context

## Current Focus

Preparing a small refactor of the dashboard query layer.

## Constraints

- Keep response payloads backward compatible.
- Avoid moving route files during the refactor.
- Preserve existing loading and empty states in the UI.

## Next Step

Add a selector for dashboard summary data and update only the dashboard route to use it.