Skip to content

Commit 09f0402

Browse files
hyperpolymathclaude
andcommitted
chore: deploy UX infrastructure (contractile.just, .well-known, manifest)
Batch deployment of missing UX infrastructure files: - contractile.just (policy enforcement recipes) - .well-known/ (ai.txt, humans.txt, security.txt, groove/) - 0-AI-MANIFEST.a2ml (AI agent entry point) - agent_instructions/ (methodology, coverage, debt) - Justfile with doctor/heal/tour/help-me recipes - setup.sh bootstrap script - llm-warmup-user.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 39015a3 commit 09f0402

3 files changed

Lines changed: 41 additions & 0 deletions

File tree

.well-known/ai.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# ai.txt - AI interaction policy
3+
# See: https://site.spawning.ai/spawning-ai-txt
4+
5+
User-Agent: *
6+
Disallow-Training: yes
7+
Disallow-Summarization: no
8+
Disallow-Generation: yes
9+
10+
# This project's code is licensed under PMPL-1.0-or-later.
11+
# AI agents may read and analyze this code for assisting contributors.
12+
# AI agents must NOT use this code for model training without explicit consent.
13+
# AI agents must preserve Emotional Lineage per PMPL Section 3.
14+
#
15+
# For AI agent integration instructions, see:
16+
# 0-AI-MANIFEST.a2ml (universal AI entry point)
17+
# AI.a2ml (Claude-specific instructions)
18+
# .machine_readable/ (structured project state)

.well-known/humans.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# humanstxt.org
3+
4+
/* TEAM */
5+
Maintainer: Jonathan D.A. Jewell (hyperpolymath)
6+
Contact: j.d.a.jewell@open.ac.uk
7+
From: United Kingdom
8+
9+
/* SITE */
10+
Last update: 2026-03-28
11+
Standards: RSR (Rhodium Standard Repository)
12+
License: PMPL-1.0-or-later (Palimpsest MPL)
13+
Components: Idris2 ABI, Zig FFI
14+
Tools: just, Podman, Guix

.well-known/security.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# RFC 9116 - security.txt
3+
# https://securitytxt.org/
4+
5+
Contact: mailto:j.d.a.jewell@open.ac.uk
6+
Expires: 2027-12-31T23:59:59.000Z
7+
Preferred-Languages: en
8+
Canonical: https://github.com/hyperpolymath/heterogenous-mobile-computing/.well-known/security.txt
9+
Policy: https://github.com/hyperpolymath/heterogenous-mobile-computing/blob/main/SECURITY.md

0 commit comments

Comments
 (0)