Skip to content

Commit 936c7b7

Browse files
authored
feat(marketplace): add orientation plugin (#376)
orientation reconstructs the real history of code (goal, shipped vs in-flight, coupled files) from Codex, Claude Code, and Eigen transcripts and surfaces it via the get-oriented skill, so agents stop guessing the story of code they didn't write this session. Pinned to v0.2.0 (commit 417d496320b8330013efc0c7fcb51792453376a6, the dereferenced tag commit) per the immutable-pin contract; mirrored in scripts/plugins.txt. pin-marketplace.js --dry-run independently resolves the same commit, and the marketplace contract + full suite pass.
1 parent 542eb81 commit 936c7b7

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,19 @@
325325
"version": "0.1.0",
326326
"category": "development",
327327
"homepage": "https://github.com/agent-sh/ada-spark"
328+
},
329+
{
330+
"name": "orientation",
331+
"source": {
332+
"source": "url",
333+
"url": "https://github.com/agent-sh/orientation.git",
334+
"ref": "v0.2.0",
335+
"commit": "417d496320b8330013efc0c7fcb51792453376a6"
336+
},
337+
"description": "Reconstruct the real history of code (goal, shipped vs in-flight, coupled files) from Codex, Claude Code, and Eigen transcripts, surfaced via the get-oriented skill - so agents stop guessing the story of code they didn't write this session",
338+
"version": "0.2.0",
339+
"category": "productivity",
340+
"homepage": "https://github.com/agent-sh/orientation"
328341
}
329342
]
330343
}

scripts/plugins.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ learn
1313
mojo
1414
next-task
1515
onboard
16+
orientation
1617
perf
1718
prepare-delivery
1819
repo-intel

0 commit comments

Comments
 (0)