Skip to content
Skillv1.0.0

bars

AGENTS instructions for `org.ta4j.core.bars`

by ta4j(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ta4j/ta4j (ta4j-core/src/main/java/org/ta4j/core/bars/AGENTS.md). Install upstream with npx skills add ta4j/ta4j --skill bars. Copyright stays with the author.

AGENTS instructions for org.ta4j.core.bars

TimeBarBuilder gap semantics

  • TimeBarBuilder must align bars to the supplied time periods.
  • Do not auto-reconcile or backfill missing periods.
  • Missing periods should remain missing while preserving correct chronological placement of subsequent bars.
  • When changing bar-construction logic, add or update tests that cover both contiguous data and explicit time gaps.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/ta4j-ta4j-bars/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

ta4j-ta4j-bars.ocm.jsonjson
{
  "ocm": "1",
  "id": "ta4j-ta4j-bars",
  "kind": "skill",
  "name": "bars",
  "description": "AGENTS instructions for `org.ta4j.core.bars`",
  "publisher": "ta4j",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS instructions for `org.ta4j.core.bars`"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/ta4j/ta4j",
      "path": "ta4j-core/src/main/java/org/ta4j/core/bars/AGENTS.md",
      "ref": "c91a1dad8995eefc8496d95a7c44accba59ef2b6",
      "url": "https://github.com/ta4j/ta4j/blob/c91a1dad8995eefc8496d95a7c44accba59ef2b6/ta4j-core/src/main/java/org/ta4j/core/bars/AGENTS.md",
      "key": "ta4j/ta4j/ta4j-core/src/main/java/org/ta4j/core/bars/AGENTS.md"
    }
  },
  "instructions": "# AGENTS instructions for `org.ta4j.core.bars`\n\n## TimeBarBuilder gap semantics\n\n- `TimeBarBuilder` must align bars to the supplied time periods.\n- Do not auto-reconcile or backfill missing periods.\n- Missing periods should remain missing while preserving correct chronological placement of subsequent bars.\n- When changing bar-construction logic, add or update tests that cover both contiguous data and explicit time gaps.",
  "cost": {
    "context_tokens": 105
  }
}

Fetch it by URL: GET /api/v1/registry/ta4j-ta4j-bars/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.