Skip to content

🤖 Add attribution guidelines for AI-generated content#18

Merged
ammario merged 1 commit into
mainfrom
add-cmux-attribution-guidelines
Oct 4, 2025
Merged

🤖 Add attribution guidelines for AI-generated content#18
ammario merged 1 commit into
mainfrom
add-cmux-attribution-guidelines

Conversation

@ammario

@ammario ammario commented Oct 4, 2025

Copy link
Copy Markdown
Member

Problem

AI assistants using cmux should transparently identify AI-generated contributions (commits, PRs, issues) to maintain trust and clarity in collaborative environments.

Solution

Added guidelines to CLAUDE.md requiring:

  • 🤖 emoji in titles of public operations
  • "Generated with `cmux`" in bodies (where applicable)

Impact

  • Clear attribution for AI-generated contributions
  • Maintains transparency in the codebase
  • Sets consistent standards for AI assistants

Generated with cmux

@ammario ammario enabled auto-merge (squash) October 4, 2025 20:49
@ammario ammario force-pushed the add-cmux-attribution-guidelines branch 3 times, most recently from 929a2da to 5758ea1 Compare October 4, 2025 20:51
_Generated with `cmux`_

When creating public operations (commits, PRs, issues), AI assistants
should include a 🤖 emoji in the title and "Generated with cmux" in
the body. This ensures transparency about AI-generated contributions.
@ammario ammario force-pushed the add-cmux-attribution-guidelines branch from 5758ea1 to ddb9d6d Compare October 4, 2025 20:52
@ammario ammario merged commit 1c4a166 into main Oct 4, 2025
4 checks passed
@ammario ammario deleted the add-cmux-attribution-guidelines branch October 4, 2025 20:54
duynguyen020304 pushed a commit to duynguyen020304/mux that referenced this pull request May 10, 2026
…RY, tests

Batch 1 — Compile Errors & Correctness:
- Add TOGGLE_KANBAN to KEYBIND_LABELS and KEYBIND_GROUPS (coder#1)
- Fix Ctrl+K conflict → Ctrl+Shift+K to avoid PREV_WORKSPACE collision (coder#2)
- Add TOGGLE_KANBAN dispatch handler in App.tsx (coder#3)
- Fix dirty-cache in promoteQueuedTask: move flag clearing after moveTask (coder#5)
- Wrap 4 IPC helpers in KanbanBoard with try/catch (coder#4)

Batch 2 — Consistency & DRY:
- Deduplicate KanbanColumnSchema: import from canonical orpc/schemas (coder#6)
- Remove unused KanbanBoardData import from kanbanStorage.test (coder#7)
- Remove dead KANBAN_STORAGE_KEYS constant (coder#8)
- Replace console.warn with log helper in kanbanStorage (coder#9)
- Replace useEffect form reset with key prop in TaskDetailModal (coder#10)
- Remove unsafe {} as KanbanTask cast, use EMPTY_FORM pattern (coder#11)
- Add loading state + error logging to KanbanView (coder#12, coder#13)
- Add KANBAN_STATUS_LABELS helper, use in TaskDetailModal (coder#14)
- Validate column membership in reorderTasks (coder#15)
- Use KanbanTaskPriority type import in TaskCreateModal (coder#16)

Batch 3 — Tests:
- Add 4 tests for updateColumn (coder#17)
- Add 3 tests for promoteQueuedTask (coder#18)
- Rename misleading test 'rejects empty title' → 'accepts empty title' (coder#19)

43 tests pass (was 36). No typecheck or lint regressions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant