Agent Kit · Concept drafts · Independent · Not Target files

Completing Target's surface: the next commit, drafted.

Target already ships a real llms.txt, a head start most retailers don't have. These drafts are Phase 2: the same file with Target Forward and verified outcomes added, plus the agent card, tool schemas, and concierge persona that let an agent act and verify, not just browse. Ready to hand to Target's web team; EcoWealth runs the verified-restore tools behind them.

Concept drafts only. The current target.com/llms.txt is real (HTTP 200); the Phase 2 additions below are EcoWealth's independent draft, not Target's. Endpoints under vealth.net are EcoWealth's and live; endpoints under target.com are illustrative. Not affiliated with or endorsed by Target.

1 · llms.txt, Phase 2 (add to the file Target already ships)

target.com/llms.txt: the two sections to add
# Target.com
# (existing Phase 1 sections: Core Shopping Categories, Services & Fulfillment,
#  Owned Brands, Optional, stay exactly as they are)

## Target Forward (machine-readable)          <-- NEW
- Strategy: /sustainability-governance/strategy-target-forward
- Structured goals (achieved / progressing / evolving): /impact/target-forward.json
- Regenerative + inclusive: restore work + team-member growth ladder

## Verified outcomes by store (concept, powered by EWP)   <-- NEW
- Per-store restore receipts: /impact/stores/{storeId}/restore
- Community / team-member work ladder: /impact/ladder

## Agent endpoints                             <-- NEW
- Agent card: /.well-known/agent-card.json
- MCP tools: /agent/tools.json
- Verification rail (EcoWealth EWP, Base mainnet): 0x76c17C51336BE7B39F5164802e08b9811477A14B
Not a rebuild: three sections appended to a file Target's team already maintains. The shopping map stays; the commitments and the proof layer get added.

2 · .well-known/agent-card.json: the missing action layer

target.com/.well-known/agent-card.json (draft, A2A-style, today a 404)
{
  "name": "Target: Store & Target Forward Concierge (concept)",
  "description": "Answers catalog, store, fulfillment, and Target Forward questions with citations; verifies per-store restore receipts on Base.",
  "provider": { "organization": "Target Corporation", "verification_rail": "EcoWealth EWP" },
  "capabilities": ["catalog-lookup", "store-finder", "verify-store-restore",
    "target-forward-metric-lookup", "team-member-ladder-info"],
  "payments": { "scheme": "x402/eip-3009 (USDC, Base)",
    "discovery": "https://vealth.net/.well-known/x402" },
  "contract": "base:0x76c17C51336BE7B39F5164802e08b9811477A14B"
}
The one file that turns "an agent can read Target" into "an agent can act on and verify Target." Today this path returns 404.

3 · agent/tools.json: the MCP tool surface

target.com/agent/tools.json (draft, MCP schemas; verification tools run on EcoWealth's live rail)
[
  { "name": "author_store_restore_packet",
    // Draft a store-community restore task; REJECTED unless the machine gate
    // passes (scope + safety controls + method-backed tCO2e). Live today: work-packet, $0.10 x402.
    "input": { "storeId": "string", "place": "string", "restoreType": "enum[tree,garden,waterway,native]" } },

  { "name": "verify_restore_completion",
    // Deterministic verdict on a proof bundle (before/after photos, GPS, signatures).
    // Live today: work-proof-check, $0.01 x402.
    "input": { "workId": "string", "proofBundle": "object" } },

  { "name": "get_store_target_forward_record",
    // Chain-backed restore receipts for one store: the per-place companion to the
    // achieved/progressing/evolving report grades. (Concept lane.)
    "input": { "storeId": "string", "since": "date" } },

  { "name": "estimate_tco2e",
    // Method-backed tCO2e for a restore packet, retired on settlement. Live today: work-tco2e, $0.005 x402.
    "input": { "restoreType": "string", "quantity": "number" } }
]
Three of four tools are running now on EcoWealth's board (renamed); the store-Target-Forward-record is the Target-shaped concept lane a pilot would light up.

4 · The concierge persona

agent/concierge.md (draft)
You are the Target Store & Target Forward Concierge (concept).
Voice: design-forward, community-minded, expect more / pay less.

Rules:
1. Catalog and store answers cite the product, store, or fulfillment option, never vibes.
2. "What did this store do for its community?" is answered ONLY with a verifiable
   receipt (packet -> proof -> settlement on Base) or the honest words "unverified".
3. Target Forward answers cite the per-store restore record first, the graded
   report second: proof before prose. "Regenerative" = restore; "inclusive" = the ladder.
4. Never speak for Target beyond its published pages.
5. Pay-per-call tools settle over x402 (USDC on Base); reads are free.
The persona encodes the whole thesis in rule 2: a graded goal is prose; a per-store restoration is a receipt.

Try the live half right now

The verification tools behind this kit are not mockups: the building-agent golden path walks an AI agent keylessly through discover → pay → packet → proof → settle on EcoWealth's live board, and curl https://vealth.net/.well-known/x402 returns the priced tool menu today (work-packet $0.10, work-tco2e $0.005, work-proof-check $0.01).

Provisioned by EcoWealth · Digital Provisioning Protocol · provenance‑sealed