Aise setup
PhysisAI: trusted, local-first personal and project memory for Codex and Claude Code.
npx -y skills add jiayx01/PhysisAI --skill aise-setupAssembled 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
安装或初始化 PhysisAI,配置个人与项目两层本地记忆,并连接 Codex 或 Claude Code。用户说要安装、初始化、接入已有项目、升级旧版本,或第一次使用 AI 自进化时使用。
SKILL.md
3.5 KB, 720 tokens by cl100k_base, as published. Nobody here has run it
PhysisAI Setup
Core Boundary
Treat Codex and Claude as already capable. Configure only the personal preferences, private or project knowledge, proven workflows, tool routes, and quality gates they cannot reliably infer. Do not offer model training, a replacement agent, role editions, or automatic production-rule mutation.
Setup Workflow
- Locate the project root and check whether
physisaiis already onPATH. - If missing, install the released engine in an isolated tool environment:
uv tool install "git+https://github.com/jiayx01/[email protected]"
physisai --version
Use the equivalent pipx install command only when uv is unavailable. Ask before replacing an existing user-wide installation.
3. Resolve the user store from AISE_HOME; when unset, use ~/.aise. Keep it outside the project root. The CLI rejects overlapping user and project roots.
4. Install the matching host plugin when it is not already installed. Do not install an unrelated host adapter.
5. Initialize the target project with one or both adapters:
physisai init --root <project-root> --adapter codex
# or: physisai init --root <project-root> --adapter claude-code
- Run
physisai doctor --root <project-root>andphysisai verify --root <project-root>. - Confirm
.ai-self-evolution/was added to the existing.gitignorewithout removing other rules, and confirm both event stores use private filesystem permissions. - Confirm the adapter installed exactly one managed loader block while preserving existing content: Codex uses
AGENTS.md; Claude Code usesCLAUDE.md. - Confirm
.ai-self-evolution/generated/index.mdexists and reports no approved active memory in a new project. No emptyglobal/orproject/category files should be created. - Run
physisai context --root <project-root> --query "initial setup check"and confirm a new project contains operating rules only, not invented personal memory.
Existing Projects
- Do not overwrite an existing
.ai-self-evolutiondirectory. - Use
physisai status,physisai verify, andphysisai doctorbefore changing adapters. - Add an adapter or change the context budget with
physisai configure; do not rerunphysisai init. - Run
physisai doctor --repairafter upgrading from v0.3 to build the Markdown index and layered detail files from existing events. Older v0.2 profile configuration is still upgraded without rewriting historical events. - Remove only managed host blocks with
physisai detach; this preserves both event stores. - Preview v0.1 project-global migration with
physisai migrate. Apply it only after the user approves widening those memories to the user layer. - Never import whole chat histories by default. Start from explicit corrections, confirmed preferences, verified private knowledge, or repeatable workflows.
- Keep private events, generated context, indexes, and detail files out of the public repository unless the user explicitly chooses otherwise.
Completion
Report the project root, user-store path, adapter file status, private-state ignore status, permission checks, both event-chain results, generated-index health, and task-context command. Do not claim setup succeeded from file creation alone; use the real CLI results.
What ships with it: 1 file
270 B alongside SKILL.md
agents/
- openai.yaml270 B