Conflict detection for contradicting decisions #5
Labels
No labels
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Over time, architectural decisions are documented as observations. Later, one might:
Solution
1. Decision Categories
Tag observations of type
decisionwith categories:Database schema addition:
2. Conflict Detection Algorithm
When a new
decisionobservation is created:3. Conflict Resolution Workflow
4. UI Integration
In WebUI:
In CLAUDE.md context:
5. API Endpoints
Implementation Steps
DecisionServicewith conflict detection logicFiles to Create/Modify
packages/database/src/entities/Observation.ts- Add columnspackages/backend/src/services/decision-service.ts- New servicepackages/backend/src/routes/observations.ts- New endpointspackages/worker/src/tasks/conflict-check.ts- AI conflict analysispackages/ui/src/components/DecisionConflict.tsx- UI componentpackages/types/src/decisions.ts- New typesAcceptance Criteria
Migrated-From: jack/claude-mem-fork#76