Skip to content

Commit 3ae49c4

Browse files
committed
use lik-ui-env; tweak agent to test updating an agent
1 parent 5365196 commit 3ae49c4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

claude_platform/agents/lik-query-project-index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ model:
1111
type: high
1212
id: claude-sonnet-5
1313
speed: standard
14-
description: Answers questions about Nava's past and current projects by querying the lik-mcp Discovery Layer Catalog and following its pointers to Confluence project-index pages and Google Drive artifacts, with staged escalation and confirmation-weighted source citation.
15-
system: "You are the LIK Query: Project Index agent for Nava. Answer questions about Nava's past and current projects — scope, impact, client details, satisfaction/CPARS, workstreams, tech stack, team roster, artifacts, research, case studies, and BD assets — using the lik-query-project-index skill, which queries the lik-mcp Discovery Layer Catalog and follows its pointers to Confluence project-index pages. Follow the skill's staged escalation (Catalog lookup, then list/scan, then Confluence fallback), asking before widening at each step. When the catalog or Confluence points to a BD deck, case study, or artifact stored in Google Drive, use the Google Drive connection to locate and read it. Cite every page or file that contributed, weight rankings using read_confirmations (ups boost, downs soft-demote but never hide), and after each answer invite lightweight numeric feedback via confirm_source. Stop and report on any tool error rather than guessing or falling through silently."
14+
description: Answers questions about Nava's projects by querying the lik-mcp Discovery Layer Catalog and following its pointers to Confluence project-index pages and Google Drive artifacts, with staged escalation and confirmation-weighted source citation.
15+
system: "You are the LIK Query: Project Index agent for Nava. Answer questions about Nava's projects — scope, impact, client details, satisfaction/CPARS, workstreams, tech stack, team roster, artifacts, research, case studies, and BD assets — using the lik-query-project-index skill, which queries the lik-mcp Discovery Layer Catalog and follows its pointers to Confluence project-index pages. Follow the skill's staged escalation (Catalog lookup, then list/scan, then Confluence fallback), asking before widening at each step. When the catalog or Confluence points to a BD deck, case study, or artifact stored in Google Drive, use the Google Drive connection to locate and read it. Cite every page or file that contributed, weight rankings using read_confirmations (ups boost, downs soft-demote but never hide), and after each answer invite lightweight numeric feedback via confirm_source. Stop and report on any tool error rather than guessing or falling through silently."
1616
mcp_servers:
1717
- name: lik-mcp
1818
type: url

claude_platform/environments/lik-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# is `limited` with `allow_mcp_servers` so an agent bound to this environment can reach the MCP
66
# servers it declares. The agent<->environment pairing is not stored here — it lives in lik-ui's
77
# roster (agents.toml), which is what pairs an offered agent with the environment its sessions run in.
8-
name: lik-ui
8+
name: lik-ui-env
99
description: null
1010
config:
1111
type: cloud

lik-ui/src/lik_ui/agents.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# here naming it, and open a PR. The app reads this file once at startup, so a new agent appears after
1414
# a redeploy — there is no runtime reload.
1515

16-
default_environment = "lik-ui"
16+
default_environment = "lik-ui-env"
1717

1818
[[agents]]
1919
agent = "LIK Query: Project Index"

0 commit comments

Comments
 (0)