agentsclimarketplace

Aise promote

Skill jiayx01/PhysisAI/plugins/physisai/skills/aise-promote

PhysisAI: trusted, local-first personal and project memory for Codex and Claude Code.

Install
npx -y skills add jiayx01/PhysisAI --skill aise-promote

Assembled 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

  1. Run physisai verify and physisai review <proposal-id>.
  2. Confirm the latest evaluation passed and no conflict remains unresolved.
  3. Confirm source_type is not model_inference.
  4. Preserve explicit supersedes relationships; do not silently replace a different rule.
  5. Run:
physisai promote <proposal-id> --root <project-root> --approved-by "<user identity>"
  1. Inspect the returned memory ID, storage layer, .ai-self-evolution/generated/context.md, and .ai-self-evolution/generated/index.md.
  2. Confirm the index links that memory ID to the intended global/ or project/ Markdown file and that the detail contains the approved content, source metadata, and triggers.
  3. 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/

Keep looking

Skills are one crate of 326,970. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.