Skip to content

Commit 2a5a642

Browse files
committed
Update index.html and style.css to improve navigation and visual design. Changed the "Get Started" link to point to the documentation, updated vocabulary cards to be clickable links, and enhanced CSS styles for better interactivity and readability.
1 parent 6f057b6 commit 2a5a642

5 files changed

Lines changed: 55 additions & 25 deletions

File tree

docs/getting-started/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Getting Started (99x Teams Only)
2+
3+
Welcome to the getting started guide for 99x teams. Follow these steps to set up the Xianix Agent Team for your project.
4+
5+
## 1. Create a Tenant
6+
7+
Create a new tenant for your team by visiting [Agentri](https://agentri.ai/).
8+
9+
## 2. Request Admin Setup
10+
11+
Contact the 99x Agentri Administrator and request them to perform the following actions:
12+
13+
* Enable your newly created tenant
14+
* Deploy the Xianix agent to your new tenant
15+
* Assign you the `TenantParticipantAdmin` role
16+
17+
## 3. Activate Xianix Agent Team
18+
19+
Once the admin setup is complete:
20+
21+
1. Log in to [Agentri Studio](https://studio.agentri.ai/login) using your corporate email.
22+
2. Navigate to **Settings** -> **Agent Store**.
23+
3. Locate and activate an instance of **Xianix Agent Team**.
24+
25+
## 4. Configure Triggers
26+
27+
To configure your GitHub or Azure DevOps events to activate different agents, refer to the relevant documentation below:
28+
29+
* [PR-Reviewer Agent](./pr-reviewer.md)
30+
* [Req-Analyzer Agent](./req-analyzer.md)

docs/getting-started/pr-reviewer.md

Whitespace-only changes.

docs/getting-started/req-analyzer.md

Whitespace-only changes.

site/index.html

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>Humans and AI,<br /><span>working at 99x speed</span></h1>
4040
so your human engineers can focus on what only humans can do.
4141
</p>
4242
<div class="hero-actions">
43-
<a class="btn btn-primary" href="https://github.com/99x/xianix-team" target="_blank">
43+
<a class="btn btn-primary" href="../docs/getting-started/README.md">
4444
Get Started
4545
</a>
4646
<a class="btn btn-outline" href="#agents">
@@ -105,7 +105,7 @@ <h2 class="section-title">From Traditional Agile to AI-DLC</h2>
105105

106106
<div class="vocab-cards">
107107

108-
<div class="vocab-card">
108+
<a href="https://github.com/99x/xianix-team/blob/main/docs/aidlc-concepts/bolts.md" target="_blank" class="vocab-card">
109109
<div class="vocab-side vocab-side-old">
110110
<span class="vocab-badge vocab-badge-old">Traditional Agile</span>
111111
<span class="vocab-term-old"><i data-lucide="timer"></i> Sprints</span>
@@ -117,9 +117,9 @@ <h2 class="section-title">From Traditional Agile to AI-DLC</h2>
117117
<span class="vocab-term-new"><i data-lucide="zap"></i> Bolts</span>
118118
<p>Rapid, intense cycles of continuous build-validation lasting hours or days</p>
119119
</div>
120-
</div>
120+
</a>
121121

122-
<div class="vocab-card">
122+
<a href="https://github.com/99x/xianix-team/blob/main/docs/aidlc-concepts/intents.md" target="_blank" class="vocab-card">
123123
<div class="vocab-side vocab-side-old">
124124
<span class="vocab-badge vocab-badge-old">Traditional Agile</span>
125125
<span class="vocab-term-old"><i data-lucide="book"></i> Epics</span>
@@ -131,9 +131,9 @@ <h2 class="section-title">From Traditional Agile to AI-DLC</h2>
131131
<span class="vocab-term-new"><i data-lucide="lightbulb"></i> Intents</span>
132132
<p>High-level statements of business purpose that AI decomposes into actionable tasks</p>
133133
</div>
134-
</div>
134+
</a>
135135

136-
<div class="vocab-card">
136+
<a href="https://github.com/99x/xianix-team/blob/main/docs/aidlc-concepts/units.md" target="_blank" class="vocab-card">
137137
<div class="vocab-side vocab-side-old">
138138
<span class="vocab-badge vocab-badge-old">Traditional Agile</span>
139139
<span class="vocab-term-old"><i data-lucide="folder-open"></i> Subdomains</span>
@@ -145,9 +145,9 @@ <h2 class="section-title">From Traditional Agile to AI-DLC</h2>
145145
<span class="vocab-term-new"><i data-lucide="package"></i> Units</span>
146146
<p>Cohesive, self-contained elements designed for independent deployment and measurable value</p>
147147
</div>
148-
</div>
148+
</a>
149149

150-
<div class="vocab-card">
150+
<a href="https://github.com/99x/xianix-team/blob/main/docs/aidlc-concepts/mob-elaborations.md" target="_blank" class="vocab-card">
151151
<div class="vocab-side vocab-side-old">
152152
<span class="vocab-badge vocab-badge-old">Traditional Agile</span>
153153
<span class="vocab-term-old"><i data-lucide="user"></i> Standups</span>
@@ -159,7 +159,7 @@ <h2 class="section-title">From Traditional Agile to AI-DLC</h2>
159159
<span class="vocab-term-new"><i data-lucide="users"></i> Mob Elaboration</span>
160160
<p>Real-time rituals where the team validates AI-generated proposals live on a shared screen</p>
161161
</div>
162-
</div>
162+
</a>
163163

164164
</div>
165165
</div>
@@ -677,13 +677,7 @@ <h2 class="section-title">What Xianix is <em>not</em></h2>
677677
<div class="not-item">
678678
<span class="not-x"><i data-lucide="x"></i></span>
679679
<div>
680-
<strong>Not a rigid pipeline.</strong> Agents adapt to the team's workflow. Steps can be skipped, reordered, or run in parallel as the situation demands.
681-
</div>
682-
</div>
683-
<div class="not-item">
684-
<span class="not-x"><i data-lucide="x"></i></span>
685-
<div>
686-
<strong>Not opaque.</strong> Every agent action is visible, traceable, and auditable. The team always knows what the agents did and why.
680+
<strong>Not an opaque pipeline.</strong> Agents adapt to the team's workflow. The team always knows what the agents did and why.
687681
</div>
688682
</div>
689683
</div>

site/style.css

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -963,13 +963,19 @@ footer a { color: var(--color-primary); text-decoration: none; }
963963
display: grid;
964964
grid-template-columns: 1fr 44px 1fr;
965965
align-items: stretch;
966-
border: 1px solid var(--color-border);
966+
border: 2px solid var(--color-border);
967967
border-radius: var(--radius-lg);
968968
overflow: hidden;
969-
transition: border-color 0.2s;
969+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
970+
transition: border-color 0.2s, transform 0.15s, box-shadow 0.15s;
971+
text-decoration: none;
970972
}
971973

972-
.vocab-card:hover { border-color: var(--color-primary); }
974+
.vocab-card:hover {
975+
border-color: var(--color-primary);
976+
transform: translateY(-2px);
977+
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
978+
}
973979

974980
.vocab-side {
975981
display: flex;
@@ -1012,23 +1018,23 @@ footer a { color: var(--color-primary); text-decoration: none; }
10121018
}
10131019

10141020
.vocab-term-old {
1015-
font-size: 1.15rem;
1016-
font-weight: 700;
1021+
font-size: 1.4rem;
1022+
font-weight: 800;
10171023
color: var(--color-muted);
10181024
opacity: 0.6;
10191025
}
10201026

10211027
.vocab-term-new {
1022-
font-size: 1.15rem;
1023-
font-weight: 700;
1028+
font-size: 1.4rem;
1029+
font-weight: 800;
10241030
color: var(--color-primary);
10251031
}
10261032

10271033
.vocab-side p {
1028-
font-size: 0.8rem;
1034+
font-size: 0.75rem;
10291035
color: var(--color-muted);
10301036
margin: 0;
1031-
line-height: 1.5;
1037+
line-height: 1.4;
10321038
}
10331039

10341040
.vocab-divider {

0 commit comments

Comments
 (0)