Aise promote
PhysisAI: trusted, local-first personal and project memory for Codex and Claude Code.
npx -y skills add jiayx01/PhysisAI --skill aise-promoteAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 18 days oldThe repository was created 18 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
在用户明确批准后晋升已通过门禁的候选经验,也可拒绝候选或回滚有害、过时的活动记忆。用户说确认写入、批准这条、不要记、撤销或回滚时使用;没有当前对话批准不得晋升。
SKILL.md
2.5 KB, 487 tokens by cl100k_base, as published. Nobody here has run it
Promote, Reject, Or Roll Back
Authority Gate
Only promote or roll back when the user explicitly authorizes that exact proposal or memory in the current conversation. A prior preference for automation, an AI recommendation, or a passing test is not approval.
Promote
- Run
physisai verifyandphysisai review <proposal-id>. - Confirm the latest evaluation passed and no conflict remains unresolved.
- Confirm
source_typeis notmodel_inference. - Preserve explicit
supersedesrelationships; do not silently replace a different rule. - Run:
physisai promote <proposal-id> --root <project-root> --approved-by "<user identity>"
- Inspect the returned memory ID, storage layer,
.ai-self-evolution/generated/context.md, and.ai-self-evolution/generated/index.md. - Confirm the index links that memory ID to the intended
global/orproject/Markdown file and that the detail contains the approved content, source metadata, and triggers. - Run
physisai context --query "<representative task>"and verify the memory is retrieved from the intended user or project layer, stays within budget, and exposes no unrelated private content.
Reject
Use a concrete reason so the same unsuitable proposal is not repeatedly recreated:
physisai reject <proposal-id> --root <project-root> --reason "<reason>"
Roll Back
Roll back an active memory when the user corrects it, its source becomes invalid, or evidence shows harm:
physisai rollback <memory-id> --root <project-root> \
--approved-by "<user identity>" --reason "<reason>"
When the rolled-back memory directly superseded an older rule, verify that the engine restored that predecessor. Do not assume unrelated or independently archived memories will be restored.
Also verify that the rolled-back memory disappeared from generated/index.md and its detail view. A now-empty type file should be removed. Use physisai doctor --repair if a generated view does not match the event state; never edit generated Markdown as the source of truth.
Do not delete the append-only history. Report the event ID, affected memory, restored predecessor IDs, storage layer, generated index/detail path, and verification performed.
What ships with it: 1 file
276 B alongside SKILL.md
agents/
- openai.yaml276 B