Skip to content

Releases: archcore-ai/cli

v0.1.4

04 Apr 09:27

Choose a tag to compare

Changelog

  • 2a7563b docs: add golang context, skill for code review
  • ed5afd7 docs: actualize context for tags
  • 1558381 feat: tags to documents in frontmatter

v0.1.3

28 Mar 05:07

Choose a tag to compare

Changelog

  • a9e6157 fix: update descriptions, position
  • d927759 docs: add idea about rnd
  • cbb34ea docs: idea for mcp token optimization
  • 5099c66 chore: remove subagents from repo
  • 35d87dd docs: update readme by v0.1.2 release
  • 3c9a06a chore: rollback .mcp.json configuration with relative build

v0.1.2

25 Mar 13:36

Choose a tag to compare

Whats new

Read here: https://docs.archcore.ai/changelog/012/

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