Skip to content
Merged
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
6 changes: 4 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Replace this placeholder with the maintainer or organization sponsor target.
github:
- saastoagent
buy_me_a_coffee: saastoagent
custom:
- https://github.com/sponsors/YOUR_GITHUB_USERNAME
- https://github.com/sponsors/saastoagent
Binary file modified .gitignore
Binary file not shown.
42 changes: 40 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
<div align="center">

# Context Architecture Bundle

Repo-local memory for AI coding agents.
**Repo-local memory for AI coding agents.**

<p>
<a href="https://github.com/saastoagent/context_architecture_bundle">
<img alt="Repository" src="https://img.shields.io/badge/repo-saastoagent%2Fcontext__architecture__bundle-0969da?logo=github">
</a>
<a href="https://github.com/sponsors/saastoagent">
<img alt="Sponsor on GitHub" src="https://img.shields.io/badge/Sponsor-GitHub-ea4aaa?logo=githubsponsors&logoColor=white">
</a>
<a href="https://www.buymeacoffee.com/saastoagent">
<img alt="Buy Me a Coffee" src="https://img.shields.io/badge/Buy%20me%20a%20coffee-FFDD00?logo=buymeacoffee&logoColor=000000">
</a>
<a href="LICENSE">
<img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-2da44e">
</a>
</p>

<p>
<a href="#try-it-in-5-minutes">Try it</a> |
<a href="#use-it-in-your-project">Use it</a> |
<a href="#what-the-bundle-adds">Bundle contents</a> |
<a href="#example-agent-workflow">Agent workflow</a> |
<a href="#sponsorship">Sponsor</a>
</p>

</div>

---

Context Architecture Bundle is a copyable project template that helps Codex,
Claude, Gemini, and other coding agents restart cleanly, understand the system,
Expand Down Expand Up @@ -38,7 +67,7 @@ fill the project-specific templates, and run the advisory checker.
## Try It In 5 Minutes

```powershell
git clone https://github.com/YOUR_ORG/context_architecture_bundle.git
git clone https://github.com/saastoagent/context_architecture_bundle.git
cd context_architecture_bundle
python scripts/check_doc_coverage.py --help
python scripts/check_doc_coverage.py --files README.md skills/create-context-architecture-bundle/SKILL.md
Expand Down Expand Up @@ -148,6 +177,15 @@ Read `CONTRIBUTING.md` and `ROADMAP.md` before opening a pull request.

## Sponsorship

<p>
<a href="https://www.buymeacoffee.com/saastoagent">
<img alt="Buy Me a Coffee" src="https://img.shields.io/badge/Buy%20me%20a%20coffee-FFDD00?logo=buymeacoffee&logoColor=000000">
</a>
<a href="https://github.com/sponsors/saastoagent">
<img alt="Sponsor on GitHub" src="https://img.shields.io/badge/Sponsor%20on-GitHub-ea4aaa?logo=githubsponsors&logoColor=white">
</a>
</p>

If this project saves you repeated context rebuilding, consider sponsoring the
maintainer through the links in `.github/FUNDING.yml`. Sponsorship helps fund
examples, docs, tests, and compatibility work for real agentic coding workflows.
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Security
~# Security

Context Architecture Bundle is a documentation template and advisory script.
Please report security issues if you find behavior that could expose secrets,
Expand Down
Loading