Agent skill
0200
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/0200
SKILL.md
Context
Need a consistent conflict-resolution policy for duplicate IDs/UIDs across agents and tooling.
Goal
Add a configurable conflict policy and document it in the skill; default to rename on ID conflict and trash shorter content on UID conflict.
Approach
Add conflict_policy settings to product config, implement enforcement in duplicate-ID normalization, and document behavior in SKILL.md and ADR.
Acceptance Criteria
Config contains conflict_policy defaults; duplicate-ID normalization honors policy; ADR recorded; skill docs describe behavior.
Risks / Dependencies
Risk of destructive behavior if UID conflict policy deletes content; mitigate by defaulting to trash and requiring review.
Worklog
2026-01-16 21:49 [agent=codex] [model=unknown] Created item 2026-01-16 21:49 [agent=codex] [model=unknown] Start implementing conflict policy config + ADR. 2026-01-16 21:54 [agent=codex] [model=unknown] Created ADR-0034 to record conflict handling policy and started implementing config-driven defaults (rename on ID conflict, trash shorter on UID conflict). 2026-01-16 22:21 [agent=codex] [model=unknown] Implemented conflict_policy defaults (rename ID conflicts, trash shorter UID conflicts), documented in skill + ADR-0034, and updated normalize-ids behavior accordingly. 2026-01-16 22:22 [agent=codex] [model=unknown] Conflict policy config + ADR implemented.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?