Skip to content

Commit ee05583

Browse files
snapsynapseclaude
andcommitted
Transfer ownership to PAICE.work PBC, update live example URLs
Ownership: - Copyright and attribution updated to PAICE.work PBC across README, ATTRIBUTION.md, build.js footer, and site/index.html - New standalone LICENSE file (MIT, PAICE.work PBC) Live example URLs: - airef.snapsynapse.com → aitool.watch - aireg.snapsynapse.com → everyailaw.com - siteline.snapsynapse.com → siteline.to Documentation: - Added About section with PAICE.work PBC trust statement - Cross-linked Skill Provenance in ecosystem section - GitHub URLs remain at snapsynapse/knowledge-as-code-template - meetings.snapsynapse.com unchanged (migration pending) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c312259 commit ee05583

6 files changed

Lines changed: 348 additions & 20 deletions

File tree

ATTRIBUTION.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Attribution
22

3-
**Knowledge as Code** is a pattern created by [Sam Rogers](https://sam-rogers.com) at [Snap Synapse](https://snapsynapse.com) in 2025.
3+
**Knowledge as Code** is a pattern created for [PAICE.work](https://paice.work/) PBC.
44

55
- Pattern definition: [knowledge-as-code.com](https://knowledge-as-code.com)
66
- Template repository: [github.com/snapsynapse/knowledge-as-code-template](https://github.com/snapsynapse/knowledge-as-code-template)
7-
- Creator: [Sam Rogers](https://sam-rogers.com)
8-
- Organization: [Snap Synapse](https://snapsynapse.com)
7+
- Organization: [PAICE.work PBC](https://paice.work)
98

109
## Using this template
1110

1211
This template is MIT-licensed. You are free to use, modify, and distribute it for any purpose.
1312

14-
If you build a site using this template, the generated footer includes a small attribution link by default. You are not required to keep it, but we appreciate it if you do it helps others discover the pattern.
13+
If you build a site using this template, the generated footer includes a small attribution link by default. You are not required to keep it, but we appreciate it if you do -- it helps others discover the pattern.
1514

1615
## Citing Knowledge as Code
1716

1817
If you write about or reference the Knowledge as Code pattern:
1918

20-
> Knowledge as Code is a pattern created by Sam Rogers / Snap Synapse that applies software engineering practices to knowledge management. https://knowledge-as-code.com
19+
> Knowledge as Code is a pattern created by PAICE.work PBC that applies software engineering practices to knowledge management. https://knowledge-as-code.com
2120
2221
## Related projects
2322

2423
Knowledge as Code is part of a broader ecosystem of open standards and tools:
2524

26-
- [Graceful Boundaries](https://github.com/snapsynapse/graceful-boundaries) — how services communicate limits to AI agents
27-
- [Siteline](https://github.com/snapsynapse/siteline) — AI agent readiness scanner
28-
- [AI Capability Reference](https://airef.snapsynapse.com) — the first Knowledge-as-Code deployment
25+
- [Graceful Boundaries](https://github.com/snapsynapse/graceful-boundaries) -- how services communicate limits to AI agents
26+
- [Skill Provenance](https://github.com/snapsynapse/skill-provenance) -- version identity that travels with agent skill bundles
27+
- [Siteline](https://siteline.to) -- AI agent readiness scanner
28+
- [AI Tool Watch](https://aitool.watch) -- the first Knowledge-as-Code deployment

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 PAICE.work PBC
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
A template for building structured, version-controlled knowledge bases with an ontology-first approach. Edit a config file, add markdown data, get a full HTML site + JSON API.
44

5-
**[Knowledge as Code](https://knowledge-as-code.com)** is a pattern created by [Sam Rogers](https://sam-rogers.com) at [Snap Synapse](https://snapsynapse.com). It applies software engineering practices to knowledge management: plain text, Git-native, zero-dependency, ontology-driven, multi-output from a single source.
5+
**[Knowledge as Code](https://knowledge-as-code.com)** is a pattern created for [PAICE.work](https://paice.work/) PBC. It applies software engineering practices to knowledge management: plain text, Git-native, zero-dependency, ontology-driven, multi-output from a single source.
66

77
## Live Examples
88

9-
- [AI Capability Reference](https://airef.snapsynapse.com) — AI model capabilities across 12 products
10-
- [AI Regulation Tracker](https://aireg.snapsynapse.com) — global AI regulatory landscape
9+
- [AI Tool Watch](https://aitool.watch) — AI model capabilities across 12 products
10+
- [Every AI Law](https://everyailaw.com) — global AI regulatory landscape
1111
- [Meeting Standards Reference](https://meetings.snapsynapse.com) — meeting facilitation standards
1212

1313
## Quick Start
@@ -112,7 +112,8 @@ Knowledge as Code includes a verification scaffold for detecting stale data:
112112
Knowledge as Code is part of a broader set of open standards:
113113

114114
- **[Graceful Boundaries](https://github.com/snapsynapse/graceful-boundaries)** — How services communicate operational limits to humans and agents
115-
- **[Siteline](https://siteline.snapsynapse.com)** — AI agent readiness scanner for websites
115+
- **[Skill Provenance](https://github.com/snapsynapse/skill-provenance)** — Version identity that travels with agent skill bundles
116+
- **[Siteline](https://siteline.to)** — AI agent readiness scanner for websites
116117
- **[Knowledge as Code](https://knowledge-as-code.com)** — The pattern definition and community hub
117118

118119
## The Pattern
@@ -130,7 +131,7 @@ Read the full pattern definition at [knowledge-as-code.com](https://knowledge-as
130131

131132
## Attribution
132133

133-
Knowledge as Code was created by [Sam Rogers](https://sam-rogers.com) / [Snap Synapse](https://snapsynapse.com). See [ATTRIBUTION.md](ATTRIBUTION.md) for details.
134+
Knowledge as Code is a [PAICE.work](https://paice.work/) project. See [ATTRIBUTION.md](ATTRIBUTION.md) for details.
134135

135136
## Deploying
136137

@@ -141,6 +142,10 @@ When you use this template, update the following:
141142
3. Update `docs/CNAME` with your custom domain (or remove it)
142143
4. Push to GitHub — Pages deploys automatically via the included workflow
143144

145+
## About
146+
147+
Knowledge as Code is a [PAICE.work](https://paice.work/) project. PAICE.work PBC is a public benefit corporation building infrastructure for productive collaboration between humans and autonomous agents. Structured, version-controlled, agent-accessible knowledge is a foundation for that collaboration.
148+
144149
## License
145150

146151
MIT

project.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ pattern:
127127
enabled: true
128128
canonical_url: "https://knowledge-as-code.com"
129129
examples:
130-
- name: "AI Capability Reference"
131-
url: "https://airef.snapsynapse.com"
130+
- name: "AI Tool Watch"
131+
url: "https://aitool.watch"
132132
description: "AI model capabilities across 12 products"
133-
- name: "AI Regulation Tracker"
134-
url: "https://aireg.snapsynapse.com"
133+
- name: "Every AI Law"
134+
url: "https://everyailaw.com"
135135
description: "Global AI regulatory landscape"
136136
- name: "Meeting Standards Reference"
137137
url: "https://meetings.snapsynapse.com"
@@ -162,5 +162,5 @@ ecosystem:
162162
url: "https://github.com/snapsynapse/graceful-boundaries"
163163
description: "How services communicate operational limits to humans and agents"
164164
- name: "Siteline"
165-
url: "https://siteline.snapsynapse.com"
165+
url: "https://siteline.to"
166166
description: "AI agent readiness scanner for websites"

scripts/build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ function renderFooter(config) {
453453
const repo = config.repo || '#';
454454
return `<footer>
455455
<p>Maintained with <a href="${escapeHTML(repo)}">version control</a>. This is a reference tool, not professional advice.</p>
456-
<p>&copy; ${new Date().getFullYear()} | Built with <a href="https://knowledge-as-code.com">Knowledge-as-Code</a>, a pattern created by <a href="https://snapsynapse.com">Snap Synapse</a></p>
456+
<p>&copy; ${new Date().getFullYear()} | Built with <a href="https://knowledge-as-code.com">Knowledge-as-Code</a>, a pattern by <a href="https://paice.work">PAICE.work</a></p>
457457
</footer>`;
458458
}
459459

@@ -1190,7 +1190,7 @@ open docs/index.html</code></pre>
11901190
<p>Template: <a href="https://github.com/snapsynapse/knowledge-as-code-template">github.com/snapsynapse/knowledge-as-code-template</a></p>
11911191
11921192
<hr>
1193-
<p><em>Knowledge as Code was created by <a href="https://sam-rogers.com">Sam Rogers</a> at <a href="https://snapsynapse.com">Snap Synapse</a>.</em></p>
1193+
<p><em>Knowledge as Code is a <a href="https://paice.work">PAICE.work</a> project.</em></p>
11941194
</div>
11951195
`;
11961196

0 commit comments

Comments
 (0)