Skip to content

Digit-bearing issue keys rejected in logs/logger (B9 residual) #377

Description

@andrewklingelhofer

Found during review of #369 (B9 follow-up, same bug class).

B9 broadened the identifier regexes in src/cli/spawn.ts to [A-Z][A-Z0-9]*-\d+, but two other sites still reject digit-bearing identifiers like ABC2-123:

  • src/logs.ts:7critters logs ABC2-123 is rejected
  • src/logger.ts:101,133 — identifier extraction for JSON/color log output fails

Fix: apply the same broadened regex in both places.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions