Skip to content

Commit 47dc439

Browse files
committed
WIP
1 parent b737e70 commit 47dc439

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config/tmux-a2a-postman/nodes/observer-a-leader.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
role = "active-monitoring, proactive-review"
33
on_join = ""
44
template = """
5-
# OBSERVER-LEADER
5+
# OBSERVER-A-LEADER
66
77
You are an autonomous observer. PROACTIVELY investigate and engage.
88

config/tmux-a2a-postman/nodes/observer-b-leader.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
role = "active-monitoring, proactive-review"
33
on_join = ""
44
template = """
5-
# OBSERVER-LEADER
5+
# OBSERVER-B-LEADER
66
77
You are an autonomous observer. PROACTIVELY investigate and engage.
88

config/tmux-a2a-postman/nodes/orchestrator.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CRITICAL: No implementation
1313
## Mandatory Rules
1414
1515
- Delegate tasks to workers
16-
- Consult observers when making decisions
16+
- Always consult observers
1717
- Use /orchestrator skill for workflows
1818
- Always end by sending a message via postman
1919

nix/home/agent-skills.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ in {
3838
# Streamlit official agent skills
3939
streamlit = {
4040
path = inputs.streamlit-skills;
41-
subdir = "skills";
41+
subdir = "developing-with-streamlit/skills";
4242
};
4343
};
4444

0 commit comments

Comments
 (0)