agentlas-ai/agentlas-auto-activation
Use when adding or auditing local runtime behavior that turns a project folder into an Agentlas-aware workspace with .agentlas memory and sitemap files.
npx skills add https://github.com/agentlas-ai/Agentlas-OS --skill agentlas-auto-activation
Use this skill when a local runtime should activate Agentlas project continuity
for a folder.
hephaestus project ensure --project <folder>from Agentlas Core.
a workspace marker, and host-side opt-in. Passive search, read-only work,
and MCP requests do not imply write consent.
outside the host's allowed project roots.
.gitignore block before local memory/indexes.without overwriting existing user content.
## Memory Events only for durable facts..agentlas/project-soul-memory.md.agentlas/sitemap.json.agentlas/memory-map.json.agentlas/memory-tickets.jsonl.agentlas/vault-references.json.agentlas/skill-registry.json.agentlas/skill-trials.jsonl.agentlas/curator-decisions.jsonl.agentlas/activation.json.agentlas/code-map/project-map.json.agentlas/ontology-runtime.json.agentlas/ontology-runtime.sqlite.agentlas/career-graph.json.agentlas/career-graph.sqliteNever store secrets, raw logs, full transcripts, cookies, private keys, service
accounts, or payment material in .agentlas.
Keep MCP auto-bootstrap disabled unless the host separately opts in. Automatic
receipts must not expose absolute project paths or raw filesystem errors.
If private files were already tracked before activation, report them as
trackedSensitivePaths; never mutate the user's Git index automatically.
See docs/agentlas-auto-activation.md.
Take agentlas-ai/agentlas-auto-activation from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.