{
  "_comment": "Per-project config for the mypka-drop skill (github.com/c11dev/agents). Tells the skill only WHERE the drop goes and WHAT this repo is made of — nothing about how myPKA works internally. Copy to `.agents/mypka.config.json` (preferred) or the repo root as `mypka.config.json`, then fill in.",

  "projectName": "MyProject",

  "_mypkaPath": "Per-hostname (`hostname -s`) absolute path to the myPKA vault. Same vault, different path per machine. If the current host isn't listed, the skill asks rather than guessing. Add a block per machine you work on.",
  "mypkaPath": {
    "myhost": "/Users/myuser/Obsidian/myPKA"
  },

  "_inboxSubdir": "Folder inside myPKA that accepts drops. The only place this skill ever writes.",
  "inboxSubdir": "Team Inbox",

  "_dropPrefix": "Filename prefix for drops. Final name: <dropPrefix>-YYYY-MM-DD-HHMM.md",
  "dropPrefix": "myproject-project-updates",

  "_sourcesOfTruth": "Repo-relative paths the drop is generated FROM — real records only. An OPEN map: `tasks` and `journal` are the common keys; add any project-specific records the drop should draw from (e.g. a product catalog, a CHANGELOG) and omit keys that don't apply.",
  "sourcesOfTruth": {
    "tasks": "TODO.md",
    "journal": "journal/sessions/"
  }
}
