-
Notifications
You must be signed in to change notification settings - Fork 6
Anthropic rules update #1344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: rc-v0.6.8
Are you sure you want to change the base?
Anthropic rules update #1344
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| "data": [ | ||
| { | ||
| "user": { "id": "user_abc123", "email_address": "alice@example.com" }, | ||
| "date": "2026-06-01", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That was an internal field not present in the model. Removed a couple of weeks ago but it appears now as I didn't update the rules for that minor change at that time |
||
| "chat_metrics": { | ||
| "distinct_conversation_count": 5, | ||
| "message_count": 42, | ||
|
|
@@ -14,6 +13,7 @@ | |
| "thinking_message_count": 0, | ||
| "distinct_skills_used_count": 2, | ||
| "connectors_used_count": 1, | ||
| "distinct_connectors_used_count": 1, | ||
| "shared_conversations_viewed_count": 0 | ||
| }, | ||
| "claude_code_metrics": { | ||
|
|
@@ -24,10 +24,10 @@ | |
| "distinct_session_count": 4 | ||
| }, | ||
| "tool_actions": { | ||
| "edit_tool": { "accepted": 10, "rejected": 2 }, | ||
| "multi_edit_tool": { "accepted": 3, "rejected": 0 }, | ||
| "write_tool": { "accepted": 5, "rejected": 1 }, | ||
| "notebook_edit_tool": { "accepted": 0, "rejected": 0 } | ||
| "edit_tool": { "accepted_count": 10, "rejected_count": 2 }, | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These are the important changes |
||
| "multi_edit_tool": { "accepted_count": 3, "rejected_count": 0 }, | ||
| "write_tool": { "accepted_count": 5, "rejected_count": 1 }, | ||
| "notebook_edit_tool": { "accepted_count": 0, "rejected_count": 0 } | ||
| } | ||
| }, | ||
| "web_search_count": 2, | ||
|
|
@@ -40,18 +40,33 @@ | |
| "cowork_metrics": { | ||
| "distinct_session_count": 0, "message_count": 0, "action_count": 0, | ||
| "dispatch_turn_count": 0, "skills_used_count": 0, "distinct_skills_used_count": 0, | ||
| "connectors_used_count": 0, "distinct_connectors_used_count": 0 | ||
| } | ||
| "connectors_used_count": 0, "distinct_connectors_used_count": 0, | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And adding other fields that we don't have mapped in the schema |
||
| "distinct_plugins_used_count": 0, "edit_tool_count": 0, "file_edit_count": 0, | ||
| "multi_edit_tool_count": 0, "notebook_edit_tool_count": 0, "plugins_used_count": 0, | ||
| "sessions_with_file_edits_count": 0, "write_tool_count": 0 | ||
| }, | ||
| "design_metrics": { | ||
| "distinct_projects_created_count": 0, "distinct_projects_used_count": 0, | ||
| "distinct_session_count": 0, "message_count": 0 | ||
| }, | ||
| "science_metrics": { | ||
| "delegation_count": 0, "distinct_session_count": 0, "message_count": 0, | ||
| "remote_compute_job_count": 0, "skills_used_count": 0 | ||
| }, | ||
| "distinct_user_count": null, | ||
| "last_activity_date": "2026-06-01", | ||
| "rbac_group_id": "rbac_group_abc123", | ||
| "rbac_group_name": "Engineering" | ||
| }, | ||
| { | ||
| "user": { "id": "user_def456", "email_address": "bob@example.com" }, | ||
| "date": "2026-06-01", | ||
| "chat_metrics": { | ||
| "distinct_conversation_count": 2, "message_count": 10, "distinct_projects_created_count": 0, | ||
| "distinct_projects_used_count": 1, "distinct_files_uploaded_count": 0, | ||
| "distinct_artifacts_created_count": 0, "distinct_shared_artifacts_viewed_count": 0, | ||
| "thinking_message_count": 0, "distinct_skills_used_count": 0, | ||
| "connectors_used_count": 0, "shared_conversations_viewed_count": 0 | ||
| "connectors_used_count": 0, "distinct_connectors_used_count": 0, | ||
| "shared_conversations_viewed_count": 0 | ||
| }, | ||
| "claude_code_metrics": { | ||
| "core_metrics": { | ||
|
|
@@ -60,10 +75,10 @@ | |
| "distinct_session_count": 0 | ||
| }, | ||
| "tool_actions": { | ||
| "edit_tool": { "accepted": 0, "rejected": 0 }, | ||
| "multi_edit_tool": { "accepted": 0, "rejected": 0 }, | ||
| "write_tool": { "accepted": 0, "rejected": 0 }, | ||
| "notebook_edit_tool": { "accepted": 0, "rejected": 0 } | ||
| "edit_tool": { "accepted_count": 0, "rejected_count": 0 }, | ||
| "multi_edit_tool": { "accepted_count": 0, "rejected_count": 0 }, | ||
| "write_tool": { "accepted_count": 0, "rejected_count": 0 }, | ||
| "notebook_edit_tool": { "accepted_count": 0, "rejected_count": 0 } | ||
| } | ||
| }, | ||
| "web_search_count": 0, | ||
|
|
@@ -76,8 +91,23 @@ | |
| "cowork_metrics": { | ||
| "distinct_session_count": 0, "message_count": 0, "action_count": 0, | ||
| "dispatch_turn_count": 0, "skills_used_count": 0, "distinct_skills_used_count": 0, | ||
| "connectors_used_count": 0, "distinct_connectors_used_count": 0 | ||
| } | ||
| "connectors_used_count": 0, "distinct_connectors_used_count": 0, | ||
| "distinct_plugins_used_count": 0, "edit_tool_count": 0, "file_edit_count": 0, | ||
| "multi_edit_tool_count": 0, "notebook_edit_tool_count": 0, "plugins_used_count": 0, | ||
| "sessions_with_file_edits_count": 0, "write_tool_count": 0 | ||
| }, | ||
| "design_metrics": { | ||
| "distinct_projects_created_count": 0, "distinct_projects_used_count": 0, | ||
| "distinct_session_count": 0, "message_count": 0 | ||
| }, | ||
| "science_metrics": { | ||
| "delegation_count": 0, "distinct_session_count": 0, "message_count": 0, | ||
| "remote_compute_job_count": 0, "skills_used_count": 0 | ||
| }, | ||
| "distinct_user_count": null, | ||
| "last_activity_date": null, | ||
| "rbac_group_id": null, | ||
| "rbac_group_name": null | ||
| } | ||
| ], | ||
| "next_page": "cursor_token_abc" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.