rdkcentral-meminsight-build-and-ci-instructions.ocm.json json Copy{
"ocm": "1",
"id": "rdkcentral-meminsight-build-and-ci-instructions",
"kind": "skill",
"name": "build-and-ci",
"description": "Use when changing build scripts, test runners, CI workflows, or deployment samples for meminsight.",
"publisher": "rdkcentral",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when changing build scripts, test runners, CI workflows, or deployment samples for meminsight."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/rdkcentral/meminsight",
"path": ".github/instructions/build-and-ci.instructions.md",
"ref": "7b9792e9e313b112819c5684beab279082e6dde4",
"url": "https://github.com/rdkcentral/meminsight/blob/7b9792e9e313b112819c5684beab279082e6dde4/.github/instructions/build-and-ci.instructions.md",
"key": "rdkcentral/meminsight/.github/instructions/build-and-ci.instructions.md"
},
"applies_to": "configure.ac,Makefile.am,cov_build.sh,test/run_ut.sh,.github/workflows/**/*.yml,deploy/**/*"
},
"instructions": "# Build and CI Instruction\n\n## Build expectations\n\n- Keep build flags explicit: `--enable-cjson`, `--test`.\n- Build scripts must support clean reproducible runs.\n- Avoid hidden feature toggles; reflect all behavior in help text.\n\n## CI expectations\n\n- Separate responsibilities:\n - build-only workflow\n - unit-test workflow\n- Install only required dependencies.\n- Use repository scripts (`cov_build.sh`, `test/run_ut.sh`) as single source of truth.\n\n## Deployment sample expectations\n\n- Keep systemd and Yocto examples minimal and readable.\n- Samples should track current binary name, default paths",
"cost": {
"context_tokens": 169
}
}