// SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

package areas

// ResourceDescription describes the areas resource for LLMs.
const ResourceDescription = `Lists all available areas and their associated goals with their IDs.
Read this resource FIRST before creating or updating tasks to identify valid
area_id and goal_id values. Areas represent broad categories of work,
and goals are specific objectives within those areas. Each task must
belong to an area and can optionally be associated with a goal within
that area.`
