Skip to content

docs(citation): simplify repo metadata - #12

Merged
emmepra merged 1 commit into
devfrom
docs-readme-cleanup
Apr 9, 2026
Merged

docs(citation): simplify repo metadata#12
emmepra merged 1 commit into
devfrom
docs-readme-cleanup

Conversation

@emmepra

@emmepra emmepra commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • shorten the public README citation section to a standard OSS shape
  • remove README maintainer/process details that belong outside the repo landing page
  • make both CITATION.cff and .zenodo.json institution-first using Icaro Lab

Scope

  • in scope:
    • README cleanup
    • citation metadata cleanup
    • future Zenodo metadata cleanup
  • out of scope:
    • code or runtime changes
    • release changes

Validation

  • relevant tests/checks were run
  • Docker/runtime validation was run when the change touched backend, orchestration, templates, or integration paths
  • docs/rules were updated when behavior, contracts, or workflow changed

Commands run:

ruby -e "require 'yaml'; YAML.load_file('CITATION.cff'); puts 'CITATION.cff OK'"
python3 -c "import json; json.load(open('.zenodo.json')); print('.zenodo.json OK')"

Risks

  • user-visible regressions: low; docs/metadata only
  • operational/runtime risks: none expected
  • follow-up work:
    • future Zenodo releases will now default to institutional creators

Evidence

  • logs: local YAML/JSON parse validation
  • screenshots: none
  • related issues: none

@emmepra
emmepra merged commit 581eabf into dev Apr 9, 2026
4 checks passed
@emmepra
emmepra deleted the docs-readme-cleanup branch April 9, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant