feat: Refactor communication context to generalize from Jeff to current manager and enhance people management structure
This commit is contained in:
@@ -20,7 +20,8 @@ Behavior rules:
|
||||
- current priorities go to `ai/state/current.md`
|
||||
- active Jira-linked work goes to `ai/state/work-items.md`
|
||||
- durable project knowledge goes to `ai/context/project.md`
|
||||
- confirmed team or manager communication preferences go to `ai/context/people/jeff.md`
|
||||
- confirmed team or manager communication preferences go to `ai/context/people/manager.md`
|
||||
- role-to-person mapping and recurring stakeholders go to `ai/context/people/`
|
||||
- confirmed decisions go to `ai/context/decisions/`
|
||||
- Default to writing new same-day information to today's log unless a more durable destination is clearly better.
|
||||
- Update preexisting memory when a new prompt clarifies or corrects something already stored.
|
||||
|
||||
@@ -9,7 +9,8 @@ Use these files as the baseline context:
|
||||
@README.md
|
||||
@ai/AGENTS.md
|
||||
@ai/context/project.md
|
||||
@ai/context/people/jeff.md
|
||||
@ai/context/people/manager.md
|
||||
@ai/context/people/index.md
|
||||
@ai/state/current.md
|
||||
@ai/state/work-items.md
|
||||
@ai/context/decisions/rest-vs-graphql.md
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
---
|
||||
description: Draft or polish a Mattermost update for Jeff
|
||||
description: Draft or polish a Mattermost update for the current manager or stakeholder
|
||||
---
|
||||
|
||||
Draft a concise Mattermost message for Jeff in natural US English.
|
||||
Draft a concise Mattermost message for the current manager or stakeholder in natural professional English.
|
||||
|
||||
Read:
|
||||
|
||||
@prompts/manager-update.md
|
||||
@ai/AGENTS.md
|
||||
@ai/context/project.md
|
||||
@ai/context/people/jeff.md
|
||||
@ai/context/people/manager.md
|
||||
@ai/context/people/index.md
|
||||
@ai/state/current.md
|
||||
@ai/state/work-items.md
|
||||
@knowledge/communication-rules.md
|
||||
@@ -9,7 +9,8 @@ Read:
|
||||
@README.md
|
||||
@ai/AGENTS.md
|
||||
@ai/context/project.md
|
||||
@ai/context/people/jeff.md
|
||||
@ai/context/people/manager.md
|
||||
@ai/context/people/index.md
|
||||
@ai/state/current.md
|
||||
@ai/state/work-items.md
|
||||
@knowledge/workspace-model.md
|
||||
@@ -32,7 +33,9 @@ Instructions:
|
||||
- `ai/state/current.md`
|
||||
- `ai/state/work-items.md`
|
||||
- `ai/context/project.md`
|
||||
- `ai/context/people/jeff.md`
|
||||
- `ai/context/people/manager.md`
|
||||
- `ai/context/people/index.md`
|
||||
- `ai/context/people/*.md`
|
||||
- `ai/context/decisions/`
|
||||
- Update the appropriate files directly
|
||||
- If an existing statement became stale, replace or refine it
|
||||
|
||||
@@ -11,7 +11,8 @@ Read:
|
||||
@prompts/mattermost-translation.md
|
||||
@ai/AGENTS.md
|
||||
@ai/context/project.md
|
||||
@ai/context/people/jeff.md
|
||||
@ai/context/people/manager.md
|
||||
@ai/context/people/index.md
|
||||
@knowledge/communication-rules.md
|
||||
|
||||
If relevant, use today's log for context:
|
||||
|
||||
@@ -15,8 +15,10 @@ export const FidelityCompaction = async ({ directory }) => {
|
||||
const baseFiles = [
|
||||
"README.md",
|
||||
"ai/context/project.md",
|
||||
"ai/context/people/jeff.md",
|
||||
"ai/context/people/manager.md",
|
||||
"ai/context/people/index.md",
|
||||
"ai/state/current.md",
|
||||
"ai/state/work-items.md",
|
||||
"ai/context/decisions/rest-vs-graphql.md",
|
||||
"ai/context/decisions/discourse-handling.md",
|
||||
"knowledge/workspace-model.md",
|
||||
|
||||
Reference in New Issue
Block a user