Update Hummingbird hb CLI guidance#99
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (8)
📒 Files selected for processing (39)
📝 WalkthroughWalkthroughThis PR updates server-side Swift/Hummingbird guidance to reflect the current ChangesHummingbird guidance and sync skill
Estimated code review effort: 3 (Moderate) | ~25 minutes Plugin and package version bumps
Estimated code review effort: 1 (Trivial) | ~5 minutes Sequence Diagram(s)sequenceDiagram
participant Developer
participant SyncSkill as sync-hummingbird-service-guidance
participant Repo
participant AgentsMd as AGENTS.md
participant CodexEnv as .codex/environments/hummingbird.toml
Developer->>SyncSkill: invoke sync-hummingbird-service-guidance
SyncSkill->>Repo: detect Package.swift and Hummingbird usage
Repo-->>SyncSkill: repo classification (path_type)
SyncSkill->>AgentsMd: align repo-local guidance
SyncSkill->>CodexEnv: sync local environment config
SyncSkill-->>Developer: status and output summary
Possibly related PRs
Suggested labels: ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 30bc4db0ff
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - if `AGENTS.md` is missing, copy `assets/AGENTS.md` | ||
| - if `AGENTS.md` exists and already contains the managed Hummingbird sync section, keep the file unchanged except for deliberate user-requested edits | ||
| - if `AGENTS.md` exists but lacks the managed section, append `assets/append-section.md` as a bounded section |
There was a problem hiding this comment.
Keep copied Hummingbird guidance detectable
When the target repo has no AGENTS.md, this path copies assets/AGENTS.md, but that asset does not include the BEGIN SOCKET HUMMINGBIRD GUIDANCE/END markers that the next branch uses to detect an already-synced file. A subsequent run against that same repo will therefore fall through to the append path and duplicate the Hummingbird guidance instead of being idempotent or refreshable; either the full copied asset needs the managed marker, or the detection/replacement logic needs to recognize the copied baseline.
Useful? React with 👍 / 👎.
Summary
Closes #98
Verification
Summary by CodeRabbit
New Features
Documentation
Chores