feat(cindy): add experimental PowerContext plugin - #1564
Draft
PsiACE wants to merge 1 commit into
Draft
Conversation
There was a problem hiding this comment.
license-eye has checked 1511 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 1081 | 2 | 428 | 0 |
Click to see the invalid file list
- integrations/cindy/plugins/powercontext/settings.html
- integrations/cindy/scripts/package.sh
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
| @@ -0,0 +1,52 @@ | |||
| <!doctype html> | |||
There was a problem hiding this comment.
Suggested change
| <!doctype html> | |
| <!-- | |
| ~ Copyright (c) 2026 OceanBase. | |
| ~ | |
| ~ Licensed under the Apache License, Version 2.0 (the "License"); | |
| ~ you may not use this file except in compliance with the License. | |
| ~ You may obtain a copy of the License at | |
| ~ | |
| ~ http://www.apache.org/licenses/LICENSE-2.0 | |
| ~ | |
| ~ Unless required by applicable law or agreed to in writing, software | |
| ~ distributed under the License is distributed on an "AS IS" BASIS, | |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| ~ See the License for the specific language governing permissions and | |
| ~ limitations under the License. | |
| --> | |
| <!doctype html> |
| @@ -0,0 +1,21 @@ | |||
| #!/usr/bin/env bash | |||
There was a problem hiding this comment.
Suggested change
| #!/usr/bin/env bash | |
| # Copyright (c) 2026 OceanBase. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| #!/usr/bin/env bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue or RFC does this PR close?
N/A.
Rationale for this change
Enable Cindy users to access scoped project memory through an existing PowerContext Server.
What changes are included in this PR?
Are there any user-facing changes?
Users can package and import the experimental plugin into Cindy and configure their PowerContext Server. The compatibility target is Cindy 0.1.76+.
Tools are explicitly invoked; automatic capture and context injection are not included. No existing PowerContext APIs or persisted formats change.
How was this change tested?
node --test integrations/cindy/tests/*.test.cjsnode integrations/cindy/scripts/smoke.mjsuv run prek run -aThe smoke test exercises the plugin bridge and worker against a real, authenticated SQLite-backed server. Real Cindy desktop installation and vault integration remain to be verified.
AI usage statement
Implemented with assistance from OpenAI Codex (GPT-6), including code, documentation, tests, and validation.