Skip to content

Commit 4f37465

Browse files
ateeplesclaude
andcommitted
Add cross-links to book, agent-in-a-box, and BFL
Every piece of the product ecosystem now links to every other piece: AgentSesh README → book + agent-in-a-box + BFL. PyPI metadata adds Documentation and Blog URLs pointing to BFL. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 763530f commit 4f37465

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,14 @@ cd agentsesh
178178
pip install -e .
179179
```
180180

181+
## Learn more
182+
183+
AgentSesh measures what *Practices for Agents* describes — the behavioral patterns that determine whether AI coding sessions ship or churn. The book covers the research behind the collaboration analysis, the 84% gap, and why process grades are anti-correlated with shipping.
184+
185+
- **[Practices for Agents](https://boldfaceline.com/book)** — the book. Free to read online, PDF+EPUB available.
186+
- **[agent-in-a-box](https://github.com/ateeples/agent-in-a-box)** — starter kit with brain, identity, and practices for persistent agents.
187+
- **[Bold Face Line](https://boldfaceline.com)** — essays on agent cognition and self-observability.
188+
181189
## License
182190

183191
MIT

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ sesh-web = "sesh.web.server:main"
3535
[project.urls]
3636
Homepage = "https://agentsesh.com"
3737
Repository = "https://github.com/ateeples/agentsesh"
38+
Documentation = "https://boldfaceline.com/book"
39+
Blog = "https://boldfaceline.com"
3840

3941
[tool.setuptools.packages.find]
4042
include = ["sesh*"]

0 commit comments

Comments
 (0)