Skip to content

feat: add 4 platform rules#83

Merged
fitz123 merged 1 commit intomainfrom
feat/platform-rules
Apr 3, 2026
Merged

feat: add 4 platform rules#83
fitz123 merged 1 commit intomainfrom
feat/platform-rules

Conversation

@fitz123
Copy link
Copy Markdown
Owner

@fitz123 fitz123 commented Apr 3, 2026

Summary

  • Add 4 generic platform rules that apply to any workspace
  • async-long-tasks — never block conversation on long ops (>30s)
  • communication — external vs internal, group chats, NO_REPLY, Telegram formatting
  • delegation — plan/implement separation, sub-agent mgmt, decision log
  • memory-protocol — storage locations, rules vs memory flowchart

Test plan

  • Verify rules load on session start
  • Confirm no workspace-specific content (PII, paths, incidents)

🤖 Generated with Claude Code

…on, memory-protocol)

Generic behavioral rules useful for any workspace:
- async-long-tasks: never block conversation on long operations
- communication: external vs internal actions, group chat etiquette, NO_REPLY, Telegram formatting
- delegation: plan/implement separation, sub-agent management, decision log check
- memory-protocol: storage locations, rules vs memory decision flowchart

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@fitz123 fitz123 merged commit 6001222 into main Apr 3, 2026
1 check passed
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