[AISOS-2496] Test Forge bug workflow: correct stale draft-attachment documentation - #338
Closed
forgeSmith-bot wants to merge 1 commit into
Closed
[AISOS-2496] Test Forge bug workflow: correct stale draft-attachment documentation#338forgeSmith-bot wants to merge 1 commit into
forgeSmith-bot wants to merge 1 commit into
Conversation
…feature workflow, and developer guide Detailed description: - Replaced references to Jira draft attachments and JSON file serialization/deletion with state-backed durable workflow state in docs/guide/labels.md - Updated docs/guide/feature-workflow.md to align with state-backed draft workflow state tracking for Epic Decomposition and Task Generation stage references, removing draft JSON file references (forge-epics-draft.json/forge-tasks-draft.json) - Updated docs/developer-guide.md to remove the reference to deleting draft attachments from the /forge approve command description - Verified that all draft-attachment documentation is fully up-to-date and accurate Closes: AISOS-2497
Collaborator
Author
🤖 Reviewing a Forge pull requestTo send code feedback to Forge, open Files changed, select Review changes, and submit a Request changes review. Forge will address the review feedback automatically and push updates to this pull request. Regular comments are ignored by the review workflow. Use them for conversation or the Forge commands below:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR corrects stale documentation regarding Forge's interactive draft review process. It replaces outdated references to serializing proposed items into JSON draft files and uploading/downloading them as Jira attachments with the correct implementation of using state-backed durable workflow state (
plan_draftandtasks_draft).Changes
Documentation Updates
docs/guide/labels.md: Updated theforge:direct-modelabel description and interactive draft review workflow steps to reference state-backed durable workflow state instead of JSON attachments, and updated the/forge approvecommand description.docs/guide/feature-workflow.md: Updated Epic Decomposition and Task Generation guides to remove references toforge-epics-draft.jsonandforge-tasks-draft.jsonattachments, replacing them with state-backed workflow state tracking.docs/developer-guide.md: Cleaned up the/forge approvedescription in the command reference table to remove references to deleting draft attachments.Implementation Notes
Testing
forge-epics-draft.json,forge-tasks-draft.json, anddraft attachmentto confirm no other stale occurrences remain.Related Tickets
Generated by Forge SDLC Orchestrator