AI Agents SDE Task Viewer
      • Context
      • Plan
      • Prd
  1. Home
  2. AgentSDE
  3. agent-core-artefacts
  4. gh-28
  5. plan
  6. context.json
context.json(1.8 KB)· Apr 2, 2026
{
  "meta": {
    "agent": "planner",
    "task_id": "28",
    "title": "chore: ensure CLAUDE.md is up-to-date",
    "created_at": "2026-04-02T02:00:00Z"
  },
  "inputs": [
    {
      "name": "GitHub Issue #28",
      "type": "context",
      "ref": "https://github.com/AgentSDE/agent-core-artefacts/issues/28",
      "notes": "Create CLAUDE.md for artefacts repo"
    },
    {
      "name": "agent-core CLAUDE.md",
      "type": "context",
      "ref": "AgentSDE/agent-core/CLAUDE.md",
      "notes": "Reference template for structure"
    }
  ],
  "outputs": [
    {
      "name": "CLAUDE.md",
      "type": "spec",
      "format": "md",
      "content": "Root-level agent context file"
    }
  ],
  "files": [
    {
      "path": "CLAUDE.md",
      "action": "create",
      "reason": "Provide agent context about repo purpose, structure, and conventions"
    }
  ],
  "steps": [
    {
      "id": "S1",
      "summary": "Create CLAUDE.md at repo root with repo description, directory structure, naming conventions, dev workflow (none), and branch/PR rules",
      "acceptance": [
        "CLAUDE.md exists at repo root",
        "Accurately describes repo as document/artefact storage (not a service)",
        "Documents top-level directory structure (docs/, tasks/) and their subdirectories",
        "Documents task directory naming convention (gh-<N> grouped by env/org/repo)",
        "Explicitly states no build/test/lint commands exist",
        "Documents branch naming and PR rules",
        "Contains no stale references to agent-core commands or env vars"
      ],
      "depends_on": []
    }
  ],
  "risks": [
    {
      "risk": "Directory structure may change as new artefact types are added",
      "mitigation": "Note in CLAUDE.md that structure is living documentation"
    }
  ],
  "assumptions": [
    "No build system or CI commands exist in this repo",
    "Branch/PR conventions match agent-core (feat/fix prefix, Closes #N)"
  ],
  "open_questions": []
}
Plan