prose.go

 1// SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
 2//
 3// SPDX-License-Identifier: AGPL-3.0-or-later
 4
 5package areas
 6
 7// ToolDescription describes the list_areas_and_goals tool for LLMs.
 8const ToolDescription = `Lists all available areas and their associated goals with their IDs.
 9Use this tool FIRST before creating or updating tasks to identify valid
10area_id and goal_id values. Areas represent broad categories of work,
11and goals are specific objectives within those areas. Each task must
12belong to an area and can optionally be associated with a goal within
13that area.`