Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/decodex/src/plugin_surface_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ fn packaged_plugin_manifest_routes_natural_language_research_to_decodex() {
assert_contains(long_description, "latent Decision Contracts");
assert_contains(long_description, "\"arrange this\"");
assert_contains(long_description, "\"推进\"");
assert_contains(long_description, "queues only ready nodes");
assert_contains(long_description, "graph, DAG, goal, and queue mechanics backstage");
assert_contains(long_description, "ready mapped nodes dispatch directly");
assert_contains(long_description, "graph, DAG, goal, and dispatch mechanics backstage");
assert_contains(&default_prompts, "Research how Decodex should handle this.");
assert_contains(
&default_prompts,
Expand Down
2 changes: 1 addition & 1 deletion plugins/decodex/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"interface": {
"displayName": "Decodex",
"shortDescription": "Use Decodex for research/design intake, planning, manual CLI work, or retained-lane automation.",
"longDescription": "Routes Codex agents through Decodex natural-language-first research/design intake, such as \"research X\", which produces latent Decision Contracts before execution. Follow-ups such as \"arrange this\" or \"推进\" can promote accepted work into planning that queues only ready nodes, while graph, DAG, goal, and queue mechanics backstage remain hidden from ordinary users.",
"longDescription": "Routes Codex agents through Decodex natural-language-first research/design intake, such as \"research X\", which produces latent Decision Contracts before execution. Follow-ups such as \"arrange this\" or \"推进\" can promote accepted work into planning and Program Intake where ready mapped nodes dispatch directly, while graph, DAG, goal, and dispatch mechanics backstage remain hidden from ordinary users.",
"developerName": "hack-ink",
"category": "Development",
"capabilities": [
Expand Down