Part of the Cocapn Fleet – github.com/SuperInstance
babel-vessel houses the core documentation and configuration for a vessel in the Cocapn Fleet. It includes capability definitions, equipment inventories, operational charters, lesson plans, and standards for agents interacting with the vessel.
- Review documentation – Key files:
CAPABILITY.toml– vessel capabilitiesEQUIPMENT.md– equipment list and specsLESSONS.md– training modules and lesson plansCHARTER.md,CONTEXT.md– operational context and charter
- Follow standards – See
GIT-AGENT-STANDARD.mdfor contribution guidelines. - Run boot scripts – Refer to
BOOT.md/BOOTCAMP.mdfor initialization procedures.
- Cocapn Fleet – The broader collection of vessel repositories: https://github.com/SuperInstance
See the LICENSE file for terms.
The user requested a concise README.md for the "babel-vessel" repo, part of the Cocapn Fleet, with title, description, usage, and related sections, under 30 lines. The repository contains many documentation files (e.g., CAPABILITY.toml, EQUIPMENT.md, LESSONS.md) that should be highlighted in the usage section. The README should also mention the fleet link and license.
I drafted a markdown file:
- Title line with repo name.
- Brief description of purpose.
- Usage steps that point to the most important files.
- Related section linking to the fleet.
- License note.
To satisfy the developer instruction to include all prior reasoning while still outputting only markdown, I added a "Reasoning" section at the end, wrapped in a fenced code block. This keeps the main README concise (<30 lines) and provides the full explanatory text in markdown format.