3.2 KiB
3.2 KiB
Issue Cleanup Plan - 2026-05-01
Tracker Hygiene
These are safe tracker updates before any feature work:
- Close Gitea #127 (
feat: show AI content scope indicator) unless an always-visible badge is still desired.- Current code already has IT/MSP scope copy in the assistant empty state.
ASSISTANT_SYSTEM_PROMPTalso has an off-domain redirect boundary.
- Rewrite Gitea #66 (
Tree Templates + Import/Export) to the remaining scope only..rfflowexport/import is implemented intree_transfer.pyand exposed in the library UI.- Remaining work: curated packs, authenticated one-click install from gallery, template versioning, marketplace/community path.
- Close or archive open PR #124 (
feat/cockpit-harness).- It is unmergeable against current
mainand overlaps newer/pilotwork.
- It is unmergeable against current
- Keep Gitea #58, #60, #128, #129, #130 open.
- They still describe real product gaps.
Recommended Order
1. Low-Risk Maintenance
- Clean frontend lint warnings.
- Audit/remove stale eslint-disable comments.
- Add missing
data-testidselectors for e2e-critical controls. - Add observability around unexpected
currentChatRefguard mismatches.
Why first: these reduce future regression cost and are small, well-bounded changes.
2. Pilot UX Friction
- #130: Add diagnostic command help affordances in
TaskLane/ action cards. - #128: Decide whether task panel placement should be configurable or whether the existing responsive drawer is enough.
- EscalationQueue mobile design stays deferred until a customer asks for it.
Why second: this improves the current FlowPilot wedge without changing core data models.
3. Workflow Quality Signals
- #58: Add structured "step is wrong" flags separate from thumbs-up/down helpfulness.
- Existing
StepFeedbackis not enough; it only records helpful/unhelpful and cannot capture incorrect/outdated/unclear/missing-info reasons.
Why third: useful, but needs schema/API/UI/admin surfaces.
4. Client Intelligence
- #60: Recurring issue detection.
- Start with a read-only banner using existing
sessions.client_name + tree_idfilters. - Add same-resolution detection only after confirming the available session outcome/node data is reliable enough.
Why fourth: high value, but it touches session-start and close-out flows and needs careful false-positive handling.
5. Documentation Structure
- #129: Hierarchical guide navigation.
- Current
/guidesroute is a card grid plus detail pages with sections and breadcrumbs, but not a collapsible guide tree.
Why fifth: valid UX request, but less urgent than pilot workflow gaps.
Gitea Actions Needed
The current environment does not have a Gitea token configured, so API writes fail with 401 token is required. Once authenticated:
curl -X PATCH \
https://gitea.resolutionflow.com/api/v1/repos/chihlasm/resolutionflow/issues/127 \
-H "Authorization: token $GITEA_TOKEN" \
-H "Content-Type: application/json" \
-d '{"state":"closed"}'
For #66, prefer editing the title/body instead of closing it:
- Title:
feat: curated template packs and one-click install - Body: remove completed
.rfflowexport/import acceptance criteria and keep pack/install/versioning work.