@langadventurellc/task-trellis-mcp 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,17 +25,17 @@ Full documentation is available in the [docs](docs/index.md) folder.
25
25
 
26
26
  | Prompt | Result |
27
27
  | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
28
- | Use Trellis to create a project for (my project details) | _project created with epics, features and tasks defined and dependencies identified_ |
28
+ | /task-trellis:create-project (my project details) | _project created with epics, features and tasks defined and dependencies identified_ |
29
29
  | Complete the next available task | _next open task with dependencies satisfied is claimed and worked on_ |
30
30
  | Work on all of the tasks for feature F-my-feature | _all tasks for the specified feature are claimed and worked on_ |
31
31
  | Show me all open tasks in (my project) | _list of all open tasks in the specified project_ |
32
32
  | After working on (feature), there's a bug. Look at what changed and fix it. | _bug identified by examining all the files that were modified while working on that feature and fixed_ |
33
- | Create a new feature (feature details). Look at (other feature) and follow the same pattern | _new feature created by mirroring the pattern of the other feature_ |
33
+ | /task-trellis:create-features (feature details). Look at (other feature) and follow the same pattern | _new feature created by mirroring the pattern of the other feature_ |
34
34
  | (after finding issue with design) Update all tasks in F-my-feature and update the design specifications | _all tasks in the specified feature are updated to reflect the new design specifications_ |
35
35
 
36
36
  _... and much more!_
37
37
 
38
- See [Included Prompts](prompts) for included MCP prompts.
38
+ See [Prompt Packages](docs/prompts.md) for included MCP prompts.
39
39
 
40
40
  ## Why Task Trellis?
41
41
 
@@ -77,7 +77,7 @@ See full documentation at [Task Trellis MCP Documentation](docs/index.md)
77
77
 
78
78
  ### Basic Workflow
79
79
 
80
- [Included Prompts](prompts)
80
+ [Prompt Packages](docs/prompts.md)
81
81
 
82
82
  1. **Create Tasks**
83
83
  - Determine your starting point based on the expected size of your project
@@ -121,6 +121,7 @@ See [installation instructions](docs/installation.md).
121
121
 
122
122
  - **claim_task** - Claim available tasks for execution with automatic priority ordering
123
123
  - **complete_task** - Mark tasks complete with file change documentation
124
+ - **get_next_available_issue** - Use this tool to find the next available issue that's ready to work on.
124
125
  - **append_issue_log** - Add progress notes and status updates to task history (occurs automatically on task completion)
125
126
  - **append_modified_files** - Record files modified during task execution with change descriptions (occurs automatically on task completion)
126
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langadventurellc/task-trellis-mcp",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "An MCP server that helps AI coding agents break down projects into tasks and track their progress.",
5
5
  "homepage": "https://github.com/langadventurellc/task-trellis-mcp#readme",
6
6
  "bugs": {