{
  "schemaVersion": "1.0",
  "slug": "context-engineering",
  "title": "Context Engineering",
  "kind": "rule",
  "summary": "A broader context-engineering resource set for AI agents and coding workflows.",
  "sourceUrl": "https://github.com/jasontang-ai/Context-Engineering",
  "agentAccess": "approved",
  "license": {
    "spdx": "MIT",
    "allowsClosedSourceUse": true,
    "requiresNotice": true,
    "noLicenseFee": true
  },
  "install": {
    "steps": [
      "Review the rule scope.",
      "Copy the selected rules into the target agent config.",
      "Run one task that should obey the rule and one that should be blocked."
    ]
  },
  "outputs": [
    "agent rule",
    "policy note",
    "configuration snippet"
  ],
  "usage": {
    "whyUse": "Use it when a project needs repeatable context discipline for larger agent tasks and the team wants inspectable provenance before adoption.",
    "whenToUse": [
      "You need repeatable context discipline for larger agent tasks.",
      "The upstream README and license fit the target project.",
      "You can test the integration on non-production data first."
    ],
    "whenNotToUse": [
      "The rule conflicts with project instructions.",
      "The repository cannot show how the rule is maintained."
    ],
    "safetyNotes": [
      "Keep required license notices when redistributing copied source or bundled code.",
      "Prefer narrower rules over broad global mandates.",
      "Document any local override path."
    ]
  },
  "repository": {
    "owner": "jasontang-ai",
    "name": "Context-Engineering",
    "stars": 9121,
    "defaultBranch": "main"
  },
  "lifecycle": {
    "githubUpdatedAt": "2026-06-26T18:49:16Z",
    "githubPushedAt": "2026-02-27T05:04:18Z",
    "lastVerifiedAt": "2026-06-27T00:00:00.000Z"
  }
}