Skip to content

Releases: archcore-ai/cli

v0.1.2

25 Mar 13:36

Choose a tag to compare

Changelog

  • 334307c feat: improve prompts for new formats
  • 2e6859c feat: implement mrd, brd, urd with ISO relations
  • 972e88b feat: mrd, brd, urd document types for vision

v0.1.1

23 Mar 14:46

Choose a tag to compare

Changelog

  • c7c1546 fix(security): update jsonparser DoS CVE dep
  • f4d216a chore: rename from old description to new position in CLI
  • 2bb77f2 fix: add version to agent session start, change formatting

v0.1.0

22 Mar 14:32

Choose a tag to compare

Whats new

  1. new document type in knowledge layer: spec (specification). The spec document type captures the canonical normative contract for a concrete system, component, interface, schema, or protocol.
  2. more balanced description for doc: Non-behavioral reference material: registries, glossaries, lookup tables, component lists and etc.
  3. remove unused project type. You can use doc instead. See ADR why: https://github.com/archcore-ai/cli/blob/main/.archcore/document-types/remove-project-document-type.adr.md

Changelog

  • 4509731 feat: add spec, make more balanced doc, remove unused project type

Full Changelog: v0.0.1...v0.1.0

v0.0.1

13 Mar 06:28

Choose a tag to compare

Changelog

  • ef01985 fix: improve experience document types and templates
  • fe9b534 docs: add try it section with quick examples
  • 49fe49c build: release v0.0.1
  • da6afbf init repo