AI Agents SDE Task Viewer
      • Pr description
  1. Home
  2. AgentSDE
  3. agent-core-artefacts
  4. gh-28
  5. changes
  6. pr_description.md
pr_description.md(967 B)· Apr 2, 2026· 1 min read
  • Title
  • Problem
  • Task / Link
  • Changes
  • Notes
  • Testing

Title#

chore(#28): add CLAUDE.md to agent-core-artefacts

Problem#

The agent-core-artefacts repo had no CLAUDE.md, so agents had no context about its purpose, directory structure, or conventions.

Task / Link#

GitHub Issue #28 — https://github.com/AgentSDE/agent-core-artefacts/issues/28

Changes#

  • Create CLAUDE.md at repo root describing the repo as artefact/document storage (not a service)
  • Document the docs/ and tasks/ directory structures and their subdirectories
  • Document task directory naming convention (gh-<N> grouped by env/org/repo)
  • Explicitly state no build/test/lint commands exist
  • Document branch and PR naming rules

Notes#

Marked as living documentation — structure may evolve as new artefact types are added.

Testing#

  • Verified CLAUDE.md exists at repo root and is well-formed Markdown
  • Confirmed documented directories match actual repo structure
  • No stale references to agent-core commands or env vars
PrdAgent-runner