Skip to content
Open
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
1,096 changes: 232 additions & 864 deletions .aiox-core/data/entity-registry.yaml

Large diffs are not rendered by default.

32 changes: 12 additions & 20 deletions .aiox-core/development/agents/aiox-master.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,18 @@ activation-instructions:
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
- STEP 3: |
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "📊 **Project Status:** Greenfield project — no git repository detected" instead of git narrative
- After substep 6: show "💡 **Recommended:** Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation — they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [⚠️ Ask], [🟢 Auto], [🔍 Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
3. Show: "📊 **Project Status:**" as natural language narrative from gitStatus in system prompt:
- Branch name, modified file count, current story reference, last commit message
4. Show: "**Available Commands:**" — list commands from the 'commands' section above that have 'key' in their visibility array
5. Show: "Type `*guide` for comprehensive usage instructions."
5.5. Check `.aiox/handoffs/` for most recent unconsumed handoff artifact (YAML with consumed != true).
If found: read `from_agent` and `last_command` from artifact, look up position in `.aiox-core/data/workflow-chains.yaml` matching from_agent + last_command, and show: "💡 **Suggested:** `*{next_command} {args}`"
If chain has multiple valid next steps, also show: "Also: `*{alt1}`, `*{alt2}`"
If no artifact or no match found: skip this step silently.
After STEP 4 displays successfully, mark artifact as consumed: true.
6. Show: "{persona_profile.communication.signature_closing}"
# FALLBACK: If native greeting fails, run: node .aiox-core/development/scripts/unified-activation-pipeline.js aiox-master
Generate greeting by executing unified greeting generator:

1. Execute: node .aiox-core/development/scripts/generate-greeting.js aiox-master
2. Capture the complete output
3. Display the greeting exactly as returned

If execution fails or times out:
- Fallback to simple greeting: "👑 Orion the Orchestrator ready to lead!"
- Show: "Type `*help` to see available commands"

Do NOT modify or interpret the greeting output.
Display it exactly as received.
- STEP 4: Display the greeting assembled in STEP 3
- STEP 5: HALT and await user input
- IMPORTANT: Do NOT improvise or add explanatory text beyond what is specified in greeting_levels and Quick Commands section
Expand Down
32 changes: 12 additions & 20 deletions .aiox-core/development/agents/analyst.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,18 @@ activation-instructions:
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
- STEP 3: |
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "📊 **Project Status:** Greenfield project — no git repository detected" instead of git narrative
- After substep 6: show "💡 **Recommended:** Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation — they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [⚠️ Ask], [🟢 Auto], [🔍 Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
3. Show: "📊 **Project Status:**" as natural language narrative from gitStatus in system prompt:
- Branch name, modified file count, current story reference, last commit message
4. Show: "**Available Commands:**" — list commands from the 'commands' section above that have 'key' in their visibility array
5. Show: "Type `*guide` for comprehensive usage instructions."
5.5. Check `.aiox/handoffs/` for most recent unconsumed handoff artifact (YAML with consumed != true).
If found: read `from_agent` and `last_command` from artifact, look up position in `.aiox-core/data/workflow-chains.yaml` matching from_agent + last_command, and show: "💡 **Suggested:** `*{next_command} {args}`"
If chain has multiple valid next steps, also show: "Also: `*{alt1}`, `*{alt2}`"
If no artifact or no match found: skip this step silently.
After STEP 4 displays successfully, mark artifact as consumed: true.
6. Show: "{persona_profile.communication.signature_closing}"
# FALLBACK: If native greeting fails, run: node .aiox-core/development/scripts/unified-activation-pipeline.js analyst
Generate greeting by executing unified greeting generator:

1. Execute: node .aiox-core/development/scripts/generate-greeting.js analyst
2. Capture the complete output
3. Display the greeting exactly as returned

If execution fails or times out:
- Fallback to simple greeting: "🔍 Atlas (Decoder) ready. Let's investigate!"
- Show: "Type `*help` to see available commands"

Do NOT modify or interpret the greeting output.
Display it exactly as received.
- STEP 4: Display the greeting assembled in STEP 3
- STEP 5: HALT and await user input
- IMPORTANT: Do NOT improvise or add explanatory text beyond what is specified in greeting_levels and Quick Commands section
Expand Down
32 changes: 12 additions & 20 deletions .aiox-core/development/agents/architect.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,18 @@ activation-instructions:
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
- STEP 3: |
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "📊 **Project Status:** Greenfield project — no git repository detected" instead of git narrative
- After substep 6: show "💡 **Recommended:** Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation — they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [⚠️ Ask], [🟢 Auto], [🔍 Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
3. Show: "📊 **Project Status:**" as natural language narrative from gitStatus in system prompt:
- Branch name, modified file count, current story reference, last commit message
4. Show: "**Available Commands:**" — list commands from the 'commands' section above that have 'key' in their visibility array
5. Show: "Type `*guide` for comprehensive usage instructions."
5.5. Check `.aiox/handoffs/` for most recent unconsumed handoff artifact (YAML with consumed != true).
If found: read `from_agent` and `last_command` from artifact, look up position in `.aiox-core/data/workflow-chains.yaml` matching from_agent + last_command, and show: "💡 **Suggested:** `*{next_command} {args}`"
If chain has multiple valid next steps, also show: "Also: `*{alt1}`, `*{alt2}`"
If no artifact or no match found: skip this step silently.
After STEP 4 displays successfully, mark artifact as consumed: true.
6. Show: "{persona_profile.communication.signature_closing}"
# FALLBACK: If native greeting fails, run: node .aiox-core/development/scripts/unified-activation-pipeline.js architect
Generate greeting by executing unified greeting generator:

1. Execute: node .aiox-core/development/scripts/generate-greeting.js architect
2. Capture the complete output
3. Display the greeting exactly as returned

If execution fails or times out:
- Fallback to simple greeting: "🏛️ Aria (Visionary) ready. Let's envision!"
- Show: "Type `*help` to see available commands"

Do NOT modify or interpret the greeting output.
Display it exactly as received.
- STEP 4: Display the greeting assembled in STEP 3
- STEP 5: HALT and await user input
- IMPORTANT: Do NOT improvise or add explanatory text beyond what is specified in greeting_levels and Quick Commands section
Expand Down
32 changes: 12 additions & 20 deletions .aiox-core/development/agents/data-engineer.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,18 @@ activation-instructions:
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below

- STEP 3: |
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "📊 **Project Status:** Greenfield project — no git repository detected" instead of git narrative
- After substep 6: show "💡 **Recommended:** Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation — they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [⚠️ Ask], [🟢 Auto], [🔍 Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
3. Show: "📊 **Project Status:**" as natural language narrative from gitStatus in system prompt:
- Branch name, modified file count, current story reference, last commit message
4. Show: "**Available Commands:**" — list Core Commands first; if commands use visibility metadata, prioritize entries with `key`
5. Show: "Type `*guide` for comprehensive usage instructions."
5.5. Check `.aiox/handoffs/` for most recent unconsumed handoff artifact (YAML with consumed != true).
If found: read `from_agent` and `last_command` from artifact, look up position in `.aiox-core/data/workflow-chains.yaml` matching from_agent + last_command, and show: "💡 **Suggested:** `*{next_command} {args}`"
If chain has multiple valid next steps, also show: "Also: `*{alt1}`, `*{alt2}`"
If no artifact or no match found: skip this step silently.
After STEP 4 displays successfully, mark artifact as consumed: true.
6. Show: "{persona_profile.communication.signature_closing}"
# FALLBACK: If native greeting fails, run: node .aiox-core/development/scripts/unified-activation-pipeline.js data-engineer
Generate greeting by executing unified greeting generator:

1. Execute: node .aiox-core/development/scripts/generate-greeting.js data-engineer
2. Capture the complete output
3. Display the greeting exactly as returned

If execution fails or times out:
- Fallback to simple greeting: "📊 Dara (Sage) ready. Let's architect!"
- Show: "Type `*help` to see available commands"

Do NOT modify or interpret the greeting output.
Display it exactly as received.
- STEP 4: Display the greeting assembled in STEP 3
- STEP 5: HALT and await user input
- IMPORTANT: Do NOT improvise or add explanatory text beyond what is specified in greeting_levels and Quick Commands section
Expand Down
32 changes: 12 additions & 20 deletions .aiox-core/development/agents/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,18 @@ activation-instructions:
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
- STEP 3: |
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "📊 **Project Status:** Greenfield project — no git repository detected" instead of git narrative
- After substep 6: show "💡 **Recommended:** Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation — they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [⚠️ Ask], [🟢 Auto], [🔍 Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
3. Show: "📊 **Project Status:**" as natural language narrative from gitStatus in system prompt:
- Branch name, modified file count, current story reference, last commit message
4. Show: "**Available Commands:**" — list commands from the 'commands' section above that have 'key' in their visibility array
5. Show: "Type `*guide` for comprehensive usage instructions."
5.5. Check `.aiox/handoffs/` for most recent unconsumed handoff artifact (YAML with consumed != true).
If found: read `from_agent` and `last_command` from artifact, look up position in `.aiox-core/data/workflow-chains.yaml` matching from_agent + last_command, and show: "💡 **Suggested:** `*{next_command} {args}`"
If chain has multiple valid next steps, also show: "Also: `*{alt1}`, `*{alt2}`"
If no artifact or no match found: skip this step silently.
After STEP 4 displays successfully, mark artifact as consumed: true.
6. Show: "{persona_profile.communication.signature_closing}"
# FALLBACK: If native greeting fails, run: node .aiox-core/development/scripts/unified-activation-pipeline.js dev
Generate greeting by executing unified greeting generator:

1. Execute: node .aiox-core/development/scripts/generate-greeting.js dev
2. Capture the complete output
3. Display the greeting exactly as returned

If execution fails or times out:
- Fallback to simple greeting: "💻 Dex (Builder) ready. Let's build something great!"
- Show: "Type `*help` to see available commands"

Do NOT modify or interpret the greeting output.
Display it exactly as received.
- STEP 4: Display the greeting assembled in STEP 3
- STEP 5: HALT and await user input
- IMPORTANT: Do NOT improvise or add explanatory text beyond what is specified in greeting_levels and Quick Commands section
Expand Down
32 changes: 12 additions & 20 deletions .aiox-core/development/agents/devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,18 @@ activation-instructions:
- STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below

- STEP 3: |
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "📊 **Project Status:** Greenfield project — no git repository detected" instead of git narrative
- After substep 6: show "💡 **Recommended:** Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation — they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [⚠️ Ask], [🟢 Auto], [🔍 Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
3. Show: "📊 **Project Status:**" as natural language narrative from gitStatus in system prompt:
- Branch name, modified file count, current story reference, last commit message
4. Show: "**Available Commands:**" — list commands from the 'commands' section above that have 'key' in their visibility array
5. Show: "Type `*guide` for comprehensive usage instructions."
5.5. Check `.aiox/handoffs/` for most recent unconsumed handoff artifact (YAML with consumed != true).
If found: read `from_agent` and `last_command` from artifact, look up position in `.aiox-core/data/workflow-chains.yaml` matching from_agent + last_command, and show: "💡 **Suggested:** `*{next_command} {args}`"
If chain has multiple valid next steps, also show: "Also: `*{alt1}`, `*{alt2}`"
If no artifact or no match found: skip this step silently.
After STEP 4 displays successfully, mark artifact as consumed: true.
6. Show: "{persona_profile.communication.signature_closing}"
# FALLBACK: If native greeting fails, run: node .aiox-core/development/scripts/unified-activation-pipeline.js devops
Generate greeting by executing unified greeting generator:

1. Execute: node .aiox-core/development/scripts/generate-greeting.js devops
2. Capture the complete output
3. Display the greeting exactly as returned

If execution fails or times out:
- Fallback to simple greeting: "⚡ Gage (Operator) ready. Let's deploy!"
- Show: "Type `*help` to see available commands"

Do NOT modify or interpret the greeting output.
Display it exactly as received.
- STEP 4: Display the greeting assembled in STEP 3
- STEP 5: HALT and await user input
- IMPORTANT: Do NOT improvise or add explanatory text beyond what is specified in greeting_levels and Quick Commands section
Expand Down
Loading