append_modified_files
Append details of modified files to a task trellis object to maintain a comprehensive audit trail. Record file paths and descriptions of changes for tracking, code reviews, and impact analysis during task execution.
Instructions
Appends modified files information to a trellis object in the task trellis system
Use this tool to record files that have been modified during task execution, along with descriptions of the modifications made. This helps maintain a comprehensive record of changes associated with each work item for tracking and audit purposes.
File modification tracking purposes:
Record which files were changed during task execution
Document the nature of changes made to each file
Maintain audit trail of file-level modifications
Support code review and change management processes
Enable impact analysis for future changes
Input requirements:
Object ID: The unique identifier of the trellis object to update
Files Changed: A record mapping file paths to descriptions of modifications
File path guidelines:
Use relative paths from project root (e.g., "src/components/Button.tsx")
Include file extensions for clarity
Use forward slashes for path separators
Description guidelines:
Provide clear, concise descriptions of what was changed
Focus on the purpose and impact of changes rather than implementation details
Use consistent terminology across related modifications
The tool automatically merges descriptions for files that were previously modified, creating a comprehensive change history for each file within the context of the trellis object.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filesChanged | Yes | Record of file paths to descriptions of modifications made | |
id | Yes | ID of the trellis object to update with modified files information |