private-store
Save, archive, pack, encrypt, or commit sensitive local private/ files with Dolos.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Save, archive, pack, encrypt, or commit sensitive local private/ files with Dolos.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Pi extensions and tool policy: extensions/*.ts, hooks, registerTool, promptGuidelines, registerCommand, footer/status UI, tool_result, session hooks, or subprocesses. Not for slash-command placement; use pi-command.
README, CHANGELOG, docs/, RFCs, ADRs, guides, or Markdown structure. Not for prose cleanup or archival work.
Prose cleanup for filler, hype, vague claims, repetition, detection tells, or uncited specifics. Not for Markdown architecture or archival work.
Requirements, user stories, acceptance/verification criteria, or testable outcomes. Not for PRD drafting (/prd) or Pi /goal prompts.
Use for /prd-it or to draft, refine, or review a Product Requirements Document. Not for acceptance criteria, planning, or Pi /goal prompts.
Pi session, trace, metrics, routing, workflow-friction, workflow-telemetry, usage, or local JSONL analysis with DuckDB. Use for aggregating or correlating Pi runtime logs. Not for adding telemetry, generic SQL/database design, or non-Pi logs.
| name | private-store |
| description | Save, archive, pack, encrypt, or commit sensitive local private/ files with Dolos. |
Routing card for sensitive local data. private/ is the local plaintext Obsidian-compatible vault and is gitignored; .dolos/artifacts/private.tar.gz.age is the encrypted commit artifact.
private/<domain>/... # Markdown notes or documented domain data
private/_attachments/<domain>/... # raw exports, JSON, SQLite, media, session copies
private/_indexes/<domain>.md # path-level index, no secrets/full raw data
.dolos/artifacts/private.tar.gz.age # tracked encrypted archive
Generated Markdown notes should include YAML frontmatter with title, created, updated, type, source when applicable, sensitive: true, tags, related index links, and attachment paths. Include one H1 matching title and ## Summary.
private/; store real tenant data, credentials, exports, and secrets only in private storage._attachments/._indexes/ note with path-level metadata only.private/... paths.bin/dolos.exe status
bin/dolos.exe pack private
bin/dolos.exe scan --staged
git status --short -- .dolos private
Do not force-add private/, dump mixed data in the root, write secrets to tracked docs, or assume all private changes belong in the next commit. After commit attempts touching private content, verify only the encrypted Dolos artifact is staged/committed for private payload.