Roll out the mongodb extension per AGENTS.md (tracking issue, branch, PR) #149
Labels
No labels
bug
chore
documentation
enhancement
feature
ready
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
david/pi-extensions-and-skills#149
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Ship the completed mongodb extension per the repo's AGENTS.md conventions: tracking issue (label
feature), branchfeature/issue-<N>/mongodb-extension, commits prefixedissue-<N>:, and a PR titledissue-<N>: <title>with bodyCloses #<N>— then hand the merge decision to the repo owner.Background
Depends on: #148
Per AGENTS.md (this repo): feature work is issue-number-driven. A tracking issue labeled
featureanchors the branch name, commit prefixes, and PR. The issues created from the implementation plan (including this one) are the tracked work items for the feature; the tracking issue referenced here is the feature's umbrella issue. Merging is the repo owner's decision — the implementer opens the PR and asks whether to merge; never merge on your own initiative. PRs are squash-merged and the source branch deleted when the owner approves.Implementation Details
feature-labeled tracking issue for the mongodb extension exists (e.g. titled "MongoDB extension: read-only query tools"). If one already exists (for example created alongside the plan's issues), reuse it; otherwise create it. Use its number as<N>.feature/issue-<N>/mongodb-extensionfrommain.extensions/mongodb/, the root manifest/README changes) with messages prefixedissue-<N>: <summary>.issue-<N>: MongoDB extension(or similar), bodyCloses #<N>plus a summary of what was built (tools, config, tests, docs).Acceptance Criteria
feature(reused or created).feature/issue-<N>/mongodb-extension.issue-<N>:.issue-<N>: MongoDB extensionand bodyCloses #<N>.Test Plan
Confirm the PR is visible on the host with the correct title/body, and that no merge was performed without owner approval.
Closing: the rollout was completed incrementally rather than via a single PR.
main.extensions/mongodb/is complete onmain:mongo_find,mongo_count,mongo_list_collectionstools plus client/env/errors/serialize/defaults, unit tests (98 passing), README, DESIGN.md, IMPLEMENTATION_PLAN.md.package.jsonmanifest (mongodb ^7.6.0) and documented in the root README extension table + setup section.feature/issue-149/roll-out-the-mongodb-extension-per-agents-md-track(0 commits ahead of main, never pushed) has been deleted.