No description
  • Python 99.3%
  • Shell 0.7%
Find a file
Kai Siren c4e6b0f0d7
chore: land agentic-os v0.11.1 hook block (doc-layout + catalog-trifecta)
Bump the managed pre-commit block to v0.11.1 (context-load-points and
owner-agnostic closes-issue) and clear the violations that blocked the
fleet auto-land:

- documentation-layout: add [tool.agentic-os.documentation-layout]
  excludes for nested incubator trees (ideas/, apps/, reference/, and the
  bundled writing-bluesky skill, which ships scripts/ and tests/).
- catalog-trifecta: restructure AGENTS.md to the nine-section template.
- context-load-points: add a root CLAUDE.md -> @AGENTS.md bridge.
- relocate apps/bsky-scorer/seed-skill.md under the app docs/ tree.

closes #15

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Audit-log: coily://1780119129/AGPHOXSP - coily git commit
Audit-log: coily://1780125045/AGPHPOES - coily git commit
Audit-log: coily://1780128126/AGPHPZ4U - coily git commit
Audit-log: coily://1780161323/AGPHTYRA - coily git commit
2026-05-30 10:50:36 -07:00
.agents/skills/writing-bluesky chore: drop PEP 723 block from bsky.py for code-comments rule 2026-05-25 20:08:21 -07:00
.claude chore: track coily-managed .claude lockdown files 2026-05-28 22:41:47 -07:00
.coily chore: add catalog trifecta (marker, AGENTS, FEATURES, README See also) 2026-05-25 21:59:24 -07:00
apps/bsky-scorer/docs chore: land agentic-os v0.11.1 hook block (doc-layout + catalog-trifecta) 2026-05-30 10:50:36 -07:00
docs chore: add catalog trifecta (marker, AGENTS, FEATURES, README See also) 2026-05-25 21:59:24 -07:00
ideas Seed ideas/ with eight topic-feed candidates 2026-05-21 05:33:16 -07:00
reference Seed ideas/ from first idea-dump, add atproto-ecosystem reference 2026-05-20 23:15:05 -07:00
.gitignore chore: track coily-managed .claude lockdown files 2026-05-28 22:41:47 -07:00
.pre-commit-config.yaml chore: land agentic-os v0.11.1 hook block (doc-layout + catalog-trifecta) 2026-05-30 10:50:36 -07:00
AGENTS.md chore: land agentic-os v0.11.1 hook block (doc-layout + catalog-trifecta) 2026-05-30 10:50:36 -07:00
CLAUDE.md chore: land agentic-os v0.11.1 hook block (doc-layout + catalog-trifecta) 2026-05-30 10:50:36 -07:00
pyproject.toml chore: land agentic-os v0.11.1 hook block (doc-layout + catalog-trifecta) 2026-05-30 10:50:36 -07:00
README.md chore: add catalog trifecta (marker, AGENTS, FEATURES, README See also) 2026-05-25 21:59:24 -07:00

atmosphere

Incubator monorepo for AT Protocol / Bluesky Atmosphere apps and experiments.

Why a monorepo

This is the undefined frontier. Atmosphere apps share a lot of plumbing - lexicon definitions, identity and auth, a PDS client, a Jetstream firehose consumer. While everything here is experimental, a lexicon change should ripple through every app that reads it in one atomic commit. That is the monorepo's whole job.

The coilysiren/cli-* family is the opposite pattern: one repo per tool, because those tools are stable and well-bounded. Atmosphere is not there yet. When an app here proves itself and stops sharing churn with the rest, it graduates out into its own repo.

Monorepo for the frontier. Polyrepo for the settled tools.

Layout

ideas/        idea dumps, one file per idea, no ceremony
packages/     shared code - lexicons, atproto-core (identity, auth, PDS client, Jetstream)
apps/         the actual Atmosphere apps, one directory each

packages/ and apps/ fill in as real things take shape. ideas/ is the front door.

Dumping ideas

Drop a markdown file into ideas/. Name it whatever. Do not overthink it. See ideas/README.md.

References

See also

Cross-reference convention from coilysiren/agentic-os#59.