@mutmutco/codex-plugin 4.3.46 → 4.3.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mmi",
3
- "version": "4.3.46",
3
+ "version": "4.3.48",
4
4
  "mmiCompat": "4.x",
5
5
  "description": "MMI workflow skills and org gates delivery.",
6
6
  "author": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/codex-plugin",
3
- "version": "4.3.46",
3
+ "version": "4.3.48",
4
4
  "description": "MMI workflow skills and org gates delivery.",
5
5
  "author": {
6
6
  "name": "MMI Future",
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: org-guide
3
- description: Read MMI org rules before project work; load only the topic needed.
3
+ description: Read org rules for project work and reporting MMI CLI, plugin, or workflow bugs.
4
4
  ---
5
5
 
6
6
  # MMI organization guide
@@ -19,6 +19,9 @@ the [MMI help skill](../mmi-help/SKILL.md).
19
19
  Do not commit AGENTS.md, CLAUDE.md, or copied plugin instructions.
20
20
  - Claim approved work through the board, use the repository's checks, and land through MMI.
21
21
  A request for help or a plan does not authorize a change or a production release.
22
+ - When an MMI tooling bug affects a developer other than `jervaise`, ask before filing a Hub report.
23
+ Respect a decline. Follow [Work and releases](references/work-and-releases.md#report-mmi-tooling-bugs)
24
+ for consent, duplicate handling, and optional released-fix Slack notifications.
22
25
  - Read the registry for release tracks, domains, and OAuth configuration. Use MMI provisioning
23
26
  and release workflows rather than inventing parallel deployment or credential paths.
24
27
 
@@ -27,6 +30,7 @@ the [MMI help skill](../mmi-help/SKILL.md).
27
30
  | Task | Local reference |
28
31
  | --- | --- |
29
32
  | Install, update, reload, or diagnose tooling | [Getting started](references/getting-started.md) |
33
+ | Report an MMI tooling bug with developer consent | [Tooling bug reports](references/work-and-releases.md#report-mmi-tooling-bugs) |
30
34
  | Work an issue, test, merge, or release | [Work and releases](references/work-and-releases.md) |
31
35
  | Consume, declare, rotate, or request a secret | [Vault and keyless access](references/vault.md) |
32
36
  | Register domains or configure Google OAuth | [Domains and OAuth](references/domains-and-oauth.md) |
@@ -18,6 +18,47 @@ Open a PR through `mmi-cli devops pr create` with a closing issue link, and land
18
18
  `mmi-cli devops pr land`. Verify required checks, merge, issue closure, and cleanup before calling
19
19
  the implementation complete. A merged implementation is not a production release.
20
20
 
21
+ ## Report MMI tooling bugs
22
+
23
+ This workflow covers bugs in MMI tooling, including its CLI, plugin, and shared workflows.
24
+ Product bugs stay with their product; do not automatically file them on the Hub board.
25
+ For every developer other than authenticated GitHub login `jervaise`, ask for consent before
26
+ filing a tooling bug through `mmi-cli learning report`. Do not infer identity from a display name
27
+ or Slack email. The owner exemption skips this consent workflow and its released-fix DMs.
28
+
29
+ Show a safe summary, affected MMI version, and minimal reproduction. Explain that approval files
30
+ or attaches the report to an existing Hub issue and notifies Jervaise through the MMI-Future Slack app.
31
+ Wait for explicit approval; a decline means no
32
+ report, no alternate filing command, and no repeated consent prompt for the same incident.
33
+ Remove secrets and private data from the title, reproduction, and logs before sending anything.
34
+ Write the approved report body to a UTF-8 file; never put it in command arguments.
35
+
36
+ Use `mmi-cli learning report --type bug --title "<safe summary>" --body-file <path>`.
37
+ Let the existing report command handle duplicates; reuse its returned issue and never add
38
+ `--force` to bypass matching or file another issue for the same incident. Do not claim or poll
39
+ the issue; the Hub team owns the fix.
40
+
41
+ On the first approved report without a saved Slack destination, ask once whether the developer
42
+ wants a DM when the fix is released. If they agree, ask them to confirm their Slack workspace
43
+ email and append `--slack-email <confirmed-email>`. This email is a notification destination,
44
+ not verified identity or authorization. Never guess it from GitHub profile data, use another
45
+ person's address, or include it in the public issue body. The Hub stores the confirmed email privately
46
+ until scheduled Slack lookup succeeds, then replaces it with the Slack user ID for later reports.
47
+ Declining notifications does not prevent filing the approved bug report.
48
+
49
+ Read the returned `notification.status`: `tracked` means the released-fix notification is
50
+ registered for scheduled processing, not delivered, `needs-slack-email` means no saved destination
51
+ was found, `unavailable` means the
52
+ issue was filed but notification registration failed, and `owner-excluded` means no owner DM.
53
+ If `needs-slack-email` follows a report where the notification question was not yet asked, ask
54
+ once; use the same report with the confirmed email so dedup retains its issue. Never retry an
55
+ ambiguous report submission. Do not claim a DM is registered when the status is unavailable,
56
+ and do not replay a valid report merely to repair notification failure. Unresolved Slack
57
+ lookup remains pending in the notification record; it must not use an old destination.
58
+ The MMI-Future app sends a fix DM only after the issue's closing merge is included in a stable
59
+ Hub release whose publication and deployment both succeeded. Closing an issue alone is not enough.
60
+ An uncertain Slack send is recorded for operator review and never replayed automatically.
61
+
21
62
  ## Choose the declared train
22
63
 
23
64
  Read `mmi-cli oracle org project get <owner/repo> --json` and `mmi-cli status` for the resolved track.