Skip to content

Commit 6b1a598

Browse files
authored
Merge pull request OWASP#66 from OWASP/dev
Deploy to main
2 parents 1e532ee + 569c0a8 commit 6b1a598

31 files changed

Lines changed: 3430 additions & 626 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
.git/
3-
book/
3+
book/
4+
.DS_Store

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The documentation follows this hierarchy:
9090
This is a documentation-focused project built with:
9191
- **UV** for Python dependency management (replaces pip)
9292
- **MkDocs Material** for documentation generation
93-
- **GitHub Pages** for hosting at trustworthyagents.github.io/AOS/
93+
- **GitHub Pages** for hosting at aos.owasp.org
9494

9595
### Roadmap Context
9696
- **v0.1** (Current): Documentation, schemas, and requirements

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ All submissions require review via GitHub pull requests. Consult [GitHub Help](h
3939
## What We Need
4040

4141
**High Priority:**
42-
Look for unassigned [Open Issues](https://github.com/trustworthyagents/AOS/issues).
42+
Look for unassigned [Open Issues](https://github.com/OWASP/www-project-agent-observability-standard/issues).
4343

4444
**Always Welcome:**
4545
- Documentation improvements
@@ -76,7 +76,7 @@ This guide is based on [github-contributing](https://raw.githubusercontent.com/s
7676

7777
## Community
7878

79-
- **[GitHub Discussions](https://github.com/trustworthyagents/AOS/discussions)**: Ask questions, share ideas
80-
- **[Issues](https://github.com/trustworthyagents/AOS/issues)**: Report bugs, request features
79+
- **[GitHub Discussions](https://github.com/OWASP/www-project-agent-observability-standard/discussions)**: Ask questions, share ideas
80+
- **[Issues](https://github.com/OWASP/www-project-agent-observability-standard/issues)**: Report bugs, request features
8181

8282
We're building the future of AI agent observability. Join us.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ The standard covers the following aspects
2626

2727
## Getting Started
2828

29-
- 📚 **Explore the Documentation:** Visit the [Documentation Site](https://trustworthyagents.github.io/AOS/) for a complete overview, the full specification, tutorials, and guides.
30-
- 📝 **View the Specification:** [Specification](https://github.com/trustworthyagents/AOS/tree/main/specification)
29+
- 📚 **Explore the Documentation:** Visit the [Documentation Site](https://aos.owasp.org) for a complete overview, the full specification, tutorials, and guides.
30+
- 📝 **View the Specification:** [Specification](https://github.com/OWASP/www-project-agent-observability-standard/tree/main/specification)
3131

3232
## Contributing
3333

3434
We welcome community contributions to enhance and evolve AOS!
3535

3636
- **Questions & Discussions:** Join our [GitHub Discussions](do we have github enterprise?).
37-
- **Issues & Feedback:** Report issues or suggest improvements via [GitHub Issues](https://github.com/trustworthyagents/AOS/issues).
37+
- **Issues & Feedback:** Report issues or suggest improvements via [GitHub Issues](https://github.com/OWASP/www-project-agent-observability-standard/issues).
3838
- **Contribution Guide:** See our [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute.
3939

4040
## What's next

docs/aos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AOS makes agents trustworthy.
1717
!!! info "Work in progress"
1818
This page is currently under development.
1919

20-
**Want to contribute?** Check out the [GitHub issue](https://github.com/trustworthyagents/aos/issues/53) and join the discussion!
20+
**Want to contribute?** Check out the [GitHub issue](https://github.com/OWASP/www-project-agent-observability-standard/issues/53) and join the discussion!
2121

2222
## Trustworthy agents are
2323

docs/assets/extend_a2a.png

651 KB
Loading

docs/assets/logo.png

659 KB
Loading

docs/spec/inspect/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ To support industry-wide adoption and interoperability, AgBOM supports output in
2121
| BOM standard | AgBOM Spec | Status |
2222
|--|--|--|
2323
| [CycloneDX](https://cyclonedx.org/) | [AgBOM with CycloneDX](./extend_cyclonedx.md) | Working draft |
24-
| [SPDX](https://spdx.dev/) | [AgBOM with SPDX](./extend_spdx.md) | [Help wanted](https://github.com/trustworthyagents/AOS/issues/20) |
25-
| [SWID](https://csrc.nist.gov/Projects/Software-Identification-SWID) | [AgBOM with SWID](./extend_swid.md) | [Help wanted](https://github.com/trustworthyagents/AOS/issues/21) |
24+
| [SPDX](https://spdx.dev/) | [AgBOM with SPDX](./extend_spdx.md) | [Help wanted](https://github.com/OWASP/www-project-agent-observability-standard/issues/20) |
25+
| [SWID](https://csrc.nist.gov/Projects/Software-Identification-SWID) | [AgBOM with SWID](./extend_swid.md) | [Help wanted](https://github.com/OWASP/www-project-agent-observability-standard/issues/21) |
2626

2727
### AgBOM entities and parameters:
2828

docs/spec/inspect/extend_cyclonedx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! info "Work in progress"
44
This specification is currently under development. We're working on defining how AgBOM extends SPDX to support AI agent components.
55

6-
**Want to contribute?** Check out the [GitHub issue](https://github.com/trustworthyagents/aos/issues/22) and join the discussion!
6+
**Want to contribute?** Check out the [GitHub issue](https://github.com/OWASP/www-project-agent-observability-standard/issues/22) and join the discussion!
77

88
Agent Bill of Material example using CycloneDX
99

docs/spec/inspect/extend_spdx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
!!! warning "Help wanted"
44
This specification is currently under development. We're working on defining how AgBOM extends SPDX to support AI agent components.
55

6-
**Want to contribute?** Check out the [GitHub issue](https://github.com/trustworthyagents/aos/issues/20) and join the discussion!
6+
**Want to contribute?** Check out the [GitHub issue](https://github.com/OWASP/www-project-agent-observability-standard/issues/20) and join the discussion!

0 commit comments

Comments
 (0)